Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (43.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.2ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.2ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.1ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.2ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.2ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.2ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.2ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.2ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.1ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.2ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.4ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("currencies")  (0.2ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.2ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.2ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.4ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.3ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.1ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.2ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.2ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.2ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.1ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.2ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.3ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.3ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.1ms) PRAGMA index_list("valid_note_types")  (0.1ms) PRAGMA index_info('valid_note_type_record_idx')  (0.2ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (6.5ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.2ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.2ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.1ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.2ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (7.9ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.2ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.3ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.2ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (5.4ms) commit transaction  (1.8ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.1ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (0.2ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.2ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.2ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.2ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) select sqlite_version(*)  (4.5ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.2ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (7.5ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:44 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Wed, 19 Dec 2012 18:43:44 UTC +00:00]]  (3.9ms) commit transaction  (6.1ms) insert into data_migrations (version) values ('20110525001935')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.4ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.4ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.4ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (1.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (5.3ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20110609150135')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Thu, 20 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00]]  (3.9ms) commit transaction  (3.8ms) insert into data_migrations (version) values ('20110802200222')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["version", #]]  (4.9ms) commit transaction  (6.8ms) insert into data_migrations (version) values ('20110913145838')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.5ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.5ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.1ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.3ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.4ms) commit transaction  (3.8ms) insert into data_migrations (version) values ('20111111144706')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Wed, 19 Dec 2012 18:43:45 UTC +00:00]]  (4.9ms) commit transaction  (3.4ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.2ms) SELECT "roles".* FROM "roles" User Load (0.3ms) SELECT "users".* FROM "users"  Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (58.5ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (109.3ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction [AWS S3 404 1.038836 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.115697 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.104905 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.076528 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.105262 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.059308 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.103798 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.279732 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.129738 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.086701 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 1.169562 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.274637 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.142115 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.111857 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.127815 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.192529 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.103423 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.123307 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.075792 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.337958 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.205612 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.124234 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.16044 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.08716 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.093951 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.059804 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.09788 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.080768 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.075762 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.110744 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.063735 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.090372 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.2ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.132978 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.191912 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.065975 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.061762 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.080293 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.09445 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.067301 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.078368 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.112234 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.117965 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.070952 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.14474 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.115129 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (2.5ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:54 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:43:54 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:43:54 UTC +00:00], ["width", nil]]  (0.6ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:43:54.903575', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:43:54.933479', "updated_at" = '2012-12-19 18:43:54.933479', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.5ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:43:54 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:43:54 UTC +00:00]] [paperclip] Saving attachments.  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:43:54.903575', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:43:54.933479', "updated_at" = '2012-12-19 18:43:54.933479', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.3ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.2ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.8ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:43:55.024974', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:43:55.030389', "updated_at" = '2012-12-19 18:43:55.030389', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.2ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:43:55.024974', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:43:55.030389', "updated_at" = '2012-12-19 18:43:55.030389', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (6.3ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.3ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-19 18:43:55.061730' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.5ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.2ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (5.5ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.7ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00]]  (6.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.3ms) SELECT "roles".* FROM "roles"   (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.4ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (3.4ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00], ["username", "admin"]] SQL (0.4ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:43:55 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.4ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 3) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 3) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]  (0.3ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.0ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.7ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users" Role Load (0.1ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (43.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.2ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.2ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.1ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.2ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.2ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.1ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.2ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.1ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.2ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.2ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.1ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.2ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.2ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.2ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.2ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.2ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.2ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.1ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.2ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.1ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.2ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.2ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.2ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.1ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.1ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.1ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (6.4ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.2ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.2ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.2ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.2ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.2ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.2ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.2ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.2ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (8.0ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (8.6ms) commit transaction  (1.6ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.1ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.1ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.1ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.1ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.1ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (0.1ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.2ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) select sqlite_version(*)  (40.1ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (4.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.1ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (5.9ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:07 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Wed, 19 Dec 2012 18:48:07 UTC +00:00]]  (5.7ms) commit transaction  (5.7ms) insert into data_migrations (version) values ('20110525001935')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (41.0ms) commit transaction  (5.3ms) insert into data_migrations (version) values ('20110609150135')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Thu, 20 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00]]  (4.3ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20110802200222')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.0ms) begin transaction SQL (1.0ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["version", #]]  (3.8ms) commit transaction  (6.5ms) insert into data_migrations (version) values ('20110913145838')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.5ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.1ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.1ms) commit transaction  (3.9ms) insert into data_migrations (version) values ('20111111144706')  (0.3ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00]] Role Load (0.2ms) SELECT "roles".* FROM "roles"  Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Wed, 19 Dec 2012 18:48:08 UTC +00:00]]  (4.8ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.2ms) SELECT "roles".* FROM "roles" User Load (0.3ms) SELECT "users".* FROM "users"  Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (4.6ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (45.3ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction [AWS S3 404 0.386034 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.220294 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.061661 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.06186 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.1ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.146033 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.063509 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.109394 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.091732 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.152092 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.059801 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.119424 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.102699 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.071492 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.073254 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.08746 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.065984 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.070256 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.151554 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.07607 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.070734 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.156113 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.165682 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.059017 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.120632 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.071298 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.066369 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.059297 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.067613 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.069887 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.150586 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.059091 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.148986 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.224281 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.069838 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.066204 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.066957 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.075481 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.067167 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.059335 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.065275 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.076126 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.14879 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.069264 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.12258 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.243903 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (59.8ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:48:15.057099', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:48:15.088104', "updated_at" = '2012-12-19 18:48:15.088104', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (1.6ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00]] [paperclip] Saving attachments.  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:48:15.057099', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:48:15.088104', "updated_at" = '2012-12-19 18:48:15.088104', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.3ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.2ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction FileAsset Exists (0.5ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.7ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["width", nil]]  (0.6ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:48:15.235175', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:48:15.240317', "updated_at" = '2012-12-19 18:48:15.240317', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.4ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:48:15.235175', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:48:15.240317', "updated_at" = '2012-12-19 18:48:15.240317', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (5.2ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.3ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-19 18:48:15.269250' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.4ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (4.3ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00]]  (5.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"   (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.3ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (5.4ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.6ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.9ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["username", "admin"]] SQL (0.4ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:48:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 3) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 3) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]  (0.3ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3) SQL (0.2ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users" Role Load (0.1ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (35.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.1ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.2ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.2ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.1ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.2ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.1ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.2ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.1ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.2ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.2ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.2ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.2ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.1ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.1ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.2ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.2ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.2ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.2ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.2ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.2ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.2ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.2ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.2ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.2ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.2ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.2ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.1ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (7.0ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.1ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.1ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.2ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.2ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.2ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (8.2ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (8.8ms) commit transaction  (1.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.1ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.1ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (0.3ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.2ms) SELECT "role_types".* FROM "role_types"  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (4.7ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.2ms) select max(version) as current_version from data_migrations  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (6.8ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:18 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Wed, 19 Dec 2012 18:49:18 UTC +00:00]]  (7.2ms) commit transaction  (14.2ms) insert into data_migrations (version) values ('20110525001935')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.2ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (1.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.5ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.6ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (5.9ms) commit transaction  (4.0ms) insert into data_migrations (version) values ('20110609150135')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Thu, 20 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00]]  (4.3ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20110802200222')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["version", #]]  (4.8ms) commit transaction  (4.3ms) insert into data_migrations (version) values ('20110913145838')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.6ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.5ms) commit transaction  (3.5ms) insert into data_migrations (version) values ('20111111144706')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.0ms) begin transaction SQL (0.7ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Wed, 19 Dec 2012 18:49:19 UTC +00:00]]  (4.9ms) commit transaction  (3.9ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.2ms) SELECT "roles".* FROM "roles" User Load (0.3ms) SELECT "users".* FROM "users"  Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (7.0ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (44.5ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 404 0.675151 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.107203 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.082718 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.068399 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.135252 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.08494 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.068339 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.104559 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.112734 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.066722 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.074623 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.101413 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.066219 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.098126 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.090871 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.072793 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.214485 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.27469 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.09919 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.123045 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.157121 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.108655 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.094663 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.07901 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.068293 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.074447 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.074727 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.067156 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.097385 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.109626 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.06844 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.067448 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.106371 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.079037 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.064133 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.062691 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.080519 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.076092 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.0661 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.077931 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.091612 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.191736 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.09428 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.113087 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.109074 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]]  (36.2ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__initialize__1878513336116979439__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__validation__1878513336116979439__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__validate__1878513336116979439__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__save__1878513336116979439__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__create__1878513336116979439__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.9ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["description", "party 1: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__find__1878513336116979439__callbacks' LIMIT 1  (1.6ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["description", "party 1 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.8ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["description", "party 1 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.5ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["description", "party 1 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.5ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["description", "party 1 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["description", "party 1 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (1.1ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["width", nil]]  (0.6ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:49:26.829078', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:49:26.907382', "updated_at" = '2012-12-19 18:49:26.907382', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.8ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:49:26.829078', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:49:26.907382', "updated_at" = '2012-12-19 18:49:26.907382', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__commit__1878513336116979439__callbacks' LIMIT 1  (0.0ms) begin transaction FileAsset Exists (0.1ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.5ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["width", nil]]  (0.5ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:49:26.946478', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:49:26.952629', "updated_at" = '2012-12-19 18:49:26.952629', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.2ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:49:26.946478', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:49:26.952629', "updated_at" = '2012-12-19 18:49:26.952629', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (5.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.3ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-19 18:49:26.976513' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.0ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (6.0ms) commit transaction  (0.0ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:49:26 UTC +00:00]]  (6.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (3.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00], ["username", "admin"]] SQL (0.3ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 3) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 3) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]  (0.3ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3) SQL (0.2ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00]]  (5.3ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00], ["username", "admin1"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00]]  (6.4ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:49:27 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.5ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (6.6ms) commit transaction Role Load (0.1ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (37.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.2ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.2ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.2ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.1ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.1ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.1ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.1ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.1ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.2ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.2ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.2ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.3ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.2ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.2ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.3ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.2ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.2ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.2ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.2ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.2ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.1ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.2ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.2ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.4ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.2ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.2ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.2ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (6.5ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.4ms) PRAGMA index_list("users")  (0.1ms) PRAGMA index_info('index_users_on_email')  (0.3ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.1ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.2ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.1ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.2ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.2ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.2ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.1ms) PRAGMA index_list("capabilities_capable_models")  (0.2ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.2ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (7.8ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.2ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.1ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.2ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (5.8ms) commit transaction  (1.6ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.1ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) PRAGMA index_info('delayed_jobs_priority')  (0.1ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.1ms) PRAGMA index_info('besi_1')  (0.1ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) PRAGMA index_list("party_roles")  (0.1ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.1ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (0.2ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.2ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.2ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) select sqlite_version(*)  (38.7ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.2ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (7.8ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00]]  (4.3ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20110525001935')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.8ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.4ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.6ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (41.8ms) commit transaction  (6.8ms) insert into data_migrations (version) values ('20110609150135')  (0.3ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Thu, 20 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:52:31 UTC +00:00]]  (6.4ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20110802200222')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["version", #]]  (4.8ms) commit transaction  (7.4ms) insert into data_migrations (version) values ('20110913145838')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.0ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.7ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.5ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.3ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.4ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20111111144706')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00]] Role Load (0.2ms) SELECT "roles".* FROM "roles"  Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.6ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Wed, 19 Dec 2012 18:52:32 UTC +00:00]]  (5.1ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.2ms) SELECT "roles".* FROM "roles" User Load (0.3ms) SELECT "users".* FROM "users"  Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (4.9ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (40.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction [AWS S3 404 0.742896 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.196333 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.063929 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.059936 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.1ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.145091 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.060079 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.071931 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.096402 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.111921 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.063507 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.108758 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.103963 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.07587 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.09031 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.077967 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.075566 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.07405 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.149249 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.072786 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.073283 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.177301 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.146468 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.060333 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.077504 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.072437 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.059979 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.060306 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.065213 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.071378 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.146472 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.059567 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.119429 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.164314 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.060042 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.128774 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.061595 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.086157 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.067784 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.058981 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.071216 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.070578 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.149485 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.07338 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.066184 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.174611 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00]]  (37.5ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.2ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__initialize__1878513336116979439__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__validation__1878513336116979439__callbacks' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__validate__1878513336116979439__callbacks' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__save__1878513336116979439__callbacks' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__create__1878513336116979439__callbacks' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00], ["description", "party 1: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__find__1878513336116979439__callbacks' LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00], ["description", "party 1 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00], ["description", "party 1 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.4ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00], ["description", "party 1 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00], ["description", "party 1 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:52:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["description", "party 1 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 1], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.7ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:52:39.039533', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:52:39.066063', "updated_at" = '2012-12-19 18:52:39.066063', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.3ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:52:39.039533', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:52:39.066063', "updated_at" = '2012-12-19 18:52:39.066063', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__2121096461323765459__commit__1878513336116979439__callbacks' LIMIT 1  (0.0ms) begin transaction FileAsset Exists (0.1ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.9ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["width", nil]]  (0.5ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:52:39.103662', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:52:39.109896', "updated_at" = '2012-12-19 18:52:39.109896', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.2ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:52:39.103662', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:52:39.109896', "updated_at" = '2012-12-19 18:52:39.109896', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (5.2ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.5ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-19 18:52:39.136383' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.2ms) rollback transaction  (0.1ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.4ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (5.7ms) commit transaction  (0.1ms) begin transaction Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.7ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00]]  (6.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (3.4ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["username", "admin"]] SQL (0.3ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 3) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 3) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]  (0.4ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3) SQL (0.2ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00]]  (5.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["username", "admin1"]] SQL (0.3ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00]]  (8.7ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:52:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (7.4ms) commit transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml ContactPurpose Load (0.1ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.2ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (40.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (4.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.2ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.2ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.2ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.2ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.4ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.2ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.3ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.2ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.2ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.1ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.1ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.2ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.2ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.2ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.1ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.1ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.1ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.2ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.2ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.2ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.1ms) PRAGMA index_list("descriptive_assets")  (0.1ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.2ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.2ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.1ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.3ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.3ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.1ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (5.8ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.5ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.2ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.3ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.3ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.2ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (7.2ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (4.6ms) commit transaction  (1.4ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.1ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.1ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.1ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.3ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (0.1ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.2ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) select sqlite_version(*)  (40.7ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.2ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (6.5ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00]]  (4.1ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20110525001935')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.0ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.8ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.6ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.4ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (42.9ms) commit transaction  (4.1ms) insert into data_migrations (version) values ('20110609150135')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Thu, 20 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00]]  (4.7ms) commit transaction  (4.1ms) insert into data_migrations (version) values ('20110802200222')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:55:39 UTC +00:00], ["version", #]]  (6.6ms) commit transaction  (5.8ms) insert into data_migrations (version) values ('20110913145838')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.6ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.4ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.1ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20111111144706')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Wed, 19 Dec 2012 18:55:40 UTC +00:00]]  (5.0ms) commit transaction  (3.4ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction SQL (8.1ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00]]  (42.1ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (1.0ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["username", "admin1"]] SQL (0.4ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00]]  (5.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00]]  (3.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user2@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin2' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["username", "admin2"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["secured_record_id", 2], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00]]  (10.7ms) commit transaction  (0.1ms) begin transaction Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00]]  (6.1ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00]]  (4.5ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Wed, 19 Dec 2012 18:55:41 UTC +00:00]]  (6.0ms) commit transaction  (0.1ms) begin transaction Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (2, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 2 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (1.4ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"   (0.0ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.2ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (5.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 2]]  (7.6ms) commit transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (4.1ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (5.4ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (4.7ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 4 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 4]]  (4.5ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [AWS S3 404 0.692633 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.213793 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.327352 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.085474 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.215679 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.077248 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt")  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.084716 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.123845 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.123165 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.125726 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.103911 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.074708 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.121786 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.147835 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.130047 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.121312 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.125947 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 1.132948 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.066121 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.129344 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.115894 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.084453 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.132513 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.081235 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.089521 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.113737 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.081053 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.218155 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.105591 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.063779 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.173285 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.067672 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.20674 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.134292 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.060451 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.082188 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.087404 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.108442 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.142671 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.101404 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.108989 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (42.3ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__initialize__2694467657956861602__callbacks' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__validation__2694467657956861602__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__validate__2694467657956861602__callbacks' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__save__2694467657956861602__callbacks' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__create__2694467657956861602__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.8ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__find__2694467657956861602__callbacks' LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.5ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.8ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (1.2ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["width", nil]]  (0.6ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:55:49.736704', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:55:49.749480', "updated_at" = '2012-12-19 18:55:49.749480', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.4ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:55:49.736704', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:55:49.749480', "updated_at" = '2012-12-19 18:55:49.749480', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction SQL (0.4ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__commit__2694467657956861602__callbacks' LIMIT 1  (0.0ms) begin transaction FileAsset Exists (0.1ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.7ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["width", nil]]  (0.5ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:55:49.787424', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:55:49.794671', "updated_at" = '2012-12-19 18:55:49.794671', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.3ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:55:49.787424', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:55:49.794671', "updated_at" = '2012-12-19 18:55:49.794671', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (5.2ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.3ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-19 18:55:49.821951' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.0ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.5ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (6.4ms) commit transaction  (0.1ms) begin transaction Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (6.5ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.3ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 5 SQL (0.5ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 5]]  (5.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["username", "admin"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 6 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 6]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (4.1ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user3@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin3' LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["username", "admin3"]] SQL (0.3ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (9.7ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.6ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:55:49 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3)  (0.1ms) SAVEPOINT active_record_1  (0.5ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (6.0ms) commit transaction Role Load (0.3ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (35.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.2ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.2ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.2ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.2ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.1ms) PRAGMA index_list("party_relationships")  (0.1ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.1ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.2ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.2ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.1ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.1ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.2ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.3ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.1ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.1ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.2ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.1ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.1ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (6.7ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.3ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.1ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.1ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.3ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.1ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.2ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.2ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.2ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (8.1ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.2ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.2ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.2ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (6.5ms) commit transaction  (1.9ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.1ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.1ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (0.1ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.2ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) select sqlite_version(*)  (4.5ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.2ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (5.2ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00]]  (4.4ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20110525001935')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.8ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.4ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:10 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (6.3ms) commit transaction  (5.7ms) insert into data_migrations (version) values ('20110609150135')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Thu, 20 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00]]  (5.5ms) commit transaction  (6.0ms) insert into data_migrations (version) values ('20110802200222')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["version", #]]  (5.2ms) commit transaction  (4.2ms) insert into data_migrations (version) values ('20110913145838')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.5ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.6ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.4ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20111111144706')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Wed, 19 Dec 2012 18:58:11 UTC +00:00]]  (5.2ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction SQL (64.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00]]  (41.2ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (1.1ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["username", "admin1"]] SQL (0.7ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00]]  (5.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00]]  (6.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user2@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin2' LIMIT 1 SQL (0.7ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["username", "admin2"]] SQL (0.4ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["secured_record_id", 2], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00]]  (8.3ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00]]  (8.8ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.6ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00]]  (5.4ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.6ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Wed, 19 Dec 2012 18:58:12 UTC +00:00]]  (6.9ms) commit transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.4ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) rollback transaction  (0.1ms) begin transaction User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.5ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (2, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 2 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (1.5ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"   (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.3ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (5.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 2]]  (7.6ms) commit transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (0.3ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (4.4ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (4.1ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (3.9ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 4 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 4]]  (4.5ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 404 0.743842 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.176911 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.079943 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.060434 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.126352 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.089665 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.109355 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.215272 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.133108 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.079004 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.091866 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.113287 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.10246 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.150202 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.187493 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.156246 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.090394 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.187829 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.154192 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.149861 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.170189 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.163626 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.112582 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.129992 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.120354 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.119507 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.138893 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.137316 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.139057 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.190292 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.101093 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.110963 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.230864 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.113901 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.133201 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.102266 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.111977 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.088013 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.108405 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.090615 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.359008 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.113385 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.089959 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.111629 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.144363 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (42.1ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__initialize__2694467657956861602__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__validation__2694467657956861602__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__validate__2694467657956861602__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__save__2694467657956861602__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__create__2694467657956861602__callbacks' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.8ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__find__2694467657956861602__callbacks' LIMIT 1  (1.5ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.8ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.5ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.2ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.8ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["width", nil]]  (0.5ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:58:20.376278', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:58:20.389597', "updated_at" = '2012-12-19 18:58:20.389597', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.4ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]] [paperclip] Saving attachments.  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:58:20.376278', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:58:20.389597', "updated_at" = '2012-12-19 18:58:20.389597', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__1257888076823981335__commit__2694467657956861602__callbacks' LIMIT 1  (0.1ms) begin transaction FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.5ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:58:20.426114', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:58:20.434494', "updated_at" = '2012-12-19 18:58:20.434494', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.2ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 18:58:20.426114', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 18:58:20.434494', "updated_at" = '2012-12-19 18:58:20.434494', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (5.3ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.3ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-19 18:58:20.459598' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.5ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (4.7ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (4.2ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 5 SQL (0.3ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 5]]  (4.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.7ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.9ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["username", "admin"]] SQL (0.3ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 6 SQL (0.0ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (4.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user3@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin3' LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["username", "admin3"]] SQL (0.3ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (9.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 18:58:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (7.4ms) commit transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml ContactPurpose Load (3.7ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (37.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.0ms) begin transaction  (0.6ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.1ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.1ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.1ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.2ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.1ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.4ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) PRAGMA index_list("contact_types")  (0.2ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.3ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.2ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.2ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.2ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.2ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.2ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.1ms) PRAGMA index_list("geo_countries")  (0.3ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.2ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.2ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.2ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.3ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.2ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.2ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.2ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (6.8ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.3ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.1ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.1ms) PRAGMA index_list("users")  (0.1ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.3ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.2ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.2ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.2ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.2ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.1ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.2ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (8.3ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.2ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.1ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.2ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (8.0ms) commit transaction  (1.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.1ms) PRAGMA index_list("audit_logs")  (0.1ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.1ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.1ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (3.7ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (41.2ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (4.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.1ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.0ms) begin transaction SQL (51.1ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00]]  (4.3ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20110525001935')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.5ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.6ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:17 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (54.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (45.3ms) commit transaction  (3.9ms) insert into data_migrations (version) values ('20110609150135')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Thu, 20 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00]]  (4.5ms) commit transaction  (4.0ms) insert into data_migrations (version) values ('20110802200222')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["version", #]]  (5.1ms) commit transaction  (4.3ms) insert into data_migrations (version) values ('20110913145838')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.0ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.5ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.4ms) commit transaction  (3.8ms) insert into data_migrations (version) values ('20111111144706')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Wed, 19 Dec 2012 20:22:18 UTC +00:00]]  (5.1ms) commit transaction  (3.8ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.4ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction SQL (9.8ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00]]  (43.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (1.3ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["username", "admin1"]] SQL (0.6ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00]]  (6.3ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00]]  (4.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user2@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin2' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["username", "admin2"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["secured_record_id", 2], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00]]  (8.0ms) commit transaction  (0.1ms) begin transaction Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.7ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00]]  (4.6ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.6ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00]]  (7.3ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Wed, 19 Dec 2012 20:22:19 UTC +00:00]]  (7.8ms) commit transaction  (0.1ms) begin transaction Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.4ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (2, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 2 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (1.2ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"   (0.0ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.3ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (7.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 2]]  (7.0ms) commit transaction Role Load (0.3ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (0.3ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (4.5ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (4.2ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (4.2ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 4 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 4]]  (6.2ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction [AWS S3 404 1.598157 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.22033 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.148202 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.073542 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.1ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.206469 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.186339 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.097853 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.257497 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.137886 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.082232 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.097474 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.106055 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.093512 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 5.391889 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.102845 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.093048 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.071265 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.122673 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.209906 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 1.254142 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.180866 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.201198 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.082001 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.093384 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.154273 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.05983 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.06186 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.068963 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.234669 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.129525 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.059964 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.772406 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.131623 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.060139 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.125836 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.105623 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.095071 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.066743 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.06127 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.127289 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.132065 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.131918 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.09648 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.067456 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.163533 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00]]  (42.7ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3628330281107117672__initialize__2154420335854276358__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3628330281107117672__validation__2154420335854276358__callbacks' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3628330281107117672__validate__2154420335854276358__callbacks' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3628330281107117672__save__2154420335854276358__callbacks' LIMIT 1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3628330281107117672__create__2154420335854276358__callbacks' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.8ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.2ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__3628330281107117672__find__2154420335854276358__callbacks' LIMIT 1  (1.6ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.7ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 20:22:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.5ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.9ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["width", nil]]  (0.5ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 20:22:35.052835', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 20:22:35.066332', "updated_at" = '2012-12-19 20:22:35.066332', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.3ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 20:22:35.052835', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 20:22:35.066332', "updated_at" = '2012-12-19 20:22:35.066332', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__3628330281107117672__commit__2154420335854276358__callbacks' LIMIT 1  (0.1ms) begin transaction FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.7ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["width", nil]]  (0.6ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 20:22:35.104798', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 20:22:35.173567', "updated_at" = '2012-12-19 20:22:35.173567', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.3ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00]] [paperclip] Saving attachments.  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-19 20:22:35.104798', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-19 20:22:35.173567', "updated_at" = '2012-12-19 20:22:35.173567', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (6.4ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.3ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.5ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-19 20:22:35.206109' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.5ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.2ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (5.2ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00]]  (6.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.3ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 5 SQL (0.4ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 5]]  (4.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["username", "admin"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.3ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 6 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.9ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00]]  (5.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user3@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin3' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["username", "admin3"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00]]  (9.4ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Wed, 19 Dec 2012 20:22:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (7.3ms) commit transaction Role Load (0.1ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml ContactPurpose Load (3.1ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.9ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (6.2ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (1.7ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (42.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (4.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (3.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.2ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.1ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.1ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.1ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.2ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.1ms) PRAGMA index_list("contact_purposes_contacts")  (0.2ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.2ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.1ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.1ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.1ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.1ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.2ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.1ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.1ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (6.9ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.1ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.1ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.1ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.2ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (8.0ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (6.9ms) commit transaction  (1.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (2.2ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (48.3ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (4.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.2ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (5.6ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:32 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Thu, 27 Dec 2012 21:59:32 UTC +00:00]]  (4.1ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20110525001935')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.0ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.4ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (42.6ms) commit transaction  (5.3ms) insert into data_migrations (version) values ('20110609150135')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.0ms) begin transaction SQL (0.7ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Fri, 28 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00]]  (5.4ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20110802200222')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["version", #]]  (4.6ms) commit transaction  (4.5ms) insert into data_migrations (version) values ('20110913145838')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.5ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.6ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.1ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.3ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20111111144706')  (0.3ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Thu, 27 Dec 2012 21:59:33 UTC +00:00]]  (4.9ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction SQL (8.8ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00]]  (37.3ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (1.1ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["username", "admin1"]] SQL (0.5ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00]]  (5.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00]]  (4.0ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user2@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin2' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["username", "admin2"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["secured_record_id", 2], ["secured_record_type", "User"], ["updated_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00]]  (8.0ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00]]  (4.7ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00]]  (6.0ms) commit transaction  (0.0ms) begin transaction Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Thu, 27 Dec 2012 21:59:34 UTC +00:00]]  (5.8ms) commit transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.1ms) rollback transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) rollback transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.4ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (1.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (2, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 2 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (1.4ms) rollback transaction User Load (0.1ms) SELECT "users".* FROM "users"   (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (5.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 2]]  (6.1ms) commit transaction Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (3.5ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (5.1ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (3.8ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 4 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 4]]  (3.8ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [AWS S3 404 0.565091 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.136304 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.144323 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.080357 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.10335 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.155469 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.101008 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.262769 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.111115 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.075057 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.078914 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.103839 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.080014 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.119389 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.189806 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.109103 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 1.115167 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.185528 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.095652 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.122825 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.10521 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.101473 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.083432 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.075823 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.079723 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.066717 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.067152 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.070369 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.074224 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.154432 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.058129 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.074566 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.118661 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.058416 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.123617 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.090284 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.094698 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.065703 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.065145 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.091127 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.090037 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.11634 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.09249 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.090588 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.107599 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00]]  (42.9ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3015548450093511655__initialize__3644811792295321302__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3015548450093511655__validation__3644811792295321302__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3015548450093511655__validate__3644811792295321302__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3015548450093511655__save__3644811792295321302__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3015548450093511655__create__3644811792295321302__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__3015548450093511655__find__3644811792295321302__callbacks' LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.2ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.3ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.3ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.4ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Thu, 27 Dec 2012 21:59:41 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.5ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.7ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-27 21:59:42.045172', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-27 21:59:42.056037', "updated_at" = '2012-12-27 21:59:42.056037', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.3ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-27 21:59:42.045172', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-27 21:59:42.056037', "updated_at" = '2012-12-27 21:59:42.056037', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__3015548450093511655__commit__3644811792295321302__callbacks' LIMIT 1  (0.0ms) begin transaction FileAsset Exists (0.1ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.6ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["width", nil]]  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-27 21:59:42.125664', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-27 21:59:42.131875', "updated_at" = '2012-12-27 21:59:42.131875', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.2ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-27 21:59:42.125664', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-27 21:59:42.131875', "updated_at" = '2012-12-27 21:59:42.131875', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (5.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.3ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-27 21:59:42.206029' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.0ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (4.7ms) commit transaction  (0.1ms) begin transaction Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]]  (6.5ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 5 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 5]]  (3.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.7ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["username", "admin"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 6 SQL (0.0ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]]  (3.6ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user3@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin3' LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["username", "admin3"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]]  (6.7ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Thu, 27 Dec 2012 21:59:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (6.7ms) commit transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml ContactPurpose Load (3.5ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (1.0ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.8ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.8ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (162.5ms) select sqlite_version(*)  (3.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (4.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (13.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.1ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.2ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.2ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.1ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.1ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.2ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.1ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.2ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.2ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.1ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.1ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.1ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.2ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.1ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.1ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (18.3ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (15.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.2ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.2ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.1ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.2ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (9.3ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (6.3ms) commit transaction  (1.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (2.5ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (4.4ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.1ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (31.3ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00]]  (5.4ms) commit transaction  (3.5ms) insert into data_migrations (version) values ('20110525001935')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:25 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (9.2ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20110609150135')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sat, 29 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00]]  (5.6ms) commit transaction  (3.5ms) insert into data_migrations (version) values ('20110802200222')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["version", #]]  (3.3ms) commit transaction  (3.5ms) insert into data_migrations (version) values ('20110913145838')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.5ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.1ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.5ms) commit transaction  (3.4ms) insert into data_migrations (version) values ('20111111144706')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Fri, 28 Dec 2012 18:34:26 UTC +00:00]]  (5.8ms) commit transaction  (3.4ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction SQL (8.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00]]  (3.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (1.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["username", "admin1"]] SQL (0.5ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00]]  (5.7ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.7ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00]]  (3.9ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user2@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin2' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["username", "admin2"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["secured_record_id", 2], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00]]  (8.2ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00]]  (5.1ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00]]  (4.3ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Fri, 28 Dec 2012 18:34:27 UTC +00:00]]  (4.6ms) commit transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.5ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.3ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (2, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 2 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (1.1ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"   (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.2ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (6.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 2]]  (5.2ms) commit transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (4.5ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (3.3ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (4.8ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 4 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 4]]  (6.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [AWS S3 404 0.711674 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.162098 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.112536 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.096237 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.108462 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.111485 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.205118 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.163168 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.115572 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.393204 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.096567 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.111261 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.070159 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.175831 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.147631 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.122392 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.22403 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.179775 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.113231 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.131558 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.117198 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.106072 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.061669 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.087153 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.08836 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.080177 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.078144 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.091768 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.133818 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.109438 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.086649 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.073862 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.120408 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.065924 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.075365 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.065453 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.229462 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.069805 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.072984 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.117144 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.116125 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.120796 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 1.177269 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 1.379243 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.114238 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00]]  (45.6ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2361314229766575687__initialize__2087397011042256891__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2361314229766575687__validation__2087397011042256891__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2361314229766575687__validate__2087397011042256891__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2361314229766575687__save__2087397011042256891__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2361314229766575687__create__2087397011042256891__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__2361314229766575687__find__2087397011042256891__callbacks' LIMIT 1  (1.4ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.4ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.3ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.6ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.3ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.7ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:34:37.911284', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:34:37.924260', "updated_at" = '2012-12-28 18:34:37.924260', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.4ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:34:37 UTC +00:00]] [paperclip] Saving attachments.  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:34:37.911284', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:34:37.924260', "updated_at" = '2012-12-28 18:34:37.924260', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__2361314229766575687__commit__2087397011042256891__callbacks' LIMIT 1  (0.0ms) begin transaction FileAsset Exists (0.1ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.6ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["width", nil]]  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:34:38.054896', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:34:38.061890', "updated_at" = '2012-12-28 18:34:38.061890', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.2ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:34:38.054896', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:34:38.061890', "updated_at" = '2012-12-28 18:34:38.061890', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (4.8ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.2ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-28 18:34:38.081300' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (5.6ms) commit transaction  (0.0ms) begin transaction Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00]]  (5.6ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 5 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 5]]  (3.4ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["username", "admin"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 6 SQL (0.0ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00]]  (3.5ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user3@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin3' LIMIT 1 SQL (0.7ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["username", "admin3"]] SQL (0.3ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00]]  (9.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (6.4ms) commit transaction Role Load (0.1ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml ContactPurpose Load (45.2ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (34.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.1ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.1ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.1ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.1ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.1ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.1ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.1ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.3ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.3ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.2ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.2ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.2ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.1ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (7.6ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (17.7ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.3ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.1ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.2ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (10.3ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (8.1ms) commit transaction  (1.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (2.4ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (5.5ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.1ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (22.2ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00]]  (5.4ms) commit transaction  (3.4ms) insert into data_migrations (version) values ('20110525001935')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.0ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (6.6ms) commit transaction  (3.7ms) insert into data_migrations (version) values ('20110609150135')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sat, 29 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00]]  (5.4ms) commit transaction  (34.2ms) insert into data_migrations (version) values ('20110802200222')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:37:06 UTC +00:00], ["version", #]]  (321.0ms) commit transaction  (552.1ms) insert into data_migrations (version) values ('20110913145838')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.1ms) begin transaction AuditLogType Load (14.9ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.6ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (36.0ms) commit transaction  (23.2ms) insert into data_migrations (version) values ('20111111144706')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (24.4ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00]] Role Load (35.0ms) SELECT "roles".* FROM "roles"  Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Fri, 28 Dec 2012 18:37:08 UTC +00:00]]  (12.5ms) commit transaction  (8.4ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction SQL (10.8ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00]]  (3.6ms) commit transaction  (0.1ms) begin transaction User Exists (1.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.6ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (2.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["username", "admin1"]] SQL (1.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00]]  (5.7ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00]]  (3.2ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user2@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin2' LIMIT 1 SQL (0.7ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["username", "admin2"]] SQL (0.3ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["secured_record_id", 2], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00]]  (7.1ms) commit transaction  (0.1ms) begin transaction Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00]]  (5.7ms) commit transaction  (0.1ms) begin transaction Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00]]  (5.5ms) commit transaction  (0.0ms) begin transaction Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Fri, 28 Dec 2012 18:37:09 UTC +00:00]]  (5.4ms) commit transaction  (0.1ms) begin transaction Role Load (0.6ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.1ms) SAVEPOINT active_record_1  (0.7ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.0ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.1ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (2, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 2 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (1.1ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"   (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (6.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 2]]  (5.4ms) commit transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (5.0ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (3.5ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (3.6ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 4 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 4]]  (23.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [AWS S3 404 0.457038 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.196002 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.080125 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.091576 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (55.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.152027 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.10108 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.127375 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.148487 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.119557 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.059713 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.08485 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.112146 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.115374 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.253692 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.199849 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.069991 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.078471 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.138521 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 2.048598 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.094123 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.206058 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.200359 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.117083 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.719011 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.117789 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.059596 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.093483 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.090291 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.106317 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.127116 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.061878 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.076577 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.109279 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.076409 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.076891 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.056715 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.111047 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.112967 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.072323 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.089113 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.102633 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.166564 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.103241 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.136654 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.116047 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:37:18 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:37:18 UTC +00:00]]  (44.6ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (5.4ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (3.7ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__4490937166198686836__initialize__81491128077674881__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__4490937166198686836__validation__81491128077674881__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__4490937166198686836__validate__81491128077674881__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__4490937166198686836__save__81491128077674881__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__4490937166198686836__create__81491128077674881__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (11.1ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Fri, 28 Dec 2012 18:37:18 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:37:18 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__4490937166198686836__find__81491128077674881__callbacks' LIMIT 1  (5.8ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Fri, 28 Dec 2012 18:37:18 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:37:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Fri, 28 Dec 2012 18:37:18 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:37:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.5ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.2ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (11.0ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:37:19.061857', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:37:19.075060', "updated_at" = '2012-12-28 18:37:19.075060', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (2.8ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:37:19.061857', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:37:19.075060', "updated_at" = '2012-12-28 18:37:19.075060', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (6.5ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.2ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__4490937166198686836__commit__81491128077674881__callbacks' LIMIT 1  (0.0ms) begin transaction FileAsset Exists (0.1ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.6ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["width", nil]]  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:37:19.170185', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:37:19.177042', "updated_at" = '2012-12-28 18:37:19.177042', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (64.0ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:37:19.170185', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:37:19.177042', "updated_at" = '2012-12-28 18:37:19.177042', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (6.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.2ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-28 18:37:19.262782' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.0ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (4.8ms) commit transaction  (0.0ms) begin transaction Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]]  (5.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 5 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 5]]  (3.2ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["username", "admin"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 6 SQL (0.0ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]]  (3.9ms) commit transaction  (0.0ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user3@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin3' LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["username", "admin3"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]]  (8.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:37:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (6.5ms) commit transaction Role Load (0.1ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml ContactPurpose Load (44.5ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (38.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.1ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.1ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.1ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.2ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.1ms) PRAGMA index_list("contact_purposes_contacts")  (0.2ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.2ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.1ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.1ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.2ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.1ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (6.7ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.3ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.1ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.2ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (7.5ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (7.1ms) commit transaction  (1.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (2.3ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (5.6ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.1ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (5.9ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00]]  (4.1ms) commit transaction  (3.5ms) insert into data_migrations (version) values ('20110525001935')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.0ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:27 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (5.6ms) commit transaction  (5.0ms) insert into data_migrations (version) values ('20110609150135')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.0ms) begin transaction SQL (0.7ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sat, 29 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00]]  (3.9ms) commit transaction  (3.4ms) insert into data_migrations (version) values ('20110802200222')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["version", #]]  (3.8ms) commit transaction  (6.3ms) insert into data_migrations (version) values ('20110913145838')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.5ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.1ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.1ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (3.9ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20111111144706')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Fri, 28 Dec 2012 18:38:28 UTC +00:00]]  (5.9ms) commit transaction  (3.9ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction SQL (7.4ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00]]  (12.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["username", "admin1"]] SQL (0.4ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00]]  (7.5ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00]]  (3.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user2@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin2' LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["username", "admin2"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["secured_record_id", 2], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00]]  (6.5ms) commit transaction  (0.1ms) begin transaction Role Exists (0.3ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.7ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00]]  (4.3ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00]]  (5.5ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Fri, 28 Dec 2012 18:38:29 UTC +00:00]]  (5.5ms) commit transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.3ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.4ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (2, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 2 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (1.2ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"   (0.0ms) begin transaction SQL (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.2ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (6.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 2]]  (6.8ms) commit transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (0.3ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (4.6ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (4.8ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (3.5ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 4 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 4]]  (3.6ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [AWS S3 404 0.411591 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.137108 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.131286 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.131092 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.108669 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.110149 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.085489 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.147679 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.131557 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.067266 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.122594 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.11229 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.067459 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.147807 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.094282 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.113144 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.091898 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.170206 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.074679 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.08886 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.113787 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.111588 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.074181 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.072989 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.088323 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.059788 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.109029 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.141802 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.095045 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.109589 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.078291 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.065303 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.103092 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.06809 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.099174 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.063467 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.075041 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.071028 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.060648 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.068277 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.06942 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.162113 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.183379 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.112282 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.120388 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (42.1ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1367152742265661513__initialize__3368292077183247540__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1367152742265661513__validation__3368292077183247540__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1367152742265661513__validate__3368292077183247540__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1367152742265661513__save__3368292077183247540__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1367152742265661513__create__3368292077183247540__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__1367152742265661513__find__3368292077183247540__callbacks' LIMIT 1  (1.4ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.4ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.1ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.4ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.1ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.2ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.4ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.4ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.7ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:38:35.332079', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:38:35.344070', "updated_at" = '2012-12-28 18:38:35.344070', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.3ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:38:35.332079', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:38:35.344070', "updated_at" = '2012-12-28 18:38:35.344070', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__1367152742265661513__commit__3368292077183247540__callbacks' LIMIT 1  (0.0ms) begin transaction FileAsset Exists (0.1ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.6ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["width", nil]]  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:38:35.414394', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:38:35.477900', "updated_at" = '2012-12-28 18:38:35.477900', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.2ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:38:35.414394', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:38:35.477900', "updated_at" = '2012-12-28 18:38:35.477900', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (4.8ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.2ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-28 18:38:35.496886' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.0ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (6.0ms) commit transaction  (0.1ms) begin transaction Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (5.5ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 5 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 5]]  (4.6ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["username", "admin"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 6 SQL (0.0ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (3.3ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user3@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin3' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["username", "admin3"]] SQL (0.3ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (6.6ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:38:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (6.2ms) commit transaction Role Load (0.1ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml ContactPurpose Load (14.2ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.7ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.9ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.8ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (39.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.1ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.2ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.1ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.3ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.1ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.2ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.1ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.1ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.1ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.1ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.2ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.1ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.2ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.2ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.1ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (6.9ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.3ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.2ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.2ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (7.9ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (5.1ms) commit transaction  (1.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.0ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (2.3ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (39.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (6.3ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.1ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (14.7ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:11 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Fri, 28 Dec 2012 18:43:11 UTC +00:00]]  (5.4ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20110525001935')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (5.5ms) commit transaction  (4.3ms) insert into data_migrations (version) values ('20110609150135')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sat, 29 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00]]  (4.5ms) commit transaction  (4.8ms) insert into data_migrations (version) values ('20110802200222')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["version", #]]  (3.6ms) commit transaction  (4.9ms) insert into data_migrations (version) values ('20110913145838')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.6ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.4ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.1ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.3ms) commit transaction  (3.4ms) insert into data_migrations (version) values ('20111111144706')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Fri, 28 Dec 2012 18:43:12 UTC +00:00]]  (4.7ms) commit transaction  (3.4ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction SQL (9.1ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00]]  (3.7ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (1.1ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["username", "admin1"]] SQL (0.5ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00]]  (5.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00]]  (4.0ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user2@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin2' LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["username", "admin2"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["secured_record_id", 2], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00]]  (4.7ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00]]  (5.0ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Fri, 28 Dec 2012 18:43:13 UTC +00:00]]  (6.5ms) commit transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.3ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.1ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (2, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 2 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (1.5ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"   (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (6.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 2]]  (6.9ms) commit transaction Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (4.5ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (3.9ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (3.4ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 4 SQL (0.1ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 4]]  (4.5ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [AWS S3 404 0.790498 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.178372 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.065086 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.13022 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.148573 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.065183 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.074787 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.098599 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.161339 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.061159 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.063744 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.143502 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.067981 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.076652 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.126101 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.070518 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.076269 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.162019 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.110717 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.073586 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.151204 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.152057 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.061387 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.081628 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.067588 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.059738 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.060918 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.06607 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.069748 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.156587 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.081069 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.075241 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.152102 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.071543 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.064684 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.071549 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.070173 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.068382 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.063921 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.546746 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.113872 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.196596 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.115027 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.107824 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.112838 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00]]  (36.6ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.2ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__375196339743540618__initialize__3173993600597021178__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__375196339743540618__validation__3173993600597021178__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__375196339743540618__validate__3173993600597021178__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__375196339743540618__save__3173993600597021178__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__375196339743540618__create__3173993600597021178__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__375196339743540618__find__3173993600597021178__callbacks' LIMIT 1  (1.4ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.3ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.3ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.7ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:43:20 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:43:20.985055', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:43:20.997035', "updated_at" = '2012-12-28 18:43:20.997035', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.3ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:43:20.985055', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:43:20.997035', "updated_at" = '2012-12-28 18:43:20.997035', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__375196339743540618__commit__3173993600597021178__callbacks' LIMIT 1  (0.1ms) begin transaction FileAsset Exists (0.1ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.6ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["width", nil]]  (0.5ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:43:21.022811', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:43:21.030414', "updated_at" = '2012-12-28 18:43:21.030414', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.2ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 18:43:21.022811', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 18:43:21.030414', "updated_at" = '2012-12-28 18:43:21.030414', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (4.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.2ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-28 18:43:21.049597' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.7ms) rollback transaction  (0.0ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (6.3ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00]]  (4.6ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 5 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 5]]  (3.5ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["username", "admin"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 6 SQL (0.0ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00]]  (3.3ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user3@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin3' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["username", "admin3"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00]]  (7.3ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 18:43:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (6.6ms) commit transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml ContactPurpose Load (15.6ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.7ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (8.7ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (8.5ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (41.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (4.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (11.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to BaseErpServices (20121219184332)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("parties")  (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("party_roles")  (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.1ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("relationship_types")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.1ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("party_relationships")  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.1ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("individuals")  (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.1ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contacts")  (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.2ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.2ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("contact_types")  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.2ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("contact_purposes")  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.2ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("postal_addresses")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("money")  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.1ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("currencies")  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.1ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("categories")  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.1ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("category_classifications")  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.2ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_countries")  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.2ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.0ms) PRAGMA index_list("geo_zones")  (0.1ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.1ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("notes")  (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.1ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.2ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.2ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("note_types")  (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.1ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("valid_note_types")  (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (11.1ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("users")  (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.1ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.1ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.1ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("sessions")  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("audit_logs")  (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("secured_models")  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("file_assets")  (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("delayed_jobs")  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.2ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("capabilities")  (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (8.2ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("attribute_types")  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("attribute_values")  (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (6.8ms) commit transaction  (1.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("attribute_types")  (0.0ms) PRAGMA index_info(':attribute_types_iid_idx')  (0.0ms) PRAGMA index_list("attribute_values")  (0.0ms) PRAGMA index_info('attribute_values_value_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_type_idx')  (0.0ms) PRAGMA index_info('attribute_values_attributed_record_idx')  (0.0ms) PRAGMA index_list("audit_log_item_types")  (0.0ms) PRAGMA index_list("audit_log_items")  (0.0ms) PRAGMA index_list("audit_log_types")  (0.0ms) PRAGMA index_list("audit_logs")  (0.0ms) PRAGMA index_info('event_record_index')  (0.0ms) PRAGMA index_info('index_audit_logs_on_party_id')  (0.0ms) PRAGMA index_list("capabilities")  (0.0ms) PRAGMA index_info('index_capabilities_on_capability_type_id')  (0.0ms) PRAGMA index_list("capabilities_capable_models")  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capability_id')  (0.0ms) PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')  (0.0ms) PRAGMA index_list("capability_types")  (0.0ms) PRAGMA index_list("capable_models")  (0.1ms) PRAGMA index_info('capable_model_record_idx')  (0.0ms) PRAGMA index_list("categories")  (0.0ms) PRAGMA index_info('category_polymorphic')  (0.0ms) PRAGMA index_list("category_classifications")  (0.0ms) PRAGMA index_info('classification_polymorphic')  (0.0ms) PRAGMA index_list("compass_ae_instances")  (0.0ms) PRAGMA index_list("contact_purposes")  (0.0ms) PRAGMA index_info('index_contact_purposes_on_parent_id')  (0.0ms) PRAGMA index_list("contact_purposes_contacts")  (0.0ms) PRAGMA index_info('contact_purposes_contacts_index')  (0.0ms) PRAGMA index_list("contact_types")  (0.0ms) PRAGMA index_info('index_contact_types_on_parent_id')  (0.0ms) PRAGMA index_list("contacts")  (0.0ms) PRAGMA index_info('besi_2')  (0.0ms) PRAGMA index_info('index_contacts_on_party_id')  (0.0ms) PRAGMA index_list("currencies")  (0.0ms) PRAGMA index_info('index_currencies_on_internal_identifier')  (0.0ms) PRAGMA index_list("delayed_jobs")  (0.0ms) PRAGMA index_info('delayed_jobs_priority')  (0.0ms) PRAGMA index_list("descriptive_assets")  (0.0ms) PRAGMA index_info('described_record_idx')  (0.0ms) PRAGMA index_info('index_descriptive_assets_on_view_type_id')  (0.0ms) PRAGMA index_list("email_addresses")  (0.0ms) PRAGMA index_list("file_assets")  (0.0ms) PRAGMA index_info('index_file_assets_on_directory')  (0.0ms) PRAGMA index_info('index_file_assets_on_name')  (0.0ms) PRAGMA index_info('file_asset_holder_idx')  (0.0ms) PRAGMA index_info('index_file_assets_on_type')  (0.0ms) PRAGMA index_list("geo_countries")  (0.0ms) PRAGMA index_info('index_geo_countries_on_iso_code_2')  (0.0ms) PRAGMA index_info('index_geo_countries_on_name')  (0.0ms) PRAGMA index_list("geo_zones")  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_code')  (0.0ms) PRAGMA index_info('index_geo_zones_on_zone_name')  (0.0ms) PRAGMA index_info('index_geo_zones_on_geo_country_id')  (0.0ms) PRAGMA index_list("individuals")  (0.0ms) PRAGMA index_info('index_individuals_on_party_id')  (0.0ms) PRAGMA index_list("money")  (0.0ms) PRAGMA index_info('index_money_on_currency_id')  (0.0ms) PRAGMA index_list("note_types")  (0.0ms) PRAGMA index_info('note_type_record_idx')  (0.0ms) PRAGMA index_list("notes")  (0.0ms) PRAGMA index_info('index_notes_on_created_by_id')  (0.0ms) PRAGMA index_info('index_notes_on_note_type_id')  (0.0ms) PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')  (0.0ms) PRAGMA index_list("organizations")  (0.0ms) PRAGMA index_list("parties")  (0.0ms) PRAGMA index_info('besi_1')  (0.0ms) PRAGMA index_list("party_relationships")  (0.0ms) PRAGMA index_info('index_party_relationships_on_relationship_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_priority_type_id')  (0.0ms) PRAGMA index_info('index_party_relationships_on_status_type_id')  (0.0ms) PRAGMA index_list("party_roles")  (0.0ms) PRAGMA index_info('index_party_roles_on_role_type_id')  (0.0ms) PRAGMA index_info('index_party_roles_on_party_id')  (0.0ms) PRAGMA index_list("party_search_facts")  (0.0ms) PRAGMA index_list("phone_numbers")  (0.0ms) PRAGMA index_list("postal_addresses")  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_zone_id')  (0.0ms) PRAGMA index_info('index_postal_addresses_on_geo_country_id')  (0.0ms) PRAGMA index_list("relationship_types")  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')  (0.0ms) PRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')  (0.0ms) PRAGMA index_list("role_types")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("roles_secured_models")  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_role_id')  (0.0ms) PRAGMA index_info('index_roles_secured_models_on_secured_model_id')  (0.0ms) PRAGMA index_list("secured_models")  (0.0ms) PRAGMA index_info('secured_record_idx')  (0.0ms) PRAGMA index_list("sessions")  (0.0ms) PRAGMA index_info('index_sessions_on_updated_at')  (0.0ms) PRAGMA index_info('index_sessions_on_session_id')  (0.1ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_activation_token')  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_users_on_remember_me_token')  (0.0ms) PRAGMA index_info('activity_idx')  (0.0ms) PRAGMA index_info('index_users_on_username')  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.0ms) PRAGMA index_list("valid_note_types")  (0.0ms) PRAGMA index_info('index_valid_note_types_on_note_type_id')  (0.0ms) PRAGMA index_info('valid_note_type_record_idx')  (0.0ms) PRAGMA index_list("view_types") Connecting to database specified by database.yml ContactPurpose Load (2.4ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.2ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (6.1ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (4.0ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.2ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (18.7ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00]]  (5.7ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20110525001935')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" WARNING: Can't mass-assign protected attributes: id SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] WARNING: Can't mass-assign protected attributes: id SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] WARNING: Can't mass-assign protected attributes: id SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (6.1ms) commit transaction  (4.0ms) insert into data_migrations (version) values ('20110609150135')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Sat, 29 Dec 2012 07:00:01 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00]]  (4.5ms) commit transaction  (3.3ms) insert into data_migrations (version) values ('20110802200222')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["version", #]]  (3.5ms) commit transaction  (3.9ms) insert into data_migrations (version) values ('20110913145838')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.5ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.3ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.4ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.2ms) commit transaction  (3.4ms) insert into data_migrations (version) values ('20111111144706')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Fri, 28 Dec 2012 19:12:30 UTC +00:00]] Role Load (0.1ms) SELECT "roles".* FROM "roles"  Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('file_downloader') LIMIT 1 SQL (0.3ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:31 UTC +00:00], ["description", "File Downloader"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "file_downloader"], ["updated_at", Fri, 28 Dec 2012 19:12:31 UTC +00:00]]  (6.3ms) commit transaction  (3.5ms) insert into data_migrations (version) values ('20120109173616') AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  Role Load (0.1ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction SQL (6.7ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 19:12:31 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 19:12:31 UTC +00:00]]  (3.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user1@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin1' LIMIT 1 SQL (0.9ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["username", "admin1"]] SQL (0.5ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["secured_record_id", 1], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00]]  (8.6ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00]]  (24.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user2@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin2' LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["username", "admin2"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["secured_record_id", 2], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00]]  (11.6ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.6ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00]]  (7.5ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00]]  (10.5ms) commit transaction  (0.1ms) begin transaction Role Exists (0.2ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Fri, 28 Dec 2012 19:12:32 UTC +00:00]]  (4.7ms) commit transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.4ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.5ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.3ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (3, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (1.2ms) rollback transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'manager' LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (2, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1)  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 1 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 2 AND "roles_secured_models"."role_id" IN (2)  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (1.5ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"   (0.0ms) begin transaction SQL (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 1 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (1) SQL (0.2ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 1]]  (6.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]] SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 2 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.3ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (2) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 2]]  (8.8ms) commit transaction Role Load (0.3ms) SELECT "roles".* FROM "roles"  (0.1ms) begin transaction SecuredModel Load (0.3ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 1 SQL (0.3ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 1]]  (5.2ms) commit transaction  (0.1ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 2 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 2]]  (4.0ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 3 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 3]]  (4.6ms) commit transaction  (0.0ms) begin transaction SecuredModel Load (0.2ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 4 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 4]]  (4.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [AWS S3 404 0.988236 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.192447 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 1.155924 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.074118 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.103037 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.062411 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.077575 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.201663 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.11144 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.162955 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.090458 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.103904 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.123011 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.220314 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.113984 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.299703 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.08785 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.111115 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.096859 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.071784 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.109609 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.10594 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.088444 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.101102 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.119082 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.075292 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.079822 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.080875 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.092635 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.110274 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.069208 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.104968 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.106418 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.067072 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.074405 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.058718 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT DISTINCT "file_assets".id FROM "file_assets" LEFT OUTER JOIN "capable_models" ON "capable_models"."capable_model_record_id" = "file_assets"."id" AND "capable_models"."capable_model_record_type" = 'FileAsset' LEFT OUTER JOIN "capabilities_capable_models" ON "capabilities_capable_models"."capable_model_id" = "capable_models"."id" LEFT OUTER JOIN "capabilities" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.111087 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.085084 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.061114 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.074775 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.074681 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.126722 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.118899 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.095649 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.113888 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (43.2ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types"  SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3903135256641664236__initialize__1841567656461603030__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3903135256641664236__validation__1841567656461603030__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3903135256641664236__validate__1841567656461603030__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3903135256641664236__save__1841567656461603030__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__3903135256641664236__create__1841567656461603030__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__3903135256641664236__find__1841567656461603030__callbacks' LIMIT 1  (1.5ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.5ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.4ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (2.0ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.3ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.3ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.8ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["width", nil]]  (15.0ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 19:12:40.355539', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 19:12:40.367733', "updated_at" = '2012-12-28 19:12:40.367733', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.4ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]] [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 19:12:40.355539', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 19:12:40.367733', "updated_at" = '2012-12-28 19:12:40.367733', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction SQL (0.3ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__3903135256641664236__commit__1841567656461603030__callbacks' LIMIT 1  (0.0ms) begin transaction FileAsset Exists (0.1ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."directory" = '') LIMIT 1 SQL (0.5ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["width", nil]]  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 19:12:40.409416', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 19:12:40.415897', "updated_at" = '2012-12-28 19:12:40.415897', "type" = 'TextFile' WHERE "file_assets"."id" = 1 SQL (0.2ms) INSERT INTO "capable_models" ("capable_model_record_id", "capable_model_record_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["capable_model_record_id", 1], ["capable_model_record_type", "FileAsset"], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2012-12-28 19:12:40.409416', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2012-12-28 19:12:40.415897', "updated_at" = '2012-12-28 19:12:40.415897', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (8.3ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE ("file_assets"."name" = 'file_asset_spec_text.txt' AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.3ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2012-12-28 19:12:40.437676' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.0ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capabilities_capable_models" ON "capabilities"."id" = "capabilities_capable_models"."capability_id" WHERE "capabilities_capable_models"."capable_model_id" = 1 SQL (0.1ms) DELETE FROM "capable_models" WHERE "capable_models"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (6.0ms) commit transaction  (0.0ms) begin transaction Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.6ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (4.2ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction Role Load (0.2ms) SELECT "roles".* FROM "roles"  (0.0ms) begin transaction SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 5 SQL (0.2ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 5]]  (3.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.4ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'admin@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin' LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["crypted_password", nil], ["email", "admin@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", nil], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["username", "admin"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."internal_identifier" = 'admin' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE (internal_identifier = 'admin') LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" join roles_secured_models on roles_secured_models.secured_model_id = secured_models.id WHERE (secured_record_type = 'User' and role_id = 6) User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.2ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" INNER JOIN "roles_secured_models" ON "secured_models"."id" = "roles_secured_models"."secured_model_id" WHERE "roles_secured_models"."role_id" = 6 SQL (0.0ms) DELETE FROM "roles" WHERE "roles"."id" = ? [["id", 6]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (3.5ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'user3@portablemind.com' LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."username" = 'admin3' LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["username", "admin3"]] SQL (0.2ms) INSERT INTO "secured_models" ("created_at", "secured_record_id", "secured_record_type", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["secured_record_id", 3], ["secured_record_type", "User"], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (7.9ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Role Exists (0.1ms) SELECT 1 AS one FROM "roles" WHERE LOWER("roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.5ms) INSERT INTO "roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00], ["description", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Fri, 28 Dec 2012 19:12:40 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "roles_secured_models" ON "roles"."id" = "roles_secured_models"."role_id" WHERE "roles_secured_models"."secured_model_id" = 3  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "roles_secured_models" ("secured_model_id", "role_id") VALUES (3, 6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3)  (0.0ms) SAVEPOINT active_record_1  (0.4ms) DELETE FROM "roles_secured_models" WHERE "roles_secured_models"."secured_model_id" = 3 AND "roles_secured_models"."role_id" IN (6)  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]] SecuredModel Load (0.1ms) SELECT "secured_models".* FROM "secured_models" WHERE "secured_models"."secured_record_id" = 3 AND "secured_models"."secured_record_type" = 'User' LIMIT 1 SQL (0.2ms) SELECT "roles".*, "t0"."secured_model_id" AS ar_association_key_name FROM "roles" INNER JOIN "roles_secured_models" "t0" ON "roles"."id" = "t0"."role_id" WHERE "t0"."secured_model_id" IN (3) SQL (0.1ms) DELETE FROM "secured_models" WHERE "secured_models"."id" = ? [["id", 3]]  (5.8ms) commit transaction Role Load (0.1ms) SELECT "roles".* FROM "roles"  Connecting to database specified by database.yml ContactPurpose Load (3.4ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (1.0ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.7ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.7ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (4.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (28.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to BaseErpServices (20121219184332)  (0.1ms) begin transaction  (31.6ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(3,8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.3ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.1ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.2ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.1ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.1ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.2ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.1ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.2ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.2ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.1ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.2ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.2ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.2ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.4ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.2ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.3ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.2ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.2ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184332')  (8.0ms) commit transaction Migrating to BaseTechServices (20121219184333)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.2ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.2ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.2ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.2ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")  (0.1ms) CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)  (0.1ms) CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")  (0.1ms) CREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.2ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.2ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.2ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer)   (0.1ms) CREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")  (0.2ms) CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184333')  (7.4ms) commit transaction Migrating to CreateHasAttributeTables (20121219184334)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.3ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.2ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.2ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121219184334')  (5.4ms) commit transaction Migrating to CreateGroups (20130107180215)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130107180215')  (6.1ms) commit transaction Migrating to UpgradeSecurity (20130107180216)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "capability_accessors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capability_accessor_record_type" varchar(255), "capability_accessor_record_id" integer, "capability_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_capability_accessors_on_capability_id" ON "capability_accessors" ("capability_id")  (0.1ms) CREATE INDEX "capability_accessor_record_index" ON "capability_accessors" ("capability_accessor_record_id", "capability_accessor_record_type")  (0.2ms) ALTER TABLE "capabilities" ADD "description" varchar(255)  (0.2ms) ALTER TABLE "capabilities" ADD "capability_resource_type" varchar(255)  (0.2ms) ALTER TABLE "capabilities" ADD "capability_resource_id" integer  (0.3ms) ALTER TABLE "capabilities" ADD "scope_type_id" integer  (0.2ms) ALTER TABLE "capabilities" ADD "scope_query" text  (0.1ms) CREATE INDEX "index_capabilities_on_scope_type_id" ON "capabilities" ("scope_type_id")  (0.1ms) CREATE INDEX "capability_resource_index" ON "capabilities" ("capability_resource_id", "capability_resource_type")  (0.2ms) CREATE TABLE "scope_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_scope_types_on_internal_identifier" ON "scope_types" ("internal_identifier")  (0.1ms) CREATE TABLE "parties_security_roles" ("party_id" integer, "security_role_id" integer)  (0.1ms) CREATE INDEX "index_parties_security_roles_on_party_id" ON "parties_security_roles" ("party_id")  (0.1ms) CREATE INDEX "index_parties_security_roles_on_security_role_id" ON "parties_security_roles" ("security_role_id")  (0.2ms) ALTER TABLE "roles" RENAME TO "security_roles"  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130107180216')  (7.0ms) commit transaction Migrating to UpgradeSecurity2 (20130107180217)  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml ContactPurpose Load (2.3ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (5.6ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (3.7ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.1ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110109173616'  (0.1ms) begin transaction CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE (internal_identifier = 'download') LIMIT 1 SQL (5.9ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00]] ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE (internal_identifier = 'instance') LIMIT 1 SQL (0.4ms) INSERT INTO "scope_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["description", "Instance"], ["internal_identifier", "instance"], ["updated_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00]] ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE (internal_identifier = 'class') LIMIT 1 SQL (0.1ms) INSERT INTO "scope_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["description", "Class"], ["internal_identifier", "class"], ["updated_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00]] ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE (internal_identifier = 'query') LIMIT 1 SQL (0.1ms) INSERT INTO "scope_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["description", "Query"], ["internal_identifier", "query"], ["updated_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00]]  (5.9ms) commit transaction  (3.6ms) insert into data_migrations (version) values ('20110109173616')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.0ms) begin transaction SQL (0.7ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00]]  (4.1ms) commit transaction  (3.3ms) insert into data_migrations (version) values ('20110525001935')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.6ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" SQL (0.5ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:29 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] SQL (52.6ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] SQL (0.3ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (41.1ms) commit transaction  (4.0ms) insert into data_migrations (version) values ('20110609150135')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.1ms) begin transaction SQL (1.7ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 Jan 2013 07:00:01 UTC +00:00], ["updated_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00]]  (5.4ms) commit transaction  (3.5ms) insert into data_migrations (version) values ('20110802200222')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["updated_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["version", #]]  (4.0ms) commit transaction  (4.3ms) insert into data_migrations (version) values ('20110913145838')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.6ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (0.5ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (4.6ms) commit transaction  (5.6ms) insert into data_migrations (version) values ('20111111144706')  (0.1ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Mon, 07 Jan 2013 18:02:30 UTC +00:00]]  (1.0ms) rollback transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles"  (0.1ms) begin transaction SQL (8.1ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00]]  (3.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('user1@portablemind.com') LIMIT 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."username") = LOWER('admin1') LIMIT 1 SQL (1.3ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00], ["username", "admin1"]]  (5.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00]]  (3.4ms) commit transaction  (0.0ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('user2@portablemind.com') LIMIT 1 User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."username") = LOWER('admin2') LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00], ["username", "admin2"]]  (5.8ms) commit transaction  (0.1ms) begin transaction SecurityRole Exists (0.3ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.7ms) INSERT INTO "security_roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00]]  (4.0ms) commit transaction  (0.1ms) begin transaction SecurityRole Exists (0.2ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.5ms) INSERT INTO "security_roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00], ["description", "Employee"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00]]  (4.3ms) commit transaction  (0.1ms) begin transaction SecurityRole Exists (0.2ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.4ms) INSERT INTO "security_roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00], ["description", "Manager"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Mon, 07 Jan 2013 18:02:31 UTC +00:00]]  (6.1ms) commit transaction  (0.1ms) begin transaction SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction SecurityRole Load (0.3ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1 Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.1ms) SAVEPOINT active_record_1  (0.7ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (1, 3, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (2, 3)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction Group Load (0.4ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.1ms) rollback transaction  (0.1ms) begin transaction SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 1  (1.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (2, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 2 AND "parties_security_roles"."security_role_id" IN (1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]  (4.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]  (6.2ms) commit transaction SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles"   (0.1ms) begin transaction Party Load (0.2ms) SELECT "parties".* FROM "parties" INNER JOIN "parties_security_roles" ON "parties"."id" = "parties_security_roles"."party_id" WHERE "parties_security_roles"."security_role_id" = 1 SQL (0.3ms) DELETE FROM "security_roles" WHERE "security_roles"."id" = ? [["id", 1]]  (3.4ms) commit transaction  (0.0ms) begin transaction Party Load (0.2ms) SELECT "parties".* FROM "parties" INNER JOIN "parties_security_roles" ON "parties"."id" = "parties_security_roles"."party_id" WHERE "parties_security_roles"."security_role_id" = 2 SQL (0.1ms) DELETE FROM "security_roles" WHERE "security_roles"."id" = ? [["id", 2]]  (4.8ms) commit transaction  (0.1ms) begin transaction Party Load (0.2ms) SELECT "parties".* FROM "parties" INNER JOIN "parties_security_roles" ON "parties"."id" = "parties_security_roles"."party_id" WHERE "parties_security_roles"."security_role_id" = 3 SQL (0.2ms) DELETE FROM "security_roles" WHERE "security_roles"."id" = ? [["id", 3]]  (3.3ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 404 0.914645 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.224131 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.074776 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.071177 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.143277 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.139939 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.07036 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.193793 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.109477 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.07089 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.123753 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.127229 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.073818 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.130461 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.091913 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.422984 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.106868 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.11996 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.114544 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.121625 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.124468 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction [AWS S3 200 0.101824 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.064261 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.089769 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.092017 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.061236 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.062853 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.06402 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.146067 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.115143 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.060755 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.071835 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.149794 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.093394 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.073612 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.061117 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.2ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.115113 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.185523 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.060447 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.172065 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.101508 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.109055 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.103249 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.111068 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.131064 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00]]  (37.1ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types" SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1857309927513709426__initialize__3369155360564120423__callbacks' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1857309927513709426__validation__3369155360564120423__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1857309927513709426__validate__3369155360564120423__callbacks' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1857309927513709426__save__3369155360564120423__callbacks' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__1857309927513709426__create__3369155360564120423__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__1857309927513709426__find__3369155360564120423__callbacks' LIMIT 1  (1.3ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.1ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.5ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.1ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.4ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE (LOWER("file_assets"."name") = LOWER('file_asset_spec_text.txt') AND "file_assets"."directory" = '') LIMIT 1 SQL (0.7ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["width", nil]]  (0.4ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2013-01-07 18:02:38.758331', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2013-01-07 18:02:38.764225', "updated_at" = '2013-01-07 18:02:38.764225', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2013-01-07 18:02:38.758331', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2013-01-07 18:02:38.764225', "updated_at" = '2013-01-07 18:02:38.764225', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE (LOWER("file_assets"."name") = LOWER('file_asset_spec_text.txt') AND "file_assets"."directory" = '') LIMIT 1 SQL (0.5ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["width", nil]]  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2013-01-07 18:02:38.782317', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2013-01-07 18:02:38.784678', "updated_at" = '2013-01-07 18:02:38.784678', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.1ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2013-01-07 18:02:38.782317', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2013-01-07 18:02:38.784678', "updated_at" = '2013-01-07 18:02:38.784678', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (4.1ms) commit transaction SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__1857309927513709426__commit__3369155360564120423__callbacks' LIMIT 1  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE (LOWER("file_assets"."name") = LOWER('file_asset_spec_text.txt') AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.5ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2013-01-07 18:02:38.803793' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.4ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/move_test_tmp/file_asset_spec_text.txt  (6.7ms) commit transaction  (0.1ms) begin transaction SecurityRole Exists (0.3ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('employee') LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles"  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00]]  (3.5ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('user3@portablemind.com') LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."username") = LOWER('admin3') LIMIT 1 SQL (0.8ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 4], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Mon, 07 Jan 2013 18:02:38 UTC +00:00], ["username", "admin3"]]  (5.4ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SecurityRole Exists (0.2ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('employee') LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 4  (0.0ms) SAVEPOINT active_record_1 SecurityRole Exists (0.1ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('employee') LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SecurityRole Exists (0.1ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('employee') LIMIT 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 4 AND party_id_to = parties.id Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 4 AND party_id_to = parties.id  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"   (0.0ms) begin transaction SQL (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (6.5ms) commit transaction SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles"  Connecting to database specified by database.yml ContactPurpose Load (3.2ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.9ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (1.0ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (1.0ms) SELECT "role_types".* FROM "role_types" Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (8.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (37.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to BaseErpServices (20130107214445)  (0.1ms) begin transaction  (31.0ms) CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal(8,3), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")  (0.1ms) CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")  (0.1ms) CREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")  (0.2ms) CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")  (0.2ms) CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")  (0.2ms) CREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")  (0.2ms) CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")  (0.2ms) CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")  (0.2ms) CREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")  (0.2ms) CREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")  (0.1ms) CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")  (0.1ms) CREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")  (0.1ms) CREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer)  (0.1ms) CREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")  (0.1ms) CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")  (0.1ms) CREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")  (0.1ms) CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" decimal(8,2), "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")  (0.2ms) CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")  (0.1ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")  (0.1ms) CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")  (0.1ms) CREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")  (0.1ms) CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")  (0.1ms) CREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)  (0.1ms) CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")  (0.1ms) CREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")  (0.1ms) CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)   (0.1ms) CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")  (0.1ms) CREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")  (0.3ms) CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")  (0.1ms) CREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")  (0.1ms) CREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")  (0.1ms) CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")  (0.1ms) CREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")  (0.1ms) CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130107214445')  (23.5ms) commit transaction Migrating to BaseTechServices (20130107214446)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.2ms) CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")  (0.1ms) CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")  (0.1ms) CREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")  (0.1ms) CREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.1ms) CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")  (0.1ms) CREATE TABLE "groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "security_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")  (0.1ms) CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")  (0.1ms) CREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")  (0.2ms) CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "width" varchar(255), "height" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")  (0.1ms) CREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")  (0.1ms) CREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")  (0.1ms) CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")  (0.1ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")  (0.1ms) CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")  (0.1ms) CREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "capability_type_id" integer, "capability_resource_type" varchar(255), "capability_resource_id" integer, "scope_type_id" integer, "scope_query" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")  (0.1ms) CREATE INDEX "index_capabilities_on_scope_type_id" ON "capabilities" ("scope_type_id")  (0.1ms) CREATE INDEX "capability_resource_index" ON "capabilities" ("capability_resource_id", "capability_resource_type")  (0.1ms) CREATE TABLE "capability_accessors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capability_accessor_record_type" varchar(255), "capability_accessor_record_id" integer, "capability_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_capability_accessors_on_capability_id" ON "capability_accessors" ("capability_id")  (0.1ms) CREATE INDEX "capability_accessor_record_index" ON "capability_accessors" ("capability_accessor_record_id", "capability_accessor_record_type")  (0.1ms) CREATE TABLE "scope_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_scope_types_on_internal_identifier" ON "scope_types" ("internal_identifier")  (0.1ms) CREATE TABLE "parties_security_roles" ("party_id" integer, "security_role_id" integer)  (0.1ms) CREATE INDEX "index_parties_security_roles_on_party_id" ON "parties_security_roles" ("party_id")  (0.2ms) CREATE INDEX "index_parties_security_roles_on_security_role_id" ON "parties_security_roles" ("security_role_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130107214446')  (16.5ms) commit transaction Migrating to CreateHasAttributeTables (20130107214447)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")  (0.2ms) CREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (15.5ms) CREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")  (0.1ms) CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")  (0.1ms) CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130107214447')  (10.4ms) commit transaction Migrating to CreateGroups (20130107214448)  (0.1ms) begin transaction  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130107214448')  (23.9ms) commit transaction Migrating to UpgradeSecurity (20130107214449)  (0.1ms) begin transaction  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130107214449')  (3.4ms) commit transaction Migrating to UpgradeSecurity2 (20130107214450)  (0.1ms) begin transaction  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130107214450')  (9.0ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml ContactPurpose Load (2.2ms) SELECT "contact_purposes".* FROM "contact_purposes"  NoteType Load (0.1ms) SELECT "note_types".* FROM "note_types" RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types"  RoleType Load (0.1ms) SELECT "role_types".* FROM "role_types"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (25.6ms) CREATE TABLE "data_migrations" ("version" varchar(255))   (11.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100819181805')  (0.2ms) select max(version) as current_version from data_migrations  (0.1ms) select count(*) as num_rows from data_migrations where version = '20110109173616'  (0.1ms) begin transaction CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE (internal_identifier = 'download') LIMIT 1 SQL (30.9ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:57 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Mon, 07 Jan 2013 21:44:57 UTC +00:00]] ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE (internal_identifier = 'instance') LIMIT 1 SQL (6.3ms) INSERT INTO "scope_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:57 UTC +00:00], ["description", "Instance"], ["internal_identifier", "instance"], ["updated_at", Mon, 07 Jan 2013 21:44:57 UTC +00:00]] ScopeType Load (0.2ms) SELECT "scope_types".* FROM "scope_types" WHERE (internal_identifier = 'class') LIMIT 1 SQL (0.2ms) INSERT INTO "scope_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:57 UTC +00:00], ["description", "Class"], ["internal_identifier", "class"], ["updated_at", Mon, 07 Jan 2013 21:44:57 UTC +00:00]] ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE (internal_identifier = 'query') LIMIT 1 SQL (0.2ms) INSERT INTO "scope_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:57 UTC +00:00], ["description", "Query"], ["internal_identifier", "query"], ["updated_at", Mon, 07 Jan 2013 21:44:57 UTC +00:00]]  (25.4ms) commit transaction  (4.4ms) insert into data_migrations (version) values ('20110109173616')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110525001935'  (0.1ms) begin transaction SQL (8.5ms) INSERT INTO "currencies" ("created_at", "definition", "expiration_date", "internal_identifier", "introduction_date", "major_unit_symbol", "minor_unit_symbol", "name", "numeric_code", "postfix_label", "ratio_of_minor_unit_to_major_unit", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["definition", nil], ["expiration_date", nil], ["internal_identifier", "USD"], ["introduction_date", nil], ["major_unit_symbol", "$"], ["minor_unit_symbol", nil], ["name", "US Dollar"], ["numeric_code", nil], ["postfix_label", nil], ["ratio_of_minor_unit_to_major_unit", nil], ["updated_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00]]  (32.9ms) commit transaction  (34.0ms) insert into data_migrations (version) values ('20110525001935')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110609150135'  (0.1ms) begin transaction GeoCountry Load (0.1ms) SELECT "geo_countries".* FROM "geo_countries"  SQL (0.7ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 1], ["iso_code_2", "AF"], ["iso_code_3", "AFG"], ["name", "Afghanistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 2], ["iso_code_2", "AL"], ["iso_code_3", "ALB"], ["name", "Albania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 3], ["iso_code_2", "DZ"], ["iso_code_3", "DZA"], ["name", "Algeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 4], ["iso_code_2", "AS"], ["iso_code_3", "ASM"], ["name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 5], ["iso_code_2", "AD"], ["iso_code_3", "AND"], ["name", "Andorra"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 6], ["iso_code_2", "AO"], ["iso_code_3", "AGO"], ["name", "Angola"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 7], ["iso_code_2", "AI"], ["iso_code_3", "AIA"], ["name", "Anguilla"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 8], ["iso_code_2", "AQ"], ["iso_code_3", "ATA"], ["name", "Antarctica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 9], ["iso_code_2", "AG"], ["iso_code_3", "ATG"], ["name", "Antigua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 10], ["iso_code_2", "AR"], ["iso_code_3", "ARG"], ["name", "Argentina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 11], ["iso_code_2", "AM"], ["iso_code_3", "ARM"], ["name", "Armenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 12], ["iso_code_2", "AW"], ["iso_code_3", "ABW"], ["name", "Aruba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 13], ["iso_code_2", "AU"], ["iso_code_3", "AUS"], ["name", "Australia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 14], ["iso_code_2", "AT"], ["iso_code_3", "AUT"], ["name", "Austria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:22 UTC +00:00], ["display", true], ["external_id", nil], ["id", 15], ["iso_code_2", "AZ"], ["iso_code_3", "AZE"], ["name", "Azerbaijan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 16], ["iso_code_2", "BS"], ["iso_code_3", "BHS"], ["name", "Bahamas"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 17], ["iso_code_2", "BH"], ["iso_code_3", "BHR"], ["name", "Bahrain"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 18], ["iso_code_2", "BD"], ["iso_code_3", "BGD"], ["name", "Bangladesh"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 19], ["iso_code_2", "BB"], ["iso_code_3", "BRB"], ["name", "Barbados"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 20], ["iso_code_2", "BY"], ["iso_code_3", "BLR"], ["name", "Belarus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 21], ["iso_code_2", "BE"], ["iso_code_3", "BEL"], ["name", "Belgium"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 22], ["iso_code_2", "BZ"], ["iso_code_3", "BLZ"], ["name", "Belize"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 23], ["iso_code_2", "BJ"], ["iso_code_3", "BEN"], ["name", "Benin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 24], ["iso_code_2", "BM"], ["iso_code_3", "BMU"], ["name", "Bermuda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 25], ["iso_code_2", "BT"], ["iso_code_3", "BTN"], ["name", "Bhutan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 26], ["iso_code_2", "BO"], ["iso_code_3", "BOL"], ["name", "Bolivia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 27], ["iso_code_2", "BA"], ["iso_code_3", "BIH"], ["name", "Bosnia and Herzegowina"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 28], ["iso_code_2", "BW"], ["iso_code_3", "BWA"], ["name", "Botswana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 29], ["iso_code_2", "BV"], ["iso_code_3", "BVT"], ["name", "Bouvet Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 30], ["iso_code_2", "BR"], ["iso_code_3", "BRA"], ["name", "Brazil"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 31], ["iso_code_2", "IO"], ["iso_code_3", "IOT"], ["name", "British Indian Ocean Territory"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 32], ["iso_code_2", "BN"], ["iso_code_3", "BRN"], ["name", "Brunei Darussalam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 33], ["iso_code_2", "BG"], ["iso_code_3", "BGR"], ["name", "Bulgaria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 34], ["iso_code_2", "BF"], ["iso_code_3", "BFA"], ["name", "Burkina Faso"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 35], ["iso_code_2", "BI"], ["iso_code_3", "BDI"], ["name", "Burundi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 36], ["iso_code_2", "KH"], ["iso_code_3", "KHM"], ["name", "Cambodia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:23 UTC +00:00], ["display", true], ["external_id", nil], ["id", 37], ["iso_code_2", "CM"], ["iso_code_3", "CMR"], ["name", "Cameroon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 38], ["iso_code_2", "CA"], ["iso_code_3", "CAN"], ["name", "Canada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 39], ["iso_code_2", "CV"], ["iso_code_3", "CPV"], ["name", "Cape Verde"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 40], ["iso_code_2", "KY"], ["iso_code_3", "CYM"], ["name", "Cayman Islands"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 41], ["iso_code_2", "CF"], ["iso_code_3", "CAF"], ["name", "Central African Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 42], ["iso_code_2", "TD"], ["iso_code_3", "TCD"], ["name", "Chad"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 43], ["iso_code_2", "CL"], ["iso_code_3", "CHL"], ["name", "Chile"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 44], ["iso_code_2", "CN"], ["iso_code_3", "CHN"], ["name", "China"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 45], ["iso_code_2", "CX"], ["iso_code_3", "CXR"], ["name", "Christmas Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 46], ["iso_code_2", "CC"], ["iso_code_3", "CCK"], ["name", "Cocos (Keeling) Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 47], ["iso_code_2", "CO"], ["iso_code_3", "COL"], ["name", "Colombia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 48], ["iso_code_2", "KM"], ["iso_code_3", "COM"], ["name", "Comoros"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 49], ["iso_code_2", "CG"], ["iso_code_3", "COG"], ["name", "Congo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 50], ["iso_code_2", "CK"], ["iso_code_3", "COK"], ["name", "Cook Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 51], ["iso_code_2", "CR"], ["iso_code_3", "CRI"], ["name", "Costa Rica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 52], ["iso_code_2", "CI"], ["iso_code_3", "CIV"], ["name", "Cote DIvoire"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 53], ["iso_code_2", "HR"], ["iso_code_3", "HRV"], ["name", "Croatia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 54], ["iso_code_2", "CU"], ["iso_code_3", "CUB"], ["name", "Cuba"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 55], ["iso_code_2", "CY"], ["iso_code_3", "CYP"], ["name", "Cyprus"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 56], ["iso_code_2", "CZ"], ["iso_code_3", "CZE"], ["name", "Czech Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 57], ["iso_code_2", "DK"], ["iso_code_3", "DNK"], ["name", "Denmark"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 58], ["iso_code_2", "DJ"], ["iso_code_3", "DJI"], ["name", "Djibouti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:24 UTC +00:00], ["display", true], ["external_id", nil], ["id", 59], ["iso_code_2", "DM"], ["iso_code_3", "DMA"], ["name", "Dominica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 60], ["iso_code_2", "DO"], ["iso_code_3", "DOM"], ["name", "Dominican Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 62], ["iso_code_2", "EC"], ["iso_code_3", "ECU"], ["name", "Ecuador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 63], ["iso_code_2", "EG"], ["iso_code_3", "EGY"], ["name", "Egypt"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 64], ["iso_code_2", "SV"], ["iso_code_3", "SLV"], ["name", "El Salvador"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 65], ["iso_code_2", "GQ"], ["iso_code_3", "GNQ"], ["name", "Equatorial Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 66], ["iso_code_2", "ER"], ["iso_code_3", "ERI"], ["name", "Eritrea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 67], ["iso_code_2", "EE"], ["iso_code_3", "EST"], ["name", "Estonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 68], ["iso_code_2", "ET"], ["iso_code_3", "ETH"], ["name", "Ethiopia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 69], ["iso_code_2", "FK"], ["iso_code_3", "FLK"], ["name", "Falkland Islands (Malvinas)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 70], ["iso_code_2", "FO"], ["iso_code_3", "FRO"], ["name", "Faroe Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 71], ["iso_code_2", "FJ"], ["iso_code_3", "FJI"], ["name", "Fiji"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 72], ["iso_code_2", "FI"], ["iso_code_3", "FIN"], ["name", "Finland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 73], ["iso_code_2", "FR"], ["iso_code_3", "FRA"], ["name", "France"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 75], ["iso_code_2", "GF"], ["iso_code_3", "GUF"], ["name", "French Guiana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 76], ["iso_code_2", "PF"], ["iso_code_3", "PYF"], ["name", "French Polynesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 77], ["iso_code_2", "TF"], ["iso_code_3", "ATF"], ["name", "French Southern Territories"]] SQL (4.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 78], ["iso_code_2", "GA"], ["iso_code_3", "GAB"], ["name", "Gabon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 79], ["iso_code_2", "GM"], ["iso_code_3", "GMB"], ["name", "Gambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 80], ["iso_code_2", "GE"], ["iso_code_3", "GEO"], ["name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:25 UTC +00:00], ["display", true], ["external_id", nil], ["id", 81], ["iso_code_2", "DE"], ["iso_code_3", "DEU"], ["name", "Germany"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 82], ["iso_code_2", "GH"], ["iso_code_3", "GHA"], ["name", "Ghana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 83], ["iso_code_2", "GI"], ["iso_code_3", "GIB"], ["name", "Gibraltar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 84], ["iso_code_2", "GR"], ["iso_code_3", "GRC"], ["name", "Greece"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 85], ["iso_code_2", "GL"], ["iso_code_3", "GRL"], ["name", "Greenland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 86], ["iso_code_2", "GD"], ["iso_code_3", "GRD"], ["name", "Grenada"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 87], ["iso_code_2", "GP"], ["iso_code_3", "GLP"], ["name", "Guadeloupe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 88], ["iso_code_2", "GU"], ["iso_code_3", "GUM"], ["name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 89], ["iso_code_2", "GT"], ["iso_code_3", "GTM"], ["name", "Guatemala"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 90], ["iso_code_2", "GN"], ["iso_code_3", "GIN"], ["name", "Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 91], ["iso_code_2", "GW"], ["iso_code_3", "GNB"], ["name", "Guinea-bissau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 92], ["iso_code_2", "GY"], ["iso_code_3", "GUY"], ["name", "Guyana"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 93], ["iso_code_2", "HT"], ["iso_code_3", "HTI"], ["name", "Haiti"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 94], ["iso_code_2", "HM"], ["iso_code_3", "HMD"], ["name", "Heard and Mc Donald Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 95], ["iso_code_2", "HN"], ["iso_code_3", "HND"], ["name", "Honduras"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 96], ["iso_code_2", "HK"], ["iso_code_3", "HKG"], ["name", "Hong Kong"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 97], ["iso_code_2", "HU"], ["iso_code_3", "HUN"], ["name", "Hungary"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:26 UTC +00:00], ["display", true], ["external_id", nil], ["id", 98], ["iso_code_2", "IS"], ["iso_code_3", "ISL"], ["name", "Iceland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 99], ["iso_code_2", "IN"], ["iso_code_3", "IND"], ["name", "India"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 100], ["iso_code_2", "ID"], ["iso_code_3", "IDN"], ["name", "Indonesia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 101], ["iso_code_2", "IR"], ["iso_code_3", "IRN"], ["name", "Iran, Islamic Republic o"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 102], ["iso_code_2", "IQ"], ["iso_code_3", "IRQ"], ["name", "Iraq"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 103], ["iso_code_2", "IE"], ["iso_code_3", "IRL"], ["name", "Ireland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 104], ["iso_code_2", "IL"], ["iso_code_3", "ISR"], ["name", "Israel"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 105], ["iso_code_2", "IT"], ["iso_code_3", "ITA"], ["name", "Italy"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 106], ["iso_code_2", "JM"], ["iso_code_3", "JAM"], ["name", "Jamaica"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 107], ["iso_code_2", "JP"], ["iso_code_3", "JPN"], ["name", "Japan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 108], ["iso_code_2", "JO"], ["iso_code_3", "JOR"], ["name", "Jordan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:27 UTC +00:00], ["display", true], ["external_id", nil], ["id", 109], ["iso_code_2", "KZ"], ["iso_code_3", "KAZ"], ["name", "Kazakhstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 110], ["iso_code_2", "KE"], ["iso_code_3", "KEN"], ["name", "Kenya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 111], ["iso_code_2", "KI"], ["iso_code_3", "KIR"], ["name", "Kiribati"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 112], ["iso_code_2", "KP"], ["iso_code_3", "PRK"], ["name", "Korea, Democratic People's Republic of"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 113], ["iso_code_2", "KR"], ["iso_code_3", "KOR"], ["name", "Korea, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 114], ["iso_code_2", "KW"], ["iso_code_3", "KWT"], ["name", "Kuwait"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 115], ["iso_code_2", "KG"], ["iso_code_3", "KGZ"], ["name", "Kyrgyzstan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 116], ["iso_code_2", "LA"], ["iso_code_3", "LAO"], ["name", "Lao Peoples Democratic Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 117], ["iso_code_2", "LV"], ["iso_code_3", "LVA"], ["name", "Latvia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 118], ["iso_code_2", "LB"], ["iso_code_3", "LBN"], ["name", "Lebanon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 119], ["iso_code_2", "LS"], ["iso_code_3", "LSO"], ["name", "Lesotho"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 120], ["iso_code_2", "LR"], ["iso_code_3", "LBR"], ["name", "Liberia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 121], ["iso_code_2", "LY"], ["iso_code_3", "LBY"], ["name", "Libyan Arab Jamahiriya"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 122], ["iso_code_2", "LI"], ["iso_code_3", "LIE"], ["name", "Liechtenstein"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 123], ["iso_code_2", "LT"], ["iso_code_3", "LTU"], ["name", "Lithuania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:28 UTC +00:00], ["display", true], ["external_id", nil], ["id", 124], ["iso_code_2", "LU"], ["iso_code_3", "LUX"], ["name", "Luxembourg"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 125], ["iso_code_2", "MO"], ["iso_code_3", "MAC"], ["name", "Macao"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 126], ["iso_code_2", "MK"], ["iso_code_3", "MKD"], ["name", "Macedonia, The Former Yugoslav Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 127], ["iso_code_2", "MG"], ["iso_code_3", "MDG"], ["name", "Madagascar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 128], ["iso_code_2", "MW"], ["iso_code_3", "MWI"], ["name", "Malawi"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 129], ["iso_code_2", "MY"], ["iso_code_3", "MYS"], ["name", "Malaysia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 130], ["iso_code_2", "MV"], ["iso_code_3", "MDV"], ["name", "Maldives"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 131], ["iso_code_2", "ML"], ["iso_code_3", "MLI"], ["name", "Mali"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 132], ["iso_code_2", "MT"], ["iso_code_3", "MLT"], ["name", "Malta"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 133], ["iso_code_2", "MH"], ["iso_code_3", "MHL"], ["name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 134], ["iso_code_2", "MQ"], ["iso_code_3", "MTQ"], ["name", "Martinique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 135], ["iso_code_2", "MR"], ["iso_code_3", "MRT"], ["name", "Mauritania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 136], ["iso_code_2", "MU"], ["iso_code_3", "MUS"], ["name", "Mauritius"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 137], ["iso_code_2", "YT"], ["iso_code_3", "MYT"], ["name", "Mayotte"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 138], ["iso_code_2", "MX"], ["iso_code_3", "MEX"], ["name", "Mexico"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 139], ["iso_code_2", "FM"], ["iso_code_3", "FSM"], ["name", "Micronesia, Federated States of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 140], ["iso_code_2", "MD"], ["iso_code_3", "MDA"], ["name", "Moldova, Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 141], ["iso_code_2", "MC"], ["iso_code_3", "MCO"], ["name", "Monaco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 142], ["iso_code_2", "MN"], ["iso_code_3", "MNG"], ["name", "Mongolia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 143], ["iso_code_2", "MS"], ["iso_code_3", "MSR"], ["name", "Montserrat"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 144], ["iso_code_2", "MA"], ["iso_code_3", "MAR"], ["name", "Morocco"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:29 UTC +00:00], ["display", true], ["external_id", nil], ["id", 145], ["iso_code_2", "MZ"], ["iso_code_3", "MOZ"], ["name", "Mozambique"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 146], ["iso_code_2", "MM"], ["iso_code_3", "MMR"], ["name", "Myanmar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 147], ["iso_code_2", "NA"], ["iso_code_3", "NAM"], ["name", "Namibia"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 148], ["iso_code_2", "NR"], ["iso_code_3", "NRU"], ["name", "Nauru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 149], ["iso_code_2", "NP"], ["iso_code_3", "NPL"], ["name", "Nepal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 150], ["iso_code_2", "NL"], ["iso_code_3", "NLD"], ["name", "Netherlands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 152], ["iso_code_2", "NC"], ["iso_code_3", "NCL"], ["name", "New Caledonia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 153], ["iso_code_2", "NZ"], ["iso_code_3", "NZL"], ["name", "New Zealand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 154], ["iso_code_2", "NI"], ["iso_code_3", "NIC"], ["name", "Nicaragua"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 155], ["iso_code_2", "NE"], ["iso_code_3", "NER"], ["name", "Niger"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 156], ["iso_code_2", "NG"], ["iso_code_3", "NGA"], ["name", "Nigeria"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 157], ["iso_code_2", "NU"], ["iso_code_3", "NIU"], ["name", "Niue"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 158], ["iso_code_2", "NF"], ["iso_code_3", "NFK"], ["name", "Norfolk Island"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 159], ["iso_code_2", "MP"], ["iso_code_3", "MNP"], ["name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 160], ["iso_code_2", "NO"], ["iso_code_3", "NOR"], ["name", "Norway"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 161], ["iso_code_2", "OM"], ["iso_code_3", "OMN"], ["name", "Oman"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 162], ["iso_code_2", "PK"], ["iso_code_3", "PAK"], ["name", "Pakistan"]] SQL (0.3ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 163], ["iso_code_2", "PW"], ["iso_code_3", "PLW"], ["name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 164], ["iso_code_2", "PA"], ["iso_code_3", "PAN"], ["name", "Panama"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 165], ["iso_code_2", "PG"], ["iso_code_3", "PNG"], ["name", "Papua New Guinea"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 166], ["iso_code_2", "PY"], ["iso_code_3", "PRY"], ["name", "Paraguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:30 UTC +00:00], ["display", true], ["external_id", nil], ["id", 167], ["iso_code_2", "PE"], ["iso_code_3", "PER"], ["name", "Peru"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 168], ["iso_code_2", "PH"], ["iso_code_3", "PHL"], ["name", "Philippines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 169], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 170], ["iso_code_2", "PL"], ["iso_code_3", "POL"], ["name", "Poland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 171], ["iso_code_2", "PT"], ["iso_code_3", "PRT"], ["name", "Portugal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 172], ["iso_code_2", "PR"], ["iso_code_3", "PRI"], ["name", "Puerto Rico"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 173], ["iso_code_2", "QA"], ["iso_code_3", "QAT"], ["name", "Qatar"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 174], ["iso_code_2", "RE"], ["iso_code_3", "REU"], ["name", "Reunion"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 175], ["iso_code_2", "RO"], ["iso_code_3", "ROM"], ["name", "Romania"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 176], ["iso_code_2", "RU"], ["iso_code_3", "RUS"], ["name", "Russian Federation"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 177], ["iso_code_2", "RW"], ["iso_code_3", "RWA"], ["name", "Rwanda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 178], ["iso_code_2", "KN"], ["iso_code_3", "KNA"], ["name", "Saint Kitts and Nevis"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 179], ["iso_code_2", "LC"], ["iso_code_3", "LCA"], ["name", "Saint Lucia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 180], ["iso_code_2", "VC"], ["iso_code_3", "VCT"], ["name", "Saint Vincent and the Grenadines"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 181], ["iso_code_2", "WS"], ["iso_code_3", "WSM"], ["name", "Samoa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 182], ["iso_code_2", "SM"], ["iso_code_3", "SMR"], ["name", "San Marino"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 183], ["iso_code_2", "ST"], ["iso_code_3", "STP"], ["name", "Sao Tome and Principe"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 184], ["iso_code_2", "SA"], ["iso_code_3", "SAU"], ["name", "Saudi Arabia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 185], ["iso_code_2", "SN"], ["iso_code_3", "SEN"], ["name", "Senegal"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 186], ["iso_code_2", "SC"], ["iso_code_3", "SYC"], ["name", "Seychelles"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:31 UTC +00:00], ["display", true], ["external_id", nil], ["id", 187], ["iso_code_2", "SL"], ["iso_code_3", "SLE"], ["name", "Sierra Leone"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 188], ["iso_code_2", "SG"], ["iso_code_3", "SGP"], ["name", "Singapore"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 189], ["iso_code_2", "SK"], ["iso_code_3", "SVK"], ["name", "Slovakia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 190], ["iso_code_2", "SI"], ["iso_code_3", "SVN"], ["name", "Slovenia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 191], ["iso_code_2", "SB"], ["iso_code_3", "SLB"], ["name", "Solomon Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 192], ["iso_code_2", "SO"], ["iso_code_3", "SOM"], ["name", "Somalia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 193], ["iso_code_2", "ZA"], ["iso_code_3", "ZAF"], ["name", "South Africa"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 194], ["iso_code_2", "GS"], ["iso_code_3", "SGS"], ["name", "South Georgia and the South Sandwich Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 195], ["iso_code_2", "ES"], ["iso_code_3", "ESP"], ["name", "Spain"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 196], ["iso_code_2", "LK"], ["iso_code_3", "LKA"], ["name", "Sri Lanka"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 197], ["iso_code_2", "SH"], ["iso_code_3", "SHN"], ["name", "Saint Helena, Ascension and Tristan da Cunha"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 198], ["iso_code_2", "PM"], ["iso_code_3", "SPM"], ["name", "Saint Pierre and Miquelon"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 199], ["iso_code_2", "SD"], ["iso_code_3", "SDN"], ["name", "Sudan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 200], ["iso_code_2", "SR"], ["iso_code_3", "SUR"], ["name", "Suriname"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 201], ["iso_code_2", "SJ"], ["iso_code_3", "SJM"], ["name", "Svalbard and Jan Mayen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 202], ["iso_code_2", "SZ"], ["iso_code_3", "SWZ"], ["name", "Swaziland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 203], ["iso_code_2", "SE"], ["iso_code_3", "SWE"], ["name", "Sweden"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 204], ["iso_code_2", "CH"], ["iso_code_3", "CHE"], ["name", "Switzerland"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 205], ["iso_code_2", "SY"], ["iso_code_3", "SYR"], ["name", "Syrian Arab Republic"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 206], ["iso_code_2", "TW"], ["iso_code_3", "TWN"], ["name", "Taiwan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 207], ["iso_code_2", "TJ"], ["iso_code_3", "TJK"], ["name", "Tajikistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 208], ["iso_code_2", "TZ"], ["iso_code_3", "TZA"], ["name", "Tanzania, United Republic of"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:32 UTC +00:00], ["display", true], ["external_id", nil], ["id", 209], ["iso_code_2", "TH"], ["iso_code_3", "THA"], ["name", "Thailand"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 210], ["iso_code_2", "TG"], ["iso_code_3", "TGO"], ["name", "Togo"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 211], ["iso_code_2", "TK"], ["iso_code_3", "TKL"], ["name", "Tokelau"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 212], ["iso_code_2", "TO"], ["iso_code_3", "TON"], ["name", "Tonga"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 213], ["iso_code_2", "TT"], ["iso_code_3", "TTO"], ["name", "Trinidad and Tobago"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 214], ["iso_code_2", "TN"], ["iso_code_3", "TUN"], ["name", "Tunisia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 215], ["iso_code_2", "TR"], ["iso_code_3", "TUR"], ["name", "Turkey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 216], ["iso_code_2", "TM"], ["iso_code_3", "TKM"], ["name", "Turkmenistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 217], ["iso_code_2", "TC"], ["iso_code_3", "TCA"], ["name", "Turks and Caicos Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 218], ["iso_code_2", "TV"], ["iso_code_3", "TUV"], ["name", "Tuvalu"]] SQL (0.2ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 219], ["iso_code_2", "UG"], ["iso_code_3", "UGA"], ["name", "Uganda"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 220], ["iso_code_2", "UA"], ["iso_code_3", "UKR"], ["name", "Ukraine"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 221], ["iso_code_2", "AE"], ["iso_code_3", "ARE"], ["name", "United Arab Emirates"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 222], ["iso_code_2", "GB"], ["iso_code_3", "GBR"], ["name", "United Kingdom"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 223], ["iso_code_2", "US"], ["iso_code_3", "USA"], ["name", "United States"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:33 UTC +00:00], ["display", true], ["external_id", nil], ["id", 224], ["iso_code_2", "UM"], ["iso_code_3", "UMI"], ["name", "United States Minor Outlying Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 225], ["iso_code_2", "UY"], ["iso_code_3", "URY"], ["name", "Uruguay"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 226], ["iso_code_2", "UZ"], ["iso_code_3", "UZB"], ["name", "Uzbekistan"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 227], ["iso_code_2", "VU"], ["iso_code_3", "VUT"], ["name", "Vanuatu"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 228], ["iso_code_2", "VA"], ["iso_code_3", "VAT"], ["name", "Holy See (Vatican City State)"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 229], ["iso_code_2", "VE"], ["iso_code_3", "VEN"], ["name", "Venezuela"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 230], ["iso_code_2", "VN"], ["iso_code_3", "VNM"], ["name", "Viet Nam"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 231], ["iso_code_2", "VG"], ["iso_code_3", "VGB"], ["name", "Virgin Islands, British"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 232], ["iso_code_2", "VI"], ["iso_code_3", "VIR"], ["name", "Virgin Islands, U.S."]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 233], ["iso_code_2", "WF"], ["iso_code_3", "WLF"], ["name", "Wallis and Futuna"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 234], ["iso_code_2", "EH"], ["iso_code_3", "ESH"], ["name", "Western Sahara"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 235], ["iso_code_2", "YE"], ["iso_code_3", "YEM"], ["name", "Yemen"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:34 UTC +00:00], ["display", true], ["external_id", nil], ["id", 238], ["iso_code_2", "ZM"], ["iso_code_3", "ZMB"], ["name", "Zambia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 22 Jan 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 239], ["iso_code_2", "ZW"], ["iso_code_3", "ZWE"], ["name", "Zimbabwe"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 240], ["iso_code_2", "MF"], ["iso_code_3", "MAF"], ["name", "Saint Martin"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 02 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 241], ["iso_code_2", "AX"], ["iso_code_3", "ALA"], ["name", "Aland Islands"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 242], ["iso_code_2", "CD"], ["iso_code_3", "COD"], ["name", "Congo, Democratic Republic of the"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 243], ["iso_code_2", "GG"], ["iso_code_3", "GGY"], ["name", "Guernsey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 244], ["iso_code_2", "IM"], ["iso_code_3", "IMN"], ["name", "Isle of Man"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 245], ["iso_code_2", "JE"], ["iso_code_3", "JEY"], ["name", "Jersey"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 246], ["iso_code_2", "ME"], ["iso_code_3", "MNE"], ["name", "Montenegro"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 247], ["iso_code_2", "PS"], ["iso_code_3", "PSE"], ["name", "Palestinian Territory, Occupied"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 248], ["iso_code_2", "TL"], ["iso_code_3", "TLS"], ["name", "Timor-Leste"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 249], ["iso_code_2", "RS"], ["iso_code_3", "SRB"], ["name", "Serbia"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 250], ["iso_code_2", "PN"], ["iso_code_3", "PCN"], ["name", "Pitcairn"]] SQL (0.1ms) INSERT INTO "geo_countries" ("created_at", "display", "external_id", "id", "iso_code_2", "iso_code_3", "name") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 29 Sep 2010 19:42:35 UTC +00:00], ["display", true], ["external_id", nil], ["id", 251], ["iso_code_2", "BL"], ["iso_code_3", "BLM"], ["name", "Saint Barthelemy"]] GeoZone Load (0.1ms) SELECT "geo_zones".* FROM "geo_zones" SQL (1.8ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 1], ["zone_code", "AL"], ["zone_name", "Alabama"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 2], ["zone_code", "AK"], ["zone_name", "Alaska"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 3], ["zone_code", "AS"], ["zone_name", "American Samoa"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 4], ["zone_code", "AZ"], ["zone_name", "Arizona"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 5], ["zone_code", "AR"], ["zone_name", "Arkansas"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 6], ["zone_code", "AF"], ["zone_name", "Armed Forces"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 7], ["zone_code", "CA"], ["zone_name", "California"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 8], ["zone_code", "CO"], ["zone_name", "Colorado"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 9], ["zone_code", "CT"], ["zone_name", "Connecticut"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 10], ["zone_code", "DE"], ["zone_name", "Delaware"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 11], ["zone_code", "DC"], ["zone_name", "District of Columbia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 12], ["zone_code", "FM"], ["zone_name", "Federated States Of Micronesia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 13], ["zone_code", "FL"], ["zone_name", "Florida"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 14], ["zone_code", "GA"], ["zone_name", "Georgia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 15], ["zone_code", "GU"], ["zone_name", "Guam"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 16], ["zone_code", "HI"], ["zone_name", "Hawaii"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 17], ["zone_code", "ID"], ["zone_name", "Idaho"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 18], ["zone_code", "IL"], ["zone_name", "Illinois"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 19], ["zone_code", "IN"], ["zone_name", "Indiana"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 20], ["zone_code", "IA"], ["zone_name", "Iowa"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 21], ["zone_code", "KS"], ["zone_name", "Kansas"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 22], ["zone_code", "KY"], ["zone_name", "Kentucky"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 23], ["zone_code", "LA"], ["zone_name", "Louisiana"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 24], ["zone_code", "ME"], ["zone_name", "Maine"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 25], ["zone_code", "MH"], ["zone_name", "Marshall Islands"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 26], ["zone_code", "MD"], ["zone_name", "Maryland"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 27], ["zone_code", "MA"], ["zone_name", "Massachusetts"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 28], ["zone_code", "MI"], ["zone_name", "Michigan"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 29], ["zone_code", "MN"], ["zone_name", "Minnesota"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 30], ["zone_code", "MS"], ["zone_name", "Mississippi"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 31], ["zone_code", "MO"], ["zone_name", "Missouri"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 32], ["zone_code", "MT"], ["zone_name", "Montana"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 33], ["zone_code", "NE"], ["zone_name", "Nebraska"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 34], ["zone_code", "NV"], ["zone_name", "Nevada"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 35], ["zone_code", "NH"], ["zone_name", "New Hampshire"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 36], ["zone_code", "NJ"], ["zone_name", "New Jersey"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 37], ["zone_code", "NM"], ["zone_name", "New Mexico"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 38], ["zone_code", "NY"], ["zone_name", "New York"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 39], ["zone_code", "NC"], ["zone_name", "North Carolina"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 40], ["zone_code", "ND"], ["zone_name", "North Dakota"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 41], ["zone_code", "MP"], ["zone_name", "Northern Mariana Islands"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 42], ["zone_code", "OH"], ["zone_name", "Ohio"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 43], ["zone_code", "OK"], ["zone_name", "Oklahoma"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 44], ["zone_code", "OR"], ["zone_name", "Oregon"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 45], ["zone_code", "PW"], ["zone_name", "Palau"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 46], ["zone_code", "PA"], ["zone_name", "Pennsylvania"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 47], ["zone_code", "PR"], ["zone_name", "Puerto Rico"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 48], ["zone_code", "RI"], ["zone_name", "Rhode Island"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 49], ["zone_code", "SC"], ["zone_name", "South Carolina"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 50], ["zone_code", "SD"], ["zone_name", "South Dakota"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 51], ["zone_code", "TN"], ["zone_name", "Tennessee"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 52], ["zone_code", "TX"], ["zone_name", "Texas"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 53], ["zone_code", "UT"], ["zone_name", "Utah"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 54], ["zone_code", "VT"], ["zone_name", "Vermont"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 55], ["zone_code", "VI"], ["zone_name", "Virgin Islands"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 56], ["zone_code", "VA"], ["zone_name", "Virginia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 57], ["zone_code", "WA"], ["zone_name", "Washington"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 58], ["zone_code", "WV"], ["zone_name", "West Virginia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 59], ["zone_code", "WI"], ["zone_name", "Wisconsin"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 223], ["id", 60], ["zone_code", "WY"], ["zone_name", "Wyoming"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 61], ["zone_code", "AB"], ["zone_name", "Alberta"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 62], ["zone_code", "BC"], ["zone_name", "British Columbia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 63], ["zone_code", "MB"], ["zone_name", "Manitoba"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 64], ["zone_code", "NF"], ["zone_name", "Newfoundland"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 65], ["zone_code", "NB"], ["zone_name", "New Brunswick"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 66], ["zone_code", "NS"], ["zone_name", "Nova Scotia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 67], ["zone_code", "NT"], ["zone_name", "Northwest Territories"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 68], ["zone_code", "NU"], ["zone_name", "Nunavut"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 69], ["zone_code", "ON"], ["zone_name", "Ontario"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 70], ["zone_code", "PE"], ["zone_name", "Prince Edward Island"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 71], ["zone_code", "QC"], ["zone_name", "Quebec"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 72], ["zone_code", "SK"], ["zone_name", "Saskatchewan"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 38], ["id", 73], ["zone_code", "YT"], ["zone_name", "Yukon Territory"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 74], ["zone_code", "NDS"], ["zone_name", "Niedersachsen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 75], ["zone_code", "BAW"], ["zone_name", "Baden-Württemberg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 76], ["zone_code", "BAY"], ["zone_name", "Bayern"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 77], ["zone_code", "BER"], ["zone_name", "Berlin"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 78], ["zone_code", "BRG"], ["zone_name", "Brandenburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 79], ["zone_code", "BRE"], ["zone_name", "Bremen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 80], ["zone_code", "HAM"], ["zone_name", "Hamburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 81], ["zone_code", "HES"], ["zone_name", "Hessen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 82], ["zone_code", "MEC"], ["zone_name", "Mecklenburg-Vorpommern"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 83], ["zone_code", "NRW"], ["zone_name", "Nordrhein-Westfalen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 84], ["zone_code", "RHE"], ["zone_name", "Rheinland-Pfalz"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 85], ["zone_code", "SAR"], ["zone_name", "Saarland"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 86], ["zone_code", "SAS"], ["zone_name", "Sachsen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 87], ["zone_code", "SAC"], ["zone_name", "Sachsen-Anhalt"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 88], ["zone_code", "SCN"], ["zone_name", "Schleswig-Holstein"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 81], ["id", 89], ["zone_code", "THE"], ["zone_name", "Thüringen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 14], ["id", 90], ["zone_code", "WI"], ["zone_name", "Wien"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 14], ["id", 91], ["zone_code", "NO"], ["zone_name", "Niederösterreich"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 14], ["id", 92], ["zone_code", "OO"], ["zone_name", "Oberösterreich"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 14], ["id", 93], ["zone_code", "SB"], ["zone_name", "Salzburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 14], ["id", 94], ["zone_code", "KN"], ["zone_name", "Kärnten"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 14], ["id", 95], ["zone_code", "ST"], ["zone_name", "Steiermark"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 14], ["id", 96], ["zone_code", "TI"], ["zone_name", "Tirol"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 14], ["id", 97], ["zone_code", "BL"], ["zone_name", "Burgenland"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 14], ["id", 98], ["zone_code", "VB"], ["zone_name", "Voralberg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 99], ["zone_code", "AG"], ["zone_name", "Aargau"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 100], ["zone_code", "AI"], ["zone_name", "Appenzell Innerrhoden"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 101], ["zone_code", "AR"], ["zone_name", "Appenzell Ausserrhoden"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 102], ["zone_code", "BE"], ["zone_name", "Bern"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 103], ["zone_code", "BL"], ["zone_name", "Basel-Landschaft"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 104], ["zone_code", "BS"], ["zone_name", "Basel-Stadt"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 105], ["zone_code", "FR"], ["zone_name", "Freiburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 106], ["zone_code", "GE"], ["zone_name", "Genf"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 107], ["zone_code", "GL"], ["zone_name", "Glarus"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 108], ["zone_code", "JU"], ["zone_name", "Graubünden"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 109], ["zone_code", "JU"], ["zone_name", "Jura"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 110], ["zone_code", "LU"], ["zone_name", "Luzern"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 111], ["zone_code", "NE"], ["zone_name", "Neuenburg"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 112], ["zone_code", "NW"], ["zone_name", "Nidwalden"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 113], ["zone_code", "OW"], ["zone_name", "Obwalden"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 114], ["zone_code", "SG"], ["zone_name", "St. Gallen"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 115], ["zone_code", "SH"], ["zone_name", "Schaffhausen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 116], ["zone_code", "SO"], ["zone_name", "Solothurn"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 117], ["zone_code", "SZ"], ["zone_name", "Schwyz"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 118], ["zone_code", "TG"], ["zone_name", "Thurgau"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 119], ["zone_code", "TI"], ["zone_name", "Tessin"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 120], ["zone_code", "UR"], ["zone_name", "Uri"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 121], ["zone_code", "VD"], ["zone_name", "Waadt"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 122], ["zone_code", "VS"], ["zone_name", "Wallis"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 123], ["zone_code", "ZG"], ["zone_name", "Zug"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 204], ["id", 124], ["zone_code", "ZH"], ["zone_name", "Zürich"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 125], ["zone_code", "A Coruña"], ["zone_name", "A Coruña"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 126], ["zone_code", "Alava"], ["zone_name", "Alava"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 127], ["zone_code", "Albacete"], ["zone_name", "Albacete"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 128], ["zone_code", "Alicante"], ["zone_name", "Alicante"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 129], ["zone_code", "Almeria"], ["zone_name", "Almeria"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 130], ["zone_code", "Asturias"], ["zone_name", "Asturias"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 131], ["zone_code", "Avila"], ["zone_name", "Avila"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 132], ["zone_code", "Badajoz"], ["zone_name", "Badajoz"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 133], ["zone_code", "Baleares"], ["zone_name", "Baleares"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 134], ["zone_code", "Barcelona"], ["zone_name", "Barcelona"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 135], ["zone_code", "Burgos"], ["zone_name", "Burgos"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 136], ["zone_code", "Caceres"], ["zone_name", "Caceres"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 137], ["zone_code", "Cadiz"], ["zone_name", "Cadiz"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 138], ["zone_code", "Cantabria"], ["zone_name", "Cantabria"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 139], ["zone_code", "Castellon"], ["zone_name", "Castellon"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 140], ["zone_code", "Ceuta"], ["zone_name", "Ceuta"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:58 UTC +00:00], ["geo_country_id", 195], ["id", 141], ["zone_code", "Ciudad Real"], ["zone_name", "Ciudad Real"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 142], ["zone_code", "Cordoba"], ["zone_name", "Cordoba"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 143], ["zone_code", "Cuenca"], ["zone_name", "Cuenca"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 144], ["zone_code", "Girona"], ["zone_name", "Girona"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 145], ["zone_code", "Granada"], ["zone_name", "Granada"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 146], ["zone_code", "Guadalajara"], ["zone_name", "Guadalajara"]] SQL (0.2ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 147], ["zone_code", "Guipuzcoa"], ["zone_name", "Guipuzcoa"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 148], ["zone_code", "Huelva"], ["zone_name", "Huelva"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 149], ["zone_code", "Huesca"], ["zone_name", "Huesca"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 150], ["zone_code", "Jaen"], ["zone_name", "Jaen"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 151], ["zone_code", "La Rioja"], ["zone_name", "La Rioja"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 152], ["zone_code", "Las Palmas"], ["zone_name", "Las Palmas"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 153], ["zone_code", "Leon"], ["zone_name", "Leon"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 154], ["zone_code", "Lleida"], ["zone_name", "Lleida"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 155], ["zone_code", "Lugo"], ["zone_name", "Lugo"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 156], ["zone_code", "Madrid"], ["zone_name", "Madrid"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 157], ["zone_code", "Malaga"], ["zone_name", "Malaga"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 158], ["zone_code", "Melilla"], ["zone_name", "Melilla"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 159], ["zone_code", "Murcia"], ["zone_name", "Murcia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 160], ["zone_code", "Navarra"], ["zone_name", "Navarra"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 161], ["zone_code", "Ourense"], ["zone_name", "Ourense"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 162], ["zone_code", "Palencia"], ["zone_name", "Palencia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 163], ["zone_code", "Pontevedra"], ["zone_name", "Pontevedra"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 164], ["zone_code", "Salamanca"], ["zone_name", "Salamanca"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 165], ["zone_code", "Santa Cruz de Tenerife"], ["zone_name", "Santa Cruz de Tenerife"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 166], ["zone_code", "Segovia"], ["zone_name", "Segovia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 167], ["zone_code", "Sevilla"], ["zone_name", "Sevilla"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 168], ["zone_code", "Soria"], ["zone_name", "Soria"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 169], ["zone_code", "Tarragona"], ["zone_name", "Tarragona"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 170], ["zone_code", "Teruel"], ["zone_name", "Teruel"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 171], ["zone_code", "Toledo"], ["zone_name", "Toledo"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 172], ["zone_code", "Valencia"], ["zone_name", "Valencia"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 173], ["zone_code", "Valladolid"], ["zone_name", "Valladolid"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 174], ["zone_code", "Vizcaya"], ["zone_name", "Vizcaya"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 175], ["zone_code", "Zamora"], ["zone_name", "Zamora"]] SQL (0.1ms) INSERT INTO "geo_zones" ("created_at", "geo_country_id", "id", "zone_code", "zone_name") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["geo_country_id", 195], ["id", 176], ["zone_code", "Zaragoza"], ["zone_name", "Zaragoza"]]  (22.4ms) commit transaction  (29.4ms) insert into data_migrations (version) values ('20110609150135')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110802200222'  (0.1ms) begin transaction SQL (4.3ms) INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["failed_at", nil], ["handler", "--- !ruby/object:ErpTechSvcs::Sessions::DeleteExpiredSessionsJob\npriority: 1\n"], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Tue, 08 Jan 2013 07:00:01 UTC +00:00], ["updated_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00]]  (39.5ms) commit transaction  (26.9ms) insert into data_migrations (version) values ('20110802200222')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20110913145838'  (0.1ms) begin transaction SQL (7.0ms) INSERT INTO "compass_ae_instances" ("created_at", "updated_at", "version") VALUES (?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["updated_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["version", #]]  (41.1ms) commit transaction  (32.7ms) insert into data_migrations (version) values ('20110913145838')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20111111144706'  (0.1ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types"  AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (5.0ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["description", "Application"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "application"], ["lft", 1], ["parent_id", nil], ["rgt", 2], ["updated_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["description", "Custom Message"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "custom_message"], ["lft", 3], ["parent_id", nil], ["rgt", 4], ["updated_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00]] AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] SQL (7.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 2 AND 2 THEN "lft" + 4 - 2 WHEN "lft" BETWEEN 3 AND 4 THEN "lft" + 2 - 3 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 2 AND 2 THEN "rgt" + 4 - 2 WHEN "rgt" BETWEEN 3 AND 4 THEN "rgt" + 2 - 3 ELSE "rgt" END, "parent_id" = CASE WHEN id = 2 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.1ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 3 AND "audit_log_types"."lft" < 4) AND ("audit_log_types".id != 2) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 2]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.3ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["description", "Successful Logout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_logout"], ["lft", 5], ["parent_id", nil], ["rgt", 6], ["updated_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] SQL (0.2ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 4 AND 4 THEN "lft" + 6 - 4 WHEN "lft" BETWEEN 5 AND 6 THEN "lft" + 4 - 5 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 4 AND 4 THEN "rgt" + 6 - 4 WHEN "rgt" BETWEEN 5 AND 6 THEN "rgt" + 4 - 5 ELSE "rgt" END, "parent_id" = CASE WHEN id = 3 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 5 AND "audit_log_types"."lft" < 6) AND ("audit_log_types".id != 3) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 3]] AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.2ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["description", "Successful Login"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "successful_login"], ["lft", 7], ["parent_id", nil], ["rgt", 8], ["updated_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 6 AND 6 THEN "lft" + 8 - 6 WHEN "lft" BETWEEN 7 AND 8 THEN "lft" + 6 - 7 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 6 AND 6 THEN "rgt" + 8 - 6 WHEN "rgt" BETWEEN 7 AND 8 THEN "rgt" + 6 - 7 ELSE "rgt" END, "parent_id" = CASE WHEN id = 4 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 7 AND "audit_log_types"."lft" < 8) AND ("audit_log_types".id != 4) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 4]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.1ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["description", "Accessed Area"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "accessed_area"], ["lft", 9], ["parent_id", nil], ["rgt", 10], ["updated_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 8 AND 8 THEN "lft" + 10 - 8 WHEN "lft" BETWEEN 9 AND 10 THEN "lft" + 8 - 9 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 8 AND 8 THEN "rgt" + 10 - 8 WHEN "rgt" BETWEEN 9 AND 10 THEN "rgt" + 8 - 9 ELSE "rgt" END, "parent_id" = CASE WHEN id = 5 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 9 AND "audit_log_types"."lft" < 10) AND ("audit_log_types".id != 5) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 5]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" ORDER BY "audit_log_types"."rgt" desc LIMIT 1 SQL (0.1ms) INSERT INTO "audit_log_types" ("comments", "created_at", "description", "error_code", "external_id_source", "external_identifier", "internal_identifier", "lft", "parent_id", "rgt", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["comments", nil], ["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["description", "Session Timeout"], ["error_code", nil], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "session_timeout"], ["lft", 11], ["parent_id", nil], ["rgt", 12], ["updated_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]] SQL (0.1ms) UPDATE "audit_log_types" SET "lft" = CASE WHEN "lft" BETWEEN 10 AND 10 THEN "lft" + 12 - 10 WHEN "lft" BETWEEN 11 AND 12 THEN "lft" + 10 - 11 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 10 AND 10 THEN "rgt" + 12 - 10 WHEN "rgt" BETWEEN 11 AND 12 THEN "rgt" + 10 - 11 ELSE "rgt" END, "parent_id" = CASE WHEN id = 6 THEN 1 ELSE "parent_id" END WHERE "audit_log_types"."id" IN (SELECT "audit_log_types"."id" FROM "audit_log_types" ORDER BY "audit_log_types"."lft") AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 1]] AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE ("audit_log_types"."lft" >= 11 AND "audit_log_types"."lft" < 12) AND ("audit_log_types".id != 6) ORDER BY "audit_log_types"."lft" AuditLogType Load (0.0ms) SELECT "audit_log_types"."lft", "audit_log_types"."rgt", "audit_log_types"."parent_id" FROM "audit_log_types" WHERE "audit_log_types"."id" = ? LIMIT 1 [["id", 6]]  (28.9ms) commit transaction  (32.0ms) insert into data_migrations (version) values ('20111111144706')  (0.2ms) select count(*) as num_rows from data_migrations where version = '20120109173616'  (0.1ms) begin transaction SQL (14.1ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00], ["description", "Download"], ["internal_identifier", "download"], ["updated_at", Mon, 07 Jan 2013 21:44:59 UTC +00:00]]  (14.4ms) rollback transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types"  SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles"  (0.1ms) begin transaction SQL (9.1ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Mon, 07 Jan 2013 21:45:00 UTC +00:00], ["description", "party 1"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 21:45:00 UTC +00:00]]  (3.4ms) commit transaction  (0.1ms) begin transaction User Exists (0.3ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('user1@portablemind.com') LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."username") = LOWER('admin1') LIMIT 1 SQL (1.1ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00], ["crypted_password", nil], ["email", "user1@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 1], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00], ["username", "admin1"]]  (5.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00], ["description", "party 2"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00]]  (4.6ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('user2@portablemind.com') LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."username") = LOWER('admin2') LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00], ["crypted_password", nil], ["email", "user2@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 2], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00], ["username", "admin2"]]  (6.8ms) commit transaction  (0.1ms) begin transaction SecurityRole Exists (0.2ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('admin') LIMIT 1 SQL (0.6ms) INSERT INTO "security_roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00], ["description", "Admin"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "admin"], ["updated_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00]]  (6.7ms) commit transaction  (0.1ms) begin transaction SecurityRole Exists (0.2ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('employee') LIMIT 1 SQL (0.5ms) INSERT INTO "security_roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00], ["description", "Employee"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "employee"], ["updated_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00]]  (4.9ms) commit transaction  (0.0ms) begin transaction SecurityRole Exists (0.2ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('manager') LIMIT 1 SQL (0.6ms) INSERT INTO "security_roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00], ["description", "Manager"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "manager"], ["updated_at", Mon, 07 Jan 2013 21:45:01 UTC +00:00]]  (7.2ms) commit transaction  (0.1ms) begin transaction SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id Group Load (0.2ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.1ms) SAVEPOINT active_record_1  (0.5ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (1, 3, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 2)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (2, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.0ms) begin transaction Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.0ms) rollback transaction  (0.0ms) begin transaction SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."internal_identifier" = 'manager' LIMIT 1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 1 AND party_id_to = parties.id  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.4ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 3)  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (1, 3)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 1  (1.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (1, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 2  (0.0ms) SAVEPOINT active_record_1  (0.2ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (2, 1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 1 AND "parties_security_roles"."security_role_id" IN (1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 2 AND "parties_security_roles"."security_role_id" IN (1)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction User Load (0.3ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]  (6.2ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]  (4.8ms) commit transaction SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles"   (0.0ms) begin transaction Party Load (0.2ms) SELECT "parties".* FROM "parties" INNER JOIN "parties_security_roles" ON "parties"."id" = "parties_security_roles"."party_id" WHERE "parties_security_roles"."security_role_id" = 1 SQL (0.3ms) DELETE FROM "security_roles" WHERE "security_roles"."id" = ? [["id", 1]]  (5.4ms) commit transaction  (0.0ms) begin transaction Party Load (0.1ms) SELECT "parties".* FROM "parties" INNER JOIN "parties_security_roles" ON "parties"."id" = "parties_security_roles"."party_id" WHERE "parties_security_roles"."security_role_id" = 2 SQL (0.1ms) DELETE FROM "security_roles" WHERE "security_roles"."id" = ? [["id", 2]]  (6.0ms) commit transaction  (0.1ms) begin transaction Party Load (0.2ms) SELECT "parties".* FROM "parties" INNER JOIN "parties_security_roles" ON "parties"."id" = "parties_security_roles"."party_id" WHERE "parties_security_roles"."security_role_id" = 3 SQL (0.2ms) DELETE FROM "security_roles" WHERE "security_roles"."id" = ? [["id", 3]]  (3.8ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [AWS S3 404 0.493699 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"not_real") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.233502 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.075741 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.119585 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.216239 0 retries] put_object(:bucket_name=>"terralabtest",:data=>"test2",:key=>"test_create_file.txt") [AWS S3 200 0.081064 0 retries] get_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.125378 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_create_file.txt/") [AWS S3 200 0.240965 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_create_file.txt") [AWS S3 200 0.113789 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_create_file.txt"}],:quiet=>true) [AWS S3 404 0.086113 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.080468 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.142339 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.069367 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000) [AWS S3 200 0.114164 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.102791 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.082741 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.09637 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.118745 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.153292 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.091199 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.169124 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.125627 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.148003 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.125634 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.178799 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 404 0.069 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") AWS::S3::Errors::NoSuchKey No Such Key [AWS S3 200 0.079727 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") [AWS S3 200 0.077098 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_rename.txt/") [AWS S3 200 0.104966 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_rename.txt") [AWS S3 200 0.115453 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_rename.txt"}],:quiet=>true) [AWS S3 404 0.05688 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_rename.txt") AWS::S3::Errors::NoSuchKey No Such Key FileAsset Load (0.2ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."name" = 'not_real.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 404 0.11417 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/not_real.txt",:key=>"test_rename.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") AWS::S3::Errors::NoSuchKey No Such Key  (0.1ms) rollback transaction  (0.1ms) begin transaction [AWS S3 200 0.237002 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"test",:key=>"test_create_file.txt") [AWS S3 200 0.098905 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.103235 0 retries] put_object(:acl=>"public-read",:bucket_name=>"terralabtest",:data=>"",:key=>"test_folder/") [AWS S3 200 0.075105 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") FileAsset Load (0.3ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."name" = 'test_create_file.txt' AND "file_assets"."directory" = '.' LIMIT 1 [AWS S3 200 0.097085 0 retries] copy_object(:bucket_name=>"terralabtest",:copy_source=>"terralabtest/test_create_file.txt",:key=>"test_folder/test_create_file.txt",:metadata_directive=>"COPY",:storage_class=>"STANDARD") [AWS S3 204 0.127781 0 retries] delete_object(:bucket_name=>"terralabtest",:key=>"test_create_file.txt") [AWS S3 200 0.172952 0 retries] head_object(:bucket_name=>"terralabtest",:key=>"test_folder/test_create_file.txt") [AWS S3 200 0.104783 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt/") [AWS S3 200 0.143826 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder/test_create_file.txt") [AWS S3 200 0.30643 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/test_create_file.txt"}],:quiet=>true) [AWS S3 200 0.094765 0 retries] list_objects(:bucket_name=>"terralabtest",:delimiter=>"/",:max_keys=>1000,:prefix=>"test_folder/") [AWS S3 200 0.153574 0 retries] list_objects(:bucket_name=>"terralabtest",:max_keys=>1000,:prefix=>"test_folder") [AWS S3 200 0.228579 0 retries] delete_objects(:bucket_name=>"terralabtest",:objects=>[{:key=>"test_folder/"}],:quiet=>true)  (0.1ms) rollback transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "party 3"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (37.6ms) commit transaction  (0.1ms) begin transaction AuditLogType Load (0.3ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLogItemType Load (0.1ms) SELECT "audit_log_item_types".* FROM "audit_log_item_types" SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2276924271436268839__initialize__4211386239618362072__callbacks' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2276924271436268839__validation__4211386239618362072__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2276924271436268839__validate__4211386239618362072__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2276924271436268839__save__4211386239618362072__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = '_run__2276924271436268839__create__4211386239618362072__callbacks' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 2], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "party 3: Custom Message"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 2 LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__2276924271436268839__find__4211386239618362072__callbacks' LIMIT 1  (1.4ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.4ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 4], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "party 3 has logged in"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_login' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 4 LIMIT 1  (1.3ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 3], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "party 3 has logged out"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'successful_logout' LIMIT 1 AuditLog Load (0.2ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 3 LIMIT 1  (1.5ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.6ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "party 3 has accessed area www.test.com/home"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.4ms) rollback transaction  (0.1ms) begin transaction AuditLogType Load (0.2ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.5ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 5], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "party 3 has tried to access a restricted area www.test.com/access"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'accessed_area' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 5 LIMIT 1  (1.4ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'created_on' LIMIT 1 SQL (0.1ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" IS NULL AND "audit_log_item_types"."internal_identifier" = 'updated_on' LIMIT 1 SQL (0.4ms) INSERT INTO "audit_logs" ("additional_info", "application", "audit_log_type_id", "created_at", "description", "event_record_id", "event_record_type", "party_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["additional_info", nil], ["application", nil], ["audit_log_type_id", 6], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "party 3 session has expired"], ["event_record_id", nil], ["event_record_type", nil], ["party_id", 3], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'session_timeout' LIMIT 1 AuditLog Load (0.1ms) SELECT "audit_logs".* FROM "audit_logs" WHERE "audit_logs"."audit_log_type_id" = 6 LIMIT 1  (1.4ms) rollback transaction  (0.0ms) begin transaction AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."internal_identifier" = 'application' AuditLogType Load (0.1ms) SELECT "audit_log_types".* FROM "audit_log_types" WHERE "audit_log_types"."parent_id" = 1 AND "audit_log_types"."internal_identifier" = 'custom_message' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE (LOWER("file_assets"."name") = LOWER('file_asset_spec_text.txt') AND "file_assets"."directory" = '') LIMIT 1 SQL (0.6ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["width", nil]]  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2013-01-07 21:45:08.331434', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2013-01-07 21:45:08.336387', "updated_at" = '2013-01-07 21:45:08.336387', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.2ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2013-01-07 21:45:08.331434', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2013-01-07 21:45:08.336387', "updated_at" = '2013-01-07 21:45:08.336387', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /Users/russellfholmes/Desktop/compass/rails32/lib/compass_agile_enterprise/erp_tech_svcs/spec/dummy/file_asset_spec_text.txt  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE (LOWER("file_assets"."name") = LOWER('file_asset_spec_text.txt') AND "file_assets"."directory" = '') LIMIT 1 SQL (0.4ms) INSERT INTO "file_assets" ("created_at", "data_content_type", "data_file_name", "data_file_size", "data_updated_at", "directory", "file_asset_holder_id", "file_asset_holder_type", "height", "name", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["data_content_type", "text/plain"], ["data_file_name", "stringio.txt"], ["data_file_size", 11], ["data_updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["directory", ""], ["file_asset_holder_id", nil], ["file_asset_holder_type", nil], ["height", nil], ["name", "file_asset_spec_text.txt"], ["type", nil], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["width", nil]]  (0.3ms) UPDATE "file_assets" SET "data_file_name" = 'stringio.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2013-01-07 21:45:08.353286', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2013-01-07 21:45:08.355567', "updated_at" = '2013-01-07 21:45:08.355567', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.1ms) UPDATE "file_assets" SET "data_file_name" = 'file_asset_spec_text.txt', "data_content_type" = 'text/plain', "data_file_size" = 11, "data_updated_at" = '2013-01-07 21:45:08.353286', "directory" = '', "name" = 'file_asset_spec_text.txt', "created_at" = '2013-01-07 21:45:08.355567', "updated_at" = '2013-01-07 21:45:08.355567', "type" = 'TextFile' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments. [paperclip] Saving attachments.  (4.2ms) commit transaction SQL (0.2ms) SELECT "audit_log_items"."id" AS t0_r0, "audit_log_items"."audit_log_id" AS t0_r1, "audit_log_items"."audit_log_item_type_id" AS t0_r2, "audit_log_items"."audit_log_item_value" AS t0_r3, "audit_log_items"."description" AS t0_r4, "audit_log_items"."created_at" AS t0_r5, "audit_log_items"."updated_at" AS t0_r6, "audit_log_item_types"."id" AS t1_r0, "audit_log_item_types"."internal_identifier" AS t1_r1, "audit_log_item_types"."external_identifier" AS t1_r2, "audit_log_item_types"."external_id_source" AS t1_r3, "audit_log_item_types"."description" AS t1_r4, "audit_log_item_types"."comments" AS t1_r5, "audit_log_item_types"."parent_id" AS t1_r6, "audit_log_item_types"."lft" AS t1_r7, "audit_log_item_types"."rgt" AS t1_r8, "audit_log_item_types"."created_at" AS t1_r9, "audit_log_item_types"."updated_at" AS t1_r10 FROM "audit_log_items" LEFT OUTER JOIN "audit_log_item_types" ON "audit_log_item_types"."id" = "audit_log_items"."audit_log_item_type_id" WHERE "audit_log_items"."audit_log_id" = 1 AND "audit_log_item_types"."internal_identifier" = '_run__2276924271436268839__commit__4211386239618362072__callbacks' LIMIT 1  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 FileAsset Exists (0.2ms) SELECT 1 AS one FROM "file_assets" WHERE (LOWER("file_assets"."name") = LOWER('file_asset_spec_text.txt') AND "file_assets"."id" != 1 AND "file_assets"."directory" = '/move_test_tmp') LIMIT 1  (0.3ms) UPDATE "file_assets" SET "directory" = '/move_test_tmp', "updated_at" = '2013-01-07 21:45:08.403746' WHERE "file_assets"."id" = 1 [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.2ms) begin transaction CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."internal_identifier" = 'download' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" WHERE "capabilities"."capability_resource_id" = 1 AND "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."capability_type_id" = 1 LIMIT 1 CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."internal_identifier" = 'download' LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'instance' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" WHERE "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."capability_resource_id" = 1 AND "capabilities"."capability_type_id" = 1 AND "capabilities"."scope_type_id" = 1 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "capabilities" ("capability_resource_id", "capability_resource_type", "capability_type_id", "created_at", "description", "scope_query", "scope_type_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["capability_resource_id", 1], ["capability_resource_type", "FileAsset"], ["capability_type_id", 1], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", nil], ["scope_query", nil], ["scope_type_id", 1], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]] CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."id" = 1 LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."id" = 1 LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'instance' LIMIT 1  (0.4ms) UPDATE "capabilities" SET "capability_resource_type" = 'FileAsset', "capability_resource_id" = 1, "capability_type_id" = 1, "scope_type_id" = 1, "created_at" = '2013-01-07 21:45:08.469421', "updated_at" = '2013-01-07 21:45:08.469421', "description" = 'Download FileAsset Instance' WHERE "capabilities"."id" = 1  (0.1ms) RELEASE SAVEPOINT active_record_1 FileAsset Load (0.1ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."id" = ? LIMIT 1 [["id", 1]] CapabilityType Load (0.2ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."internal_identifier" = 'download' LIMIT 1 Capability Load (0.2ms) SELECT "capabilities".* FROM "capabilities" WHERE "capabilities"."capability_resource_id" = 1 AND "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."capability_type_id" = 1 LIMIT 1 CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."internal_identifier" = 'download' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" WHERE "capabilities"."capability_resource_id" = 1 AND "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."capability_type_id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 CapabilityAccessor Load (0.1ms) SELECT "capability_accessors".* FROM "capability_accessors" WHERE "capability_accessors"."capability_id" = 1 SQL (0.1ms) DELETE FROM "capabilities" WHERE "capabilities"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 FileAsset Load (0.0ms) SELECT "file_assets".* FROM "file_assets" WHERE "file_assets"."id" = ? LIMIT 1 [["id", 1]] CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."internal_identifier" = 'download' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" WHERE "capabilities"."capability_resource_id" = 1 AND "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."capability_type_id" = 1 LIMIT 1  (1.2ms) rollback transaction  (0.1ms) begin transaction [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "file_assets" WHERE "file_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments.  (3.5ms) commit transaction  (0.1ms) begin transaction Group Exists (0.2ms) SELECT 1 AS one FROM "groups" WHERE LOWER("groups"."description") = LOWER('Test Group') LIMIT 1 SQL (0.5ms) INSERT INTO "groups" ("created_at", "description", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "Test Group"], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]] SQL (0.3ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", 1], ["business_party_type", "Group"], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "Test Group"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]] Group Exists (0.1ms) SELECT 1 AS one FROM "groups" WHERE (LOWER("groups"."description") = LOWER('Test Group') AND "groups"."id" != 1) LIMIT 1  (0.3ms) UPDATE "groups" SET "description" = 'Test Group', "created_at" = '2013-01-07 21:45:08.595723', "updated_at" = '2013-01-07 21:45:08.595723' WHERE "groups"."id" = 1 Party Load (0.2ms) SELECT "parties".* FROM "parties" WHERE "parties"."business_party_id" = 1 AND "parties"."business_party_type" = 'Group' LIMIT 1  (4.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "party 4"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (4.8ms) commit transaction  (0.1ms) begin transaction User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('user3@portablemind.com') LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."username") = LOWER('admin3') LIMIT 1 SQL (0.7ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["crypted_password", nil], ["email", "user3@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 5], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["username", "admin3"]]  (9.4ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SecurityRole Exists (0.1ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('test role') LIMIT 1 SQL (0.3ms) INSERT INTO "security_roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "Test Role"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "test role"], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Exists (0.1ms) SELECT 1 AS one FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 4 AND "security_roles"."id" = 4 LIMIT 1 SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 4  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (4, 4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.4ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 4 AND "parties_security_roles"."security_role_id" IN (4)  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.7ms) rollback transaction  (0.0ms) begin transaction CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."internal_identifier" = 'upload' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "Upload"], ["internal_identifier", "upload"], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" WHERE "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."capability_type_id" = 2 AND "capabilities"."scope_type_id" = 2 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "capabilities" ("capability_resource_id", "capability_resource_type", "capability_type_id", "created_at", "description", "scope_query", "scope_type_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["capability_resource_id", nil], ["capability_resource_type", "FileAsset"], ["capability_type_id", 2], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", nil], ["scope_query", nil], ["scope_type_id", 2], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]] CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."id" = 2 LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."id" = 2 LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1  (0.1ms) UPDATE "capabilities" SET "capability_resource_type" = 'FileAsset', "capability_type_id" = 2, "scope_type_id" = 2, "created_at" = '2013-01-07 21:45:08.654221', "updated_at" = '2013-01-07 21:45:08.654221', "description" = 'Upload FileAsset' WHERE "capabilities"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" INNER JOIN "capability_accessors" ON "capability_accessors"."capability_id" = "capabilities"."id" WHERE "capability_accessors"."capability_accessor_record_type" = 'Group' AND "capability_accessors"."capability_accessor_record_id" = 1 CapabilityAccessor Load (0.1ms) SELECT "capability_accessors".* FROM "capability_accessors" WHERE "capability_accessors"."capability_accessor_record_type" = 'Group' AND "capability_accessors"."capability_accessor_record_id" = 1 AND "capability_accessors"."capability_id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "capability_accessors" ("capability_accessor_record_id", "capability_accessor_record_type", "capability_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["capability_accessor_record_id", 1], ["capability_accessor_record_type", "Group"], ["capability_id", 1], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.1ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" INNER JOIN "capability_accessors" ON "capability_accessors"."capability_id" = "capabilities"."id" WHERE "capability_accessors"."capability_accessor_record_type" = 'Group' AND "capability_accessors"."capability_accessor_record_id" = 1 CapabilityAccessor Load (0.1ms) SELECT "capability_accessors".* FROM "capability_accessors" WHERE "capability_accessors"."capability_accessor_record_id" = 1 AND "capability_accessors"."capability_accessor_record_type" = 'Group' AND "capability_accessors"."capability_accessor_record_type" = 'Group' AND "capability_accessors"."capability_accessor_record_id" = 1 AND "capability_accessors"."capability_id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "capability_accessors" WHERE "capability_accessors"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.0ms) SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT 1 [["id", 1]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" INNER JOIN "capability_accessors" ON "capability_accessors"."capability_id" = "capabilities"."id" WHERE "capability_accessors"."capability_accessor_record_type" = 'Group' AND "capability_accessors"."capability_accessor_record_id" = 1  (1.7ms) rollback transaction  (0.0ms) begin transaction Party Load (0.1ms) SELECT "parties".* FROM "parties" WHERE "parties"."business_party_id" = 1 AND "parties"."business_party_type" = 'Group' LIMIT 1 User Load (0.2ms) SELECT "users".* FROM "users" INNER JOIN "parties" ON "parties"."id" = "users"."party_id" JOIN party_relationships ON party_id_to = 4 AND party_id_from = parties.id PartyRelationship Load (0.1ms) SELECT "party_relationships".* FROM "party_relationships" WHERE "party_relationships"."party_id_to" = 4 AND "party_relationships"."party_id_from" = 5 LIMIT 1 RelationshipType Load (0.1ms) SELECT "relationship_types".* FROM "relationship_types" WHERE "relationship_types"."internal_identifier" = 'group_membership' LIMIT 1  (0.1ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (4.5ms) commit transaction SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles"  (0.0ms) begin transaction SecurityRole Exists (0.1ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('test role') LIMIT 1 SQL (0.4ms) INSERT INTO "security_roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "Test Role"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "test role"], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (6.6ms) commit transaction  (0.0ms) begin transaction CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."internal_identifier" = 'upload' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "Upload"], ["internal_identifier", "upload"], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" WHERE "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."capability_type_id" = 2 AND "capabilities"."scope_type_id" = 2 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "capabilities" ("capability_resource_id", "capability_resource_type", "capability_type_id", "created_at", "description", "scope_query", "scope_type_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["capability_resource_id", nil], ["capability_resource_type", "FileAsset"], ["capability_type_id", 2], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", nil], ["scope_query", nil], ["scope_type_id", 2], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]] CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."id" = 2 LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."id" = 2 LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1  (0.1ms) UPDATE "capabilities" SET "capability_resource_type" = 'FileAsset', "capability_type_id" = 2, "scope_type_id" = 2, "created_at" = '2013-01-07 21:45:08.728242', "updated_at" = '2013-01-07 21:45:08.728242', "description" = 'Upload FileAsset' WHERE "capabilities"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" INNER JOIN "capability_accessors" ON "capability_accessors"."capability_id" = "capabilities"."id" WHERE "capability_accessors"."capability_accessor_record_type" = 'SecurityRole' AND "capability_accessors"."capability_accessor_record_id" = 4 CapabilityAccessor Load (0.1ms) SELECT "capability_accessors".* FROM "capability_accessors" WHERE "capability_accessors"."capability_accessor_record_type" = 'SecurityRole' AND "capability_accessors"."capability_accessor_record_id" = 4 AND "capability_accessors"."capability_id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "capability_accessors" ("capability_accessor_record_id", "capability_accessor_record_type", "capability_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["capability_accessor_record_id", 4], ["capability_accessor_record_type", "SecurityRole"], ["capability_id", 1], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."id" = ? LIMIT 1 [["id", 4]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" INNER JOIN "capability_accessors" ON "capability_accessors"."capability_id" = "capabilities"."id" WHERE "capability_accessors"."capability_accessor_record_type" = 'SecurityRole' AND "capability_accessors"."capability_accessor_record_id" = 4 CapabilityAccessor Load (0.1ms) SELECT "capability_accessors".* FROM "capability_accessors" WHERE "capability_accessors"."capability_accessor_record_id" = 4 AND "capability_accessors"."capability_accessor_record_type" = 'SecurityRole' AND "capability_accessors"."capability_accessor_record_type" = 'SecurityRole' AND "capability_accessors"."capability_accessor_record_id" = 4 AND "capability_accessors"."capability_id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "capability_accessors" WHERE "capability_accessors"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 SecurityRole Load (0.0ms) SELECT "security_roles".* FROM "security_roles" WHERE "security_roles"."id" = ? LIMIT 1 [["id", 4]] Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" INNER JOIN "capability_accessors" ON "capability_accessors"."capability_id" = "capabilities"."id" WHERE "capability_accessors"."capability_accessor_record_type" = 'SecurityRole' AND "capability_accessors"."capability_accessor_record_id" = 4  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles"   (0.0ms) begin transaction Party Load (0.1ms) SELECT "parties".* FROM "parties" INNER JOIN "parties_security_roles" ON "parties"."id" = "parties_security_roles"."party_id" WHERE "parties_security_roles"."security_role_id" = 4 SQL (0.2ms) DELETE FROM "security_roles" WHERE "security_roles"."id" = ? [["id", 4]]  (3.5ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "parties" ("business_party_id", "business_party_type", "created_at", "description", "enterprise_identifier", "list_view_image_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["business_party_id", nil], ["business_party_type", nil], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "party 5"], ["enterprise_identifier", nil], ["list_view_image_id", nil], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (4.8ms) commit transaction  (0.0ms) begin transaction User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."email") = LOWER('user4@portablemind.com') LIMIT 1 User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE LOWER("users"."username") = LOWER('admin4') LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("activation_state", "activation_token", "activation_token_expires_at", "created_at", "crypted_password", "email", "failed_logins_count", "last_activity_at", "last_login_at", "last_logout_at", "lock_expires_at", "party_id", "remember_me_token", "remember_me_token_expires_at", "reset_password_email_sent_at", "reset_password_token", "reset_password_token_expires_at", "salt", "security_answer_1", "security_answer_2", "security_question_1", "security_question_2", "type", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["activation_state", nil], ["activation_token", nil], ["activation_token_expires_at", nil], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["crypted_password", nil], ["email", "user4@portablemind.com"], ["failed_logins_count", 0], ["last_activity_at", nil], ["last_login_at", nil], ["last_logout_at", nil], ["lock_expires_at", nil], ["party_id", 6], ["remember_me_token", nil], ["remember_me_token_expires_at", nil], ["reset_password_email_sent_at", nil], ["reset_password_token", nil], ["reset_password_token_expires_at", nil], ["salt", nil], ["security_answer_1", nil], ["security_answer_2", nil], ["security_question_1", nil], ["security_question_2", nil], ["type", nil], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["username", "admin4"]]  (7.4ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SecurityRole Exists (0.1ms) SELECT 1 AS one FROM "security_roles" WHERE LOWER("security_roles"."internal_identifier") = LOWER('test role') LIMIT 1 SQL (0.3ms) INSERT INTO "security_roles" ("created_at", "description", "external_id_source", "external_identifier", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "Test Role"], ["external_id_source", nil], ["external_identifier", nil], ["internal_identifier", "test role"], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 6 AND party_id_to = parties.id SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 6  (0.0ms) SAVEPOINT active_record_1  (0.1ms) INSERT INTO "parties_security_roles" ("party_id", "security_role_id") VALUES (6, 5)  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 6 AND party_id_to = parties.id  (0.0ms) SAVEPOINT active_record_1  (0.4ms) DELETE FROM "parties_security_roles" WHERE "parties_security_roles"."party_id" = 6 AND "parties_security_roles"."security_role_id" IN (5)  (0.0ms) RELEASE SAVEPOINT active_record_1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 6 AND party_id_to = parties.id  (1.5ms) rollback transaction  (0.0ms) begin transaction CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."internal_identifier" = 'upload' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "capability_types" ("created_at", "description", "internal_identifier", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", "Upload"], ["internal_identifier", "upload"], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" WHERE "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."capability_type_id" = 2 AND "capabilities"."scope_type_id" = 2 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "capabilities" ("capability_resource_id", "capability_resource_type", "capability_type_id", "created_at", "description", "scope_query", "scope_type_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["capability_resource_id", nil], ["capability_resource_type", "FileAsset"], ["capability_type_id", 2], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["description", nil], ["scope_query", nil], ["scope_type_id", 2], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]] CapabilityType Load (0.1ms) SELECT "capability_types".* FROM "capability_types" WHERE "capability_types"."id" = 2 LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."id" = 2 LIMIT 1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1  (0.1ms) UPDATE "capabilities" SET "capability_resource_type" = 'FileAsset', "capability_type_id" = 2, "scope_type_id" = 2, "created_at" = '2013-01-07 21:45:08.853254', "updated_at" = '2013-01-07 21:45:08.853254', "description" = 'Upload FileAsset' WHERE "capabilities"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" WHERE "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."scope_type_id" = 2 AND "capability_types"."internal_identifier" = 'upload' LIMIT 1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 6 AND party_id_to = parties.id Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 6 AND party_id_to = parties.id Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" INNER JOIN "capability_accessors" ON "capability_accessors"."capability_id" = "capabilities"."id" WHERE "capability_accessors"."capability_accessor_record_type" = 'User' AND "capability_accessors"."capability_accessor_record_id" = 4 CapabilityAccessor Load (0.1ms) SELECT "capability_accessors".* FROM "capability_accessors" WHERE "capability_accessors"."capability_accessor_record_type" = 'User' AND "capability_accessors"."capability_accessor_record_id" = 4 AND "capability_accessors"."capability_id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "capability_accessors" ("capability_accessor_record_id", "capability_accessor_record_type", "capability_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["capability_accessor_record_id", 4], ["capability_accessor_record_type", "User"], ["capability_id", 1], ["created_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00], ["updated_at", Mon, 07 Jan 2013 21:45:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" WHERE "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."scope_type_id" = 2 AND "capability_types"."internal_identifier" = 'upload' LIMIT 1 Party Load (0.1ms) SELECT "parties".* FROM "parties" WHERE "parties"."id" = 6 LIMIT 1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 6 AND party_id_to = parties.id SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 6 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 6 AND party_id_to = parties.id Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" INNER JOIN "capability_accessors" ON "capability_accessors"."capability_id" = "capabilities"."id" WHERE "capability_accessors"."capability_accessor_record_type" = 'User' AND "capability_accessors"."capability_accessor_record_id" = 4 CapabilityAccessor Load (0.1ms) SELECT "capability_accessors".* FROM "capability_accessors" WHERE "capability_accessors"."capability_accessor_record_id" = 4 AND "capability_accessors"."capability_accessor_record_type" = 'User' AND "capability_accessors"."capability_accessor_record_type" = 'User' AND "capability_accessors"."capability_accessor_record_id" = 4 AND "capability_accessors"."capability_id" = 1 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "capability_accessors" WHERE "capability_accessors"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]] ScopeType Load (0.1ms) SELECT "scope_types".* FROM "scope_types" WHERE "scope_types"."internal_identifier" = 'class' LIMIT 1 Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" WHERE "capabilities"."capability_resource_type" = 'FileAsset' AND "capabilities"."scope_type_id" = 2 AND "capability_types"."internal_identifier" = 'upload' LIMIT 1 Party Load (0.1ms) SELECT "parties".* FROM "parties" WHERE "parties"."id" = 6 LIMIT 1 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 6 AND party_id_to = parties.id SecurityRole Load (0.1ms) SELECT "security_roles".* FROM "security_roles" INNER JOIN "parties_security_roles" ON "security_roles"."id" = "parties_security_roles"."security_role_id" WHERE "parties_security_roles"."party_id" = 6 Group Load (0.1ms) SELECT "groups".* FROM "groups" INNER JOIN "parties" ON "parties"."business_party_id" = "groups"."id" AND "parties"."business_party_type" = 'Group' JOIN party_relationships ON party_id_from = 6 AND party_id_to = parties.id Capability Load (0.1ms) SELECT "capabilities".* FROM "capabilities" INNER JOIN "capability_types" ON "capability_types"."id" = "capabilities"."capability_type_id" INNER JOIN "capability_accessors" ON "capability_accessors"."capability_id" = "capabilities"."id" WHERE "capability_accessors"."capability_accessor_record_type" = 'User' AND "capability_accessors"."capability_accessor_record_id" = 4  (29.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]  (5.2ms) commit transaction SecurityRole Load (0.2ms) SELECT "security_roles".* FROM "security_roles"