Processing by SeriesStatementMergeListsController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 10ms Processing by SeriesStatementMergeListsController#new as HTML Completed 500 Internal Server Error in 3ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_13"}} Completed 500 Internal Server Error in 3ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_14"}} Completed 500 Internal Server Error in 2ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} Completed 500 Internal Server Error in 2ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} Completed 500 Internal Server Error in 2ms Started GET "/series_statement_merge_lists" for 127.0.0.1 at 2012-01-09 00:06:47 +0900 Processing by SeriesStatementMergeListsController#index as HTML Redirected to http://www.example.com/users/sign_in Completed 302 Found in 5ms Started GET "/series_statement_merges" for 127.0.0.1 at 2012-01-09 00:06:47 +0900 Processing by SeriesStatementMergesController#index as HTML Redirected to http://www.example.com/users/sign_in Completed 302 Found in 4ms  (0.1ms) select sqlite_version(*)  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePatrons (1)  (0.4ms) CREATE TABLE "patrons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "last_name" varchar(255), "middle_name" varchar(255), "first_name" varchar(255), "last_name_transcription" varchar(255), "middle_name_transcription" varchar(255), "first_name_transcription" varchar(255), "corporate_name" varchar(255), "corporate_name_transcription" varchar(255), "full_name" varchar(255), "full_name_transcription" text, "full_name_alternative" text, "created_at" datetime, "updated_at" datetime, "deleted_at" datetime, "zip_code_1" varchar(255), "zip_code_2" varchar(255), "address_1" text, "address_2" text, "address_1_note" text, "address_2_note" text, "telephone_number_1" varchar(255), "telephone_number_2" varchar(255), "fax_number_1" varchar(255), "fax_number_2" varchar(255), "other_designation" text, "place" text, "postal_code" varchar(255), "street" text, "locality" text, "region" text, "date_of_birth" datetime, "date_of_death" datetime, "language_id" integer DEFAULT 1 NOT NULL, "country_id" integer DEFAULT 1 NOT NULL, "patron_type_id" integer DEFAULT 1 NOT NULL, "lock_version" integer DEFAULT 0 NOT NULL, "note" text, "creates_count" integer DEFAULT 0 NOT NULL, "realizes_count" integer DEFAULT 0 NOT NULL, "produces_count" integer DEFAULT 0 NOT NULL, "owns_count" integer DEFAULT 0 NOT NULL, "required_role_id" integer DEFAULT 1 NOT NULL, "required_score" integer DEFAULT 0 NOT NULL, "state" varchar(255), "email" text, "url" text)  (0.0ms) PRAGMA index_list("patrons")  (0.4ms) CREATE UNIQUE INDEX "index_patrons_on_user_id" ON "patrons" ("user_id")  (0.0ms) PRAGMA index_list("patrons")  (0.0ms) PRAGMA index_info('index_patrons_on_user_id')  (0.1ms) CREATE INDEX "index_patrons_on_language_id" ON "patrons" ("language_id")  (0.0ms) PRAGMA index_list("patrons")  (0.0ms) PRAGMA index_info('index_patrons_on_language_id')  (0.0ms) PRAGMA index_info('index_patrons_on_user_id')  (0.1ms) CREATE INDEX "index_patrons_on_country_id" ON "patrons" ("country_id")  (0.0ms) PRAGMA index_list("patrons")  (0.0ms) PRAGMA index_info('index_patrons_on_country_id')  (0.0ms) PRAGMA index_info('index_patrons_on_language_id')  (0.0ms) PRAGMA index_info('index_patrons_on_user_id')  (0.1ms) CREATE INDEX "index_patrons_on_required_role_id" ON "patrons" ("required_role_id")  (0.0ms) PRAGMA index_list("patrons")  (0.0ms) PRAGMA index_info('index_patrons_on_required_role_id')  (0.0ms) PRAGMA index_info('index_patrons_on_country_id')  (0.0ms) PRAGMA index_info('index_patrons_on_language_id')  (0.0ms) PRAGMA index_info('index_patrons_on_user_id')  (0.1ms) CREATE INDEX "index_patrons_on_full_name" ON "patrons" ("full_name")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('1') Migrating to CreateManifestations (5)  (0.4ms) CREATE TABLE "manifestations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "original_title" text NOT NULL, "title_alternative" text, "title_transcription" text, "classification_number" varchar(255), "manifestation_identifier" varchar(255), "date_of_publication" datetime, "copyright_date" datetime, "created_at" datetime, "updated_at" datetime, "deleted_at" datetime, "access_address" varchar(255), "language_id" integer DEFAULT 1 NOT NULL, "carrier_type_id" integer DEFAULT 1 NOT NULL, "extent_id" integer DEFAULT 1 NOT NULL, "start_page" integer, "end_page" integer, "height" decimal, "width" decimal, "depth" decimal, "isbn" varchar(255), "isbn10" varchar(255), "wrong_isbn" varchar(255), "nbn" varchar(255), "lccn" varchar(255), "oclc_number" varchar(255), "issn" varchar(255), "price" integer, "fulltext" text, "volume_number_list" varchar(255), "issue_number_list" varchar(255), "serial_number_list" varchar(255), "edition" integer, "note" text, "produces_count" integer DEFAULT 0 NOT NULL, "exemplifies_count" integer DEFAULT 0 NOT NULL, "embodies_count" integer DEFAULT 0 NOT NULL, "work_has_subjects_count" integer DEFAULT 0 NOT NULL, "repository_content" boolean DEFAULT 'f' NOT NULL, "lock_version" integer DEFAULT 0 NOT NULL, "required_role_id" integer DEFAULT 1 NOT NULL, "state" varchar(255), "required_score" integer DEFAULT 0 NOT NULL, "frequency_id" integer DEFAULT 1 NOT NULL, "subscription_master" boolean DEFAULT 'f' NOT NULL)  (0.0ms) PRAGMA index_list("manifestations")  (0.1ms) CREATE INDEX "index_manifestations_on_carrier_type_id" ON "manifestations" ("carrier_type_id")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_required_role_id" ON "manifestations" ("required_role_id")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_isbn" ON "manifestations" ("isbn")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_isbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_nbn" ON "manifestations" ("nbn")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_nbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_isbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_lccn" ON "manifestations" ("lccn")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_lccn')  (0.0ms) PRAGMA index_info('index_manifestations_on_nbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_isbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_oclc_number" ON "manifestations" ("oclc_number")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_oclc_number')  (0.0ms) PRAGMA index_info('index_manifestations_on_lccn')  (0.0ms) PRAGMA index_info('index_manifestations_on_nbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_isbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_issn" ON "manifestations" ("issn")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_issn')  (0.0ms) PRAGMA index_info('index_manifestations_on_oclc_number')  (0.0ms) PRAGMA index_info('index_manifestations_on_lccn')  (0.0ms) PRAGMA index_info('index_manifestations_on_nbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_isbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_access_address" ON "manifestations" ("access_address")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_access_address')  (0.0ms) PRAGMA index_info('index_manifestations_on_issn')  (0.0ms) PRAGMA index_info('index_manifestations_on_oclc_number')  (0.0ms) PRAGMA index_info('index_manifestations_on_lccn')  (0.0ms) PRAGMA index_info('index_manifestations_on_nbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_isbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_frequency_id" ON "manifestations" ("frequency_id")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_frequency_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_access_address')  (0.0ms) PRAGMA index_info('index_manifestations_on_issn')  (0.0ms) PRAGMA index_info('index_manifestations_on_oclc_number')  (0.0ms) PRAGMA index_info('index_manifestations_on_lccn')  (0.0ms) PRAGMA index_info('index_manifestations_on_nbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_isbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_manifestation_identifier" ON "manifestations" ("manifestation_identifier")  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_manifestation_identifier')  (0.0ms) PRAGMA index_info('index_manifestations_on_frequency_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_access_address')  (0.0ms) PRAGMA index_info('index_manifestations_on_issn')  (0.0ms) PRAGMA index_info('index_manifestations_on_oclc_number')  (0.0ms) PRAGMA index_info('index_manifestations_on_lccn')  (0.0ms) PRAGMA index_info('index_manifestations_on_nbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_isbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.1ms) CREATE INDEX "index_manifestations_on_updated_at" ON "manifestations" ("updated_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('5') Migrating to CreateItems (6)  (0.3ms) CREATE TABLE "items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "call_number" varchar(255), "item_identifier" varchar(255), "circulation_status_id" integer DEFAULT 5 NOT NULL, "checkout_type_id" integer DEFAULT 1 NOT NULL, "created_at" datetime, "updated_at" datetime, "deleted_at" datetime, "shelf_id" integer DEFAULT 1 NOT NULL, "basket_id" integer, "include_supplements" boolean DEFAULT 'f' NOT NULL, "checkouts_count" integer DEFAULT 0 NOT NULL, "owns_count" integer DEFAULT 0 NOT NULL, "resource_has_subjects_count" integer DEFAULT 0 NOT NULL, "note" text, "url" varchar(255), "price" integer, "lock_version" integer DEFAULT 0 NOT NULL, "required_role_id" integer DEFAULT 1 NOT NULL, "state" varchar(255), "required_score" integer DEFAULT 0 NOT NULL)   (0.0ms) PRAGMA index_list("items")  (0.1ms) CREATE INDEX "index_items_on_circulation_status_id" ON "items" ("circulation_status_id")  (0.0ms) PRAGMA index_list("items")  (0.0ms) PRAGMA index_info('index_items_on_circulation_status_id')  (0.1ms) CREATE INDEX "index_items_on_checkout_type_id" ON "items" ("checkout_type_id")  (0.0ms) PRAGMA index_list("items")  (0.0ms) PRAGMA index_info('index_items_on_checkout_type_id')  (0.0ms) PRAGMA index_info('index_items_on_circulation_status_id')  (0.1ms) CREATE INDEX "index_items_on_shelf_id" ON "items" ("shelf_id")  (0.0ms) PRAGMA index_list("items")  (0.0ms) PRAGMA index_info('index_items_on_shelf_id')  (0.0ms) PRAGMA index_info('index_items_on_checkout_type_id')  (0.0ms) PRAGMA index_info('index_items_on_circulation_status_id')  (0.1ms) CREATE INDEX "index_items_on_item_identifier" ON "items" ("item_identifier")  (0.0ms) PRAGMA index_list("items")  (0.0ms) PRAGMA index_info('index_items_on_item_identifier')  (0.0ms) PRAGMA index_info('index_items_on_shelf_id')  (0.0ms) PRAGMA index_info('index_items_on_checkout_type_id')  (0.0ms) PRAGMA index_info('index_items_on_circulation_status_id')  (0.1ms) CREATE INDEX "index_items_on_required_role_id" ON "items" ("required_role_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('6') Migrating to CreateDonates (125)  (0.3ms) CREATE TABLE "donates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "patron_id" integer NOT NULL, "item_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.0ms) PRAGMA index_list("donates")  (0.1ms) CREATE INDEX "index_donates_on_patron_id" ON "donates" ("patron_id")  (0.0ms) PRAGMA index_list("donates")  (0.0ms) PRAGMA index_info('index_donates_on_patron_id')  (0.1ms) CREATE INDEX "index_donates_on_item_id" ON "donates" ("item_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('125') Migrating to CreatePatronMerges (133)  (0.4ms) CREATE TABLE "patron_merges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "patron_id" integer NOT NULL, "patron_merge_list_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.0ms) PRAGMA index_list("patron_merges")  (0.1ms) CREATE INDEX "index_patron_merges_on_patron_id" ON "patron_merges" ("patron_id")  (0.0ms) PRAGMA index_list("patron_merges")  (0.0ms) PRAGMA index_info('index_patron_merges_on_patron_id')  (0.1ms) CREATE INDEX "index_patron_merges_on_patron_merge_list_id" ON "patron_merges" ("patron_merge_list_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('133') Migrating to CreatePatronMergeLists (134)  (0.2ms) CREATE TABLE "patron_merge_lists" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('134') Migrating to CreateSeriesStatements (20091214131723)  (0.4ms) CREATE TABLE "series_statements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "numbering" text, "title_subseries" text, "numbering_subseries" text, "position" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20091214131723') Migrating to RenameSereisStatementTitleToOriginalTitle (20100223121519)  (0.5ms) CREATE TEMPORARY TABLE "altered_series_statements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "original_title" text, "numbering" text, "title_subseries" text, "numbering_subseries" text, "position" integer, "created_at" datetime, "updated_at" datetime)   (0.0ms) PRAGMA index_list("series_statements")  (0.1ms) SELECT * FROM "series_statements"  (0.2ms) DROP TABLE "series_statements"  (0.1ms) CREATE TABLE "series_statements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "original_title" text, "numbering" text, "title_subseries" text, "numbering_subseries" text, "position" integer, "created_at" datetime, "updated_at" datetime)   (0.0ms) PRAGMA index_list("altered_series_statements")  (0.0ms) SELECT * FROM "altered_series_statements"  (0.3ms) DROP TABLE "altered_series_statements"  (0.1ms) ALTER TABLE "series_statements" ADD "title_transcription" text  (0.1ms) ALTER TABLE "series_statements" ADD "title_alternative" text  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100223121519') Migrating to AddSeriesStatementIdentifierToSeriesStatement (20100321235924)  (0.4ms) ALTER TABLE "series_statements" ADD "series_statement_identifier" varchar(255)  (0.0ms) PRAGMA index_list("series_statements")  (0.1ms) CREATE INDEX "index_series_statements_on_series_statement_identifier" ON "series_statements" ("series_statement_identifier")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100321235924') Migrating to AddIssnToSeriesStatement (20110425133109)  (0.3ms) ALTER TABLE "series_statements" ADD "issn" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110425133109') Migrating to AddPeriodicalToSeriesStatement (20110618091240)  (0.3ms) ALTER TABLE "series_statements" ADD "periodical" boolean  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110618091240') Migrating to CreateSeriesStatementMergeLists (20110627034940)  (0.4ms) CREATE TABLE "series_statement_merge_lists" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110627034940') Migrating to CreateSeriesStatementMerges (20110627035057)  (0.2ms) CREATE TABLE "series_statement_merges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "series_statement_id" integer NOT NULL, "series_statement_merge_list_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.0ms) PRAGMA index_list("series_statement_merges")  (0.1ms) CREATE INDEX "index_series_statement_merges_on_series_statement_id" ON "series_statement_merges" ("series_statement_id")  (0.0ms) PRAGMA index_list("series_statement_merges")  (0.0ms) PRAGMA index_info('index_series_statement_merges_on_series_statement_id')  (0.1ms) CREATE INDEX "index_series_statement_merges_on_series_statement_merge_list_id" ON "series_statement_merges" ("series_statement_merge_list_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110627035057') Migrating to CreateSeriesHasManifestations (20110820131417)  (0.3ms) CREATE TABLE "series_has_manifestations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "series_statement_id" integer, "manifestation_id" integer, "position" integer, "created_at" datetime, "updated_at" datetime)   (0.0ms) PRAGMA index_list("series_has_manifestations")  (0.1ms) CREATE INDEX "index_series_has_manifestations_on_series_statement_id" ON "series_has_manifestations" ("series_statement_id")  (0.0ms) PRAGMA index_list("series_has_manifestations")  (0.0ms) PRAGMA index_info('index_series_has_manifestations_on_series_statement_id')  (0.1ms) CREATE INDEX "index_series_has_manifestations_on_manifestation_id" ON "series_has_manifestations" ("manifestation_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110820131417') Migrating to AddManifestaitonIdToSeriesStatement (20110916103953)  (0.3ms) ALTER TABLE "series_statements" ADD "manifestation_id" integer  (0.0ms) PRAGMA index_list("series_statements")  (0.0ms) PRAGMA index_info('index_series_statements_on_series_statement_identifier')  (0.1ms) CREATE INDEX "index_series_statements_on_manifestation_id" ON "series_statements" ("manifestation_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110916103953') Migrating to AddNoteToSeriesStatement (20110918162329)  (0.3ms) ALTER TABLE "series_statements" ADD "note" text  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110918162329') Migrating to CreateCreates (20111201115527)  (0.3ms) CREATE TABLE "creates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "work_id" integer, "patron_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111201115527') Migrating to CreateProduces (20111201115540)  (0.3ms) CREATE TABLE "produces" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "manifestation_id" integer, "patron_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111201115540') Migrating to CreateRoles (20111201121844)  (0.3ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "display_name" text, "note" text, "position" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111201121844') Migrating to CreateUsers (20111201155456)  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_group_id" integer, "required_role_id" integer, "username" varchar(255), "note" text, "locale" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111201155456') Migrating to AddDeviseToUsers (20111201155513)  (0.3ms) ALTER TABLE "users" ADD "email" varchar(255) DEFAULT '' NOT NULL  (0.1ms) ALTER TABLE "users" ADD "encrypted_password" varchar(128) DEFAULT '' NOT NULL  (0.1ms) ALTER TABLE "users" ADD "reset_password_token" varchar(255)  (0.1ms) ALTER TABLE "users" ADD "reset_password_sent_at" datetime  (0.1ms) ALTER TABLE "users" ADD "remember_created_at" datetime  (0.1ms) ALTER TABLE "users" ADD "sign_in_count" integer DEFAULT 0  (0.1ms) ALTER TABLE "users" ADD "current_sign_in_at" datetime  (0.2ms) ALTER TABLE "users" ADD "last_sign_in_at" datetime  (0.1ms) ALTER TABLE "users" ADD "current_sign_in_ip" varchar(255)  (0.1ms) ALTER TABLE "users" ADD "last_sign_in_ip" varchar(255)  (0.0ms) PRAGMA index_list("users")  (0.1ms) CREATE INDEX "index_users_on_email" ON "users" ("email")  (0.0ms) PRAGMA index_list("users")  (0.0ms) PRAGMA index_info('index_users_on_email')  (0.4ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111201155513') Migrating to CreateUserHasRoles (20111201163718)  (0.3ms) CREATE TABLE "user_has_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "role_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111201163718') Migrating to CreateRealizes (20120106093356)  (0.2ms) CREATE TABLE "realizes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "expression_id" integer, "patron_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120106093356') Migrating to CreateOwns (20120106093603)  (0.3ms) CREATE TABLE "owns" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_id" integer, "patron_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120106093603')  (0.7ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("creates")  (0.0ms) PRAGMA index_list("donates")  (0.0ms) PRAGMA index_info('index_donates_on_item_id')  (0.0ms) PRAGMA index_info('index_donates_on_patron_id')  (0.0ms) PRAGMA index_list("items")  (0.0ms) PRAGMA index_info('index_items_on_required_role_id')  (0.0ms) PRAGMA index_info('index_items_on_item_identifier')  (0.0ms) PRAGMA index_info('index_items_on_shelf_id')  (0.0ms) PRAGMA index_info('index_items_on_checkout_type_id')  (0.0ms) PRAGMA index_info('index_items_on_circulation_status_id')  (0.0ms) PRAGMA index_list("manifestations")  (0.0ms) PRAGMA index_info('index_manifestations_on_updated_at')  (0.0ms) PRAGMA index_info('index_manifestations_on_manifestation_identifier')  (0.0ms) PRAGMA index_info('index_manifestations_on_frequency_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_access_address')  (0.0ms) PRAGMA index_info('index_manifestations_on_issn')  (0.0ms) PRAGMA index_info('index_manifestations_on_oclc_number')  (0.0ms) PRAGMA index_info('index_manifestations_on_lccn')  (0.0ms) PRAGMA index_info('index_manifestations_on_nbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_isbn')  (0.0ms) PRAGMA index_info('index_manifestations_on_required_role_id')  (0.0ms) PRAGMA index_info('index_manifestations_on_carrier_type_id')  (0.0ms) PRAGMA index_list("owns")  (0.0ms) PRAGMA index_list("patron_merge_lists")  (0.0ms) PRAGMA index_list("patron_merges")  (0.0ms) PRAGMA index_info('index_patron_merges_on_patron_merge_list_id')  (0.0ms) PRAGMA index_info('index_patron_merges_on_patron_id')  (0.0ms) PRAGMA index_list("patrons")  (0.0ms) PRAGMA index_info('index_patrons_on_full_name')  (0.0ms) PRAGMA index_info('index_patrons_on_required_role_id')  (0.0ms) PRAGMA index_info('index_patrons_on_country_id')  (0.0ms) PRAGMA index_info('index_patrons_on_language_id')  (0.0ms) PRAGMA index_info('index_patrons_on_user_id')  (0.0ms) PRAGMA index_list("produces")  (0.0ms) PRAGMA index_list("realizes")  (0.0ms) PRAGMA index_list("roles")  (0.0ms) PRAGMA index_list("series_has_manifestations")  (0.0ms) PRAGMA index_info('index_series_has_manifestations_on_manifestation_id')  (0.0ms) PRAGMA index_info('index_series_has_manifestations_on_series_statement_id')  (0.0ms) PRAGMA index_list("series_statement_merge_lists")  (0.0ms) PRAGMA index_list("series_statement_merges")  (0.0ms) PRAGMA index_info('index_series_statement_merges_on_series_statement_merge_list_id')  (0.0ms) PRAGMA index_info('index_series_statement_merges_on_series_statement_id')  (0.0ms) PRAGMA index_list("series_statements")  (0.0ms) PRAGMA index_info('index_series_statements_on_manifestation_id')  (0.0ms) PRAGMA index_info('index_series_statements_on_series_statement_identifier')  (0.0ms) PRAGMA index_list("user_has_roles")  (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_email') Fixture Delete (0.2ms) DELETE FROM "patron_merge_lists" Fixture Insert (0.1ms) INSERT INTO "patron_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 04:36:49.835774', 'test1', 1, '2008-02-18 04:36:49.835774') Fixture Insert (0.0ms) INSERT INTO "patron_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:10.743437', 'test2', 2, '2008-02-18 07:13:10.743437') Fixture Insert (0.0ms) INSERT INTO "patron_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:14.963116', 'test3', 3, '2008-02-18 07:13:14.963116') Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_1@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_1@example.jp"], ["encrypted_password", "$2a$04$zSXEdll2avM4.iqEn9lGzO3ZCpKzAH3Gmm9gIzVk.ssSGFCEjY59S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "admin_1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Rendered page/403.html.erb within layouts/application (2.0ms) Completed 403 Forbidden in 86ms (Views: 38.1ms | ActiveRecord: 0.6ms | Solr: 0.0ms) PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" LIMIT 10 OFFSET 0 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE ('t'='f') Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_1@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_1@example.jp"], ["encrypted_password", "$2a$04$RyjhXQL6GohUFugm1ar76.AgLFb0nnTt8Xj.sjIF71cPyTr4ycPZO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "librarian_1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" LIMIT 10 OFFSET 0 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE ('t'='f') Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_1@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_1@example.jp"], ["encrypted_password", "$2a$04$eOJBD1kU.mKA0NGsMZ8TZem8t2DjLVIbwj5jHk3rlKqAKc3Gom6RK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "user_1"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "patron_merge_lists" WHERE ('t'='f') Processing by PatronMergeListsController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 6ms  (0.1ms) SELECT COUNT(*) FROM "patron_merge_lists" WHERE ('t'='f')  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["title", "patron_merge_list_1"], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_2@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_2@example.jp"], ["encrypted_password", "$2a$04$X7FWThohFB1RF5WVoG8Ge.fo7xHiVG7EHvfSF5fmAo8Z1MRJIs1Pi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "admin_2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 39ms (Views: 33.1ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["title", "patron_merge_list_2"], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_2@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_2@example.jp"], ["encrypted_password", "$2a$04$urdRl7sKxTIrtn6eGpVhz.mQxZAays/EWUsD21ce9VetGKjaLCXMy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "librarian_2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["title", "patron_merge_list_3"], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_2@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_2@example.jp"], ["encrypted_password", "$2a$04$fVGrJH18Gj9b0IIzxFX.e.X.Zqw.XgMMHev9xApWcdw629aEKHdqu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "user_2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["title", "patron_merge_list_4"], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_3@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_3@example.jp"], ["encrypted_password", "$2a$04$PBubFuYR.xCTyQumij2Y4OevDhClCeZPlHsMyr1IgtS6fIWAp013W"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "admin_3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.7ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_3@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_3@example.jp"], ["encrypted_password", "$2a$04$jD1SjXozPluyaCtr0vilKu45JoGZKBPXwkekYQ7735Wqw9XDTKS8W"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "librarian_3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_3@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_3@example.jp"], ["encrypted_password", "$2a$04$U72onGgFvuHFAu.aHSggveKMvmo71H5ypjb/kfJ2X1yLGmLi5T/BC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "user_3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Processing by PatronMergeListsController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_4@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_4@example.jp"], ["encrypted_password", "$2a$04$jn6FNOSPfBj7ba5eshf9IeRvC7o/Zl9I9Dq7vgjn71znVyNP5g.L2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "admin_4"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["title", "patron_merge_list_5"], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_4@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_4@example.jp"], ["encrypted_password", "$2a$04$CApEHd2ubljGeafdYUjS9.pECLtfZGEwaFHGyMh2t63CfioED4kIK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "librarian_4"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["title", "patron_merge_list_6"], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 40ms (Views: 0.8ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_4@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_4@example.jp"], ["encrypted_password", "$2a$04$sflmbi3ovpqg.opG4Y2ObOh2kPlmihfUzoaD5WOLvDmqzZCANEp9e"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "user_4"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["title", "patron_merge_list_7"], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["title", "patron_merge_list_8"], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_5@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_5@example.jp"], ["encrypted_password", "$2a$04$sDTU4fSuWFiedzNiFITHN.DgMT6rLHuwFQi0xqgJWz7OLMIi1TrKq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "admin_5"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_9"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_6@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_6@example.jp"], ["encrypted_password", "$2a$04$4WBE6T1WOcezKXsLiv0aJ.0WSpBtpLN.AepW8zGKjHlax7JPw8uCu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "admin_6"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_10"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.0ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_7@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_7@example.jp"], ["encrypted_password", "$2a$04$Ln1wUcCGar0w6zwRUD3aiudXXOgNaRJx7UWybfGabjaiyEoZCeh/O"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "admin_7"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_8@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_8@example.jp"], ["encrypted_password", "$2a$04$nIOU/H1zNZoeW2sakVII8.sVSjr7yEHyIDSvy2yLFQZYXwhtmgDVC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "admin_8"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_5@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_5@example.jp"], ["encrypted_password", "$2a$04$K7Lm2QMeRTK/5IoteQFgp.CvrOVsLhJhl7Rz/p9qFQIEGA5vUgW2W"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "librarian_5"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_13"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_6@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_6@example.jp"], ["encrypted_password", "$2a$04$aTB2DoY3iXs7U2tAY.7ll.DOoTleYbRENo1iWjaZ2yB/o7S8Wd8.q"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "librarian_6"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_14"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_7@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (35.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_7@example.jp"], ["encrypted_password", "$2a$04$PkJFUKw.36D3A5PRMboGBeVLO0kSVMp9X2JNRKYPt1WJHGYEmHDnW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "librarian_7"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_8@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_8@example.jp"], ["encrypted_password", "$2a$04$0rnTa0kUO0cVfu4hTo6BFuwGwHavNkRkS6NmeOfdZD7Jx49vpoEQq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "librarian_8"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_5@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_5@example.jp"], ["encrypted_password", "$2a$04$yBRI4E6DHEBY5QD4vczLqeiRj7B3ZnJcuU/hipvJqY2kG/uqSzskm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "user_5"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_17"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_6@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_6@example.jp"], ["encrypted_password", "$2a$04$Hz55BKPa6PRro1g0CIzA0u9dcF3bBQYqiSYTrN8jKS5YkFWdNK.0a"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "user_6"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_18"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_7@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_7@example.jp"], ["encrypted_password", "$2a$04$wfu06qIdYZzovawGvxc0uemkSWkzpU3HLNwRSsZKJOE2/5QNk31iy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "user_7"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_8@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_8@example.jp"], ["encrypted_password", "$2a$04$JfERkT4onUgVHQ5Yc6zWbuu.fUo8eCrblttiCsOmPwAWYMZc/SQhK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "user_8"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 7ms (Views: 1.2ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_21"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 6ms Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_22"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 6ms Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["title", "patron_merge_list_25"], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_9@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_9@example.jp"], ["encrypted_password", "$2a$04$hzZ0JlO9AxXHPQLUHDAlN.kBWaEyg/IVhc4fMtNWRq1E.xn5RVRN2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:22 UTC +00:00], ["user_group_id", nil], ["username", "admin_9"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_26"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_27"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_10@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (62.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_10@example.jp"], ["encrypted_password", "$2a$04$yCBPItrUYgArFCG3aqlvLeSIVxJkQcZQ/aWJW6vXKKq4qNLY8kJC."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "admin_10"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_28"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_29"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_11@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_11@example.jp"], ["encrypted_password", "$2a$04$i6TtI1.j3xpycHJiVRUGOeLsJUWkdc0sZzCALn8Hgmnj7mc0.8YO."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "admin_11"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_31"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_12@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_12@example.jp"], ["encrypted_password", "$2a$04$iixKX/CTyChMy0ds.eNJn.MtY1EZ12a4EnVjV7b0iKba3GaILCo92"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "admin_12"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_33"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_9@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_9@example.jp"], ["encrypted_password", "$2a$04$ggyxxk2TgFcDm2ofUG.zHeDOeN0ZQbkuoEKQyqU14oWnrUqatw8e."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "librarian_9"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", 1]] Processing by PatronMergeListsController#update as HTML Parameters: {"mode"=>"merge", "id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "1"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_35"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_10@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_10@example.jp"], ["encrypted_password", "$2a$04$5MUihBRYLhr5APitScdbD.DoMbRl8oOMzR.lGMFk82WQUR9L/IZiK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "librarian_10"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", 1]] Processing by PatronMergeListsController#update as HTML Parameters: {"selected_patron_id"=>"3", "mode"=>"merge", "id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "1"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_37"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_11@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_11@example.jp"], ["encrypted_password", "$2a$04$zOEN6hVTBXhiRIZiZFdFfe7V39j4vDtcboT2LfTSICdomIJ0n7Dqu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "librarian_11"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_38"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_39"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_12@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_12@example.jp"], ["encrypted_password", "$2a$04$4B/EJm31Gt/yOYMyY3zoZuxS7l054VRP/QB7JcncQh74upyw03uni"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "librarian_12"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_40"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_41"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_13@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_13@example.jp"], ["encrypted_password", "$2a$04$XkD45FVPJQvu1FkP4Jzc.OWBaOSFfM/ne0Er5jwm8mCXlEtGxEymu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "librarian_13"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 68ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_43"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_14@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_14@example.jp"], ["encrypted_password", "$2a$04$KmtnIo/QSkkSkgtT5QHLFO6uCcEkX6kgRM50.Pp8B2odOdqoLsFzG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "librarian_14"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_45"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_9@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_9@example.jp"], ["encrypted_password", "$2a$04$2yrc4pc48ZUXTTRz19YLFOnriD3nnxvWx7eW0FCyOxdxvzuMWUwGu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "user_9"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_46"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_47"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_10@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_10@example.jp"], ["encrypted_password", "$2a$04$WrI84yHtDTgHWAmi2eSh4eJdpMHNuCJVPDwHepwKxjiemlEYx2SrC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "user_10"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_48"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_49"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_11@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_11@example.jp"], ["encrypted_password", "$2a$04$REcUlPLfAnU6VhUCPBU3kOI/7MU7AzRdhfUp4wszXoAfgc8gvn4aK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "user_11"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.5ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_51"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_52"}, "id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_53"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_54"}, "id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_55"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_57"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_13@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_13@example.jp"], ["encrypted_password", "$2a$04$AfnSLqFrDwBQMvLqL1iB..HywRdIv1gkXLaqQ5uw2C1e047pbM6Ai"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "admin_13"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.8ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 1.0ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_58"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_14@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_14@example.jp"], ["encrypted_password", "$2a$04$g0tH.Lr2hd7.NPQq17Eo5.QemDTbkxk/akwTwiyk3WSdN5SV3wJaO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "admin_14"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 68ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_59"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_15@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_15@example.jp"], ["encrypted_password", "$2a$04$6HIwFyNMwh.9aDRWQLZwzeb0rZGIpPFxPRy8Ha.4hSxsVMas//g0a"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "librarian_15"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_60"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_16@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_16@example.jp"], ["encrypted_password", "$2a$04$q7UTQJq36jtBdhnDNYFod.dwnm8CSNeIdRTxo19pv34X58OVmLBkW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "librarian_16"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_61"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_12@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_12@example.jp"], ["encrypted_password", "$2a$04$T55S4IWf4XfTYhDNjFUZoeS.CP2Qw232UdgPhlTJQh9lGvpgJ5Q.m"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "user_12"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 9ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_62"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_13@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_13@example.jp"], ["encrypted_password", "$2a$04$8AXg4lGT/dixy2aqjsC2Du3ECYSn2N09BXWDe95/ymuvlR0rceqke"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["user_group_id", nil], ["username", "user_13"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 1 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_63"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00], ["title", "patron_merge_list_64"], ["updated_at", Sun, 08 Jan 2012 15:07:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms Fixture Delete (0.6ms) DELETE FROM "manifestations" Fixture Insert (0.3ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "start_page", "end_page", "repository_content") VALUES (1, 1, '4798002062', '2007-11-19 07:59:00.293393', 'よくわかる最新Webサービス技術', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2007-11-19 07:59:00.293393', 1, 100, 't') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "repository_content") VALUES (1, 1, '4915724824', '2007-11-19 07:59:01.991512', '情報通信ハンドブック2005', NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, '2007-11-19 07:59:01.991512', 'f') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '4897063590', '2007-11-19 07:59:02.618359', 'これからの生命科学研究者のためのバイオ特許入門講座', NULL, NULL, NULL, NULL, 'http://www.slis.keio.ac.jp/', 3, NULL, NULL, '2007-11-19 07:59:02.618359') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 471412791.0, '2007-11-19 07:59:03.275738', 'THE BIOTECH INVESTOR''S BIBLE', NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2007-11-19 07:59:03.275738') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '', '2007-11-19 07:59:04.333183', '顧客満足型マーケティングの構図', NULL, NULL, NULL, NULL, NULL, 5, NULL, NULL, '2007-11-19 07:59:04.333183') Fixture Insert (0.4ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '', '2007-11-19 07:59:05.255684', '仕組み革新の時代', NULL, NULL, NULL, NULL, NULL, 6, NULL, NULL, '2007-11-19 07:59:05.255684') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 470844701.0, '2007-11-19 07:59:06.892741', 'dictionary of e-business', NULL, NULL, NULL, NULL, NULL, 7, NULL, NULL, '2007-11-19 07:59:06.892741') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '4798101028', '2007-11-19 07:59:07.463333', 'Webサービス完全解説', NULL, NULL, NULL, NULL, NULL, 8, NULL, NULL, '2007-11-19 07:59:07.463333') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '4641143331', '2007-11-19 07:59:08.166195', '逐条解説不正競争防止法', NULL, NULL, NULL, NULL, NULL, 9, NULL, NULL, '2007-11-19 07:59:08.166195') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '9784774127804', '2007-11-19 07:59:09.799724', 'Apache Lucene入門 : Java・オープンソース・全文検索システムの構築', NULL, NULL, NULL, NULL, NULL, 10, NULL, NULL, '2007-11-19 07:59:09.799724') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id") VALUES (1, '4822281167', '2007-11-19 07:59:20.799724', 'Webサービス完全構築ガイド', NULL, NULL, NULL, NULL, NULL, 11, NULL, NULL, '2007-11-19 07:59:20.799724', 2) Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id") VALUES (1, NULL, '2007-11-19 07:59:21.799724', 'YouTube - Open Source ILS Song', NULL, NULL, NULL, NULL, 'http://jp.youtube.com/watch?v=BSHBzd9ftDE', 22, NULL, NULL, '2008-04-16 15:34:01.000000', 1) Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "isbn", "created_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "required_role_id", "updated_at") VALUES (1, NULL, '2007-11-19 07:58:58.799724', '世界の美しい図書館集めてみた【第一弾】', NULL, NULL, NULL, NULL, 'http://www.nicovideo.jp/watch/sm3015373', 23, NULL, NULL, 4, '2012-01-08 15:07:23') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 65, '2010-03-01 07:14:18.000000', 'CGI基礎講座 : Perl・プログラミング・日本語処理', NULL, NULL, NULL, NULL, NULL, 101, NULL, NULL, '2010-02-21 15:47:09.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 66, '2010-03-01 07:14:18.000000', 'CGIレスキュー実践Perlプログラミング : Web裏技', NULL, NULL, NULL, NULL, NULL, 102, NULL, NULL, '2010-02-21 14:57:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 67, '2010-03-01 07:14:18.000000', 'Perlクックブック. v.2', NULL, NULL, NULL, NULL, NULL, 103, NULL, NULL, '2010-02-21 10:51:48.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 68, '2010-03-01 07:14:18.000000', 'Perlクックブック. v.1', NULL, NULL, NULL, NULL, NULL, 104, NULL, NULL, '2010-02-21 10:51:33.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 69, '2010-03-01 07:14:18.000000', '初めてのPerl. 続', NULL, NULL, NULL, NULL, NULL, 105, NULL, NULL, '2010-02-21 10:48:14.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 70, '2010-03-01 07:14:18.000000', 'Perl & XML', NULL, NULL, NULL, NULL, NULL, 106, NULL, NULL, '2010-02-21 10:45:48.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 71, '2010-03-01 07:14:18.000000', 'はじめてのPerlモジュール : 厳選実用モジュール集', NULL, NULL, NULL, NULL, NULL, 107, NULL, NULL, '2010-02-21 09:59:01.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 108.0, '2010-03-01 07:14:18.000000', 'Perl 5パワフルテクニック大全集', NULL, NULL, NULL, NULL, NULL, 108, NULL, NULL, '2010-02-21 08:13:17.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 109.0, '2010-03-01 07:14:18.000000', 'CGI/Perlパワープログラミング', NULL, NULL, NULL, NULL, NULL, 109, NULL, NULL, '2010-02-20 17:26:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 72, '2010-03-01 07:14:18.000000', 'Ruby/GTKプログラミング入門 : Rubyで作って遊ぶGUIプログラミング', NULL, NULL, NULL, NULL, NULL, 110, NULL, NULL, '2010-02-19 13:09:56.000000') Fixture Insert (0.3ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 73, '2010-03-01 07:14:18.000000', 'すぐわかるPerl', NULL, NULL, NULL, NULL, NULL, 111, NULL, NULL, '2010-02-19 13:07:28.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 74, '2010-03-01 07:14:18.000000', 'CGIのための実践入門Perl : 対話的・動きのあるWebページを作ろう', NULL, NULL, NULL, NULL, NULL, 112, NULL, NULL, '2010-02-19 13:06:51.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 75, '2010-03-01 07:14:18.000000', 'プログラミングは難しくない! : ウェブではじめるJavaScript/Perl/Java', NULL, NULL, NULL, NULL, NULL, 113, NULL, NULL, '2010-02-19 11:02:27.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784756137470, '2010-03-01 07:14:18.000000', 'Rubyを256倍使うための本. 魔道編', NULL, NULL, NULL, '2001-03-20', NULL, 114, NULL, NULL, '2010-02-19 05:46:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 77, '2010-03-01 07:14:18.000000', '入門Perl', NULL, NULL, NULL, NULL, NULL, 115, NULL, NULL, '2010-02-19 05:40:17.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784756100917, '2010-03-01 07:14:18.000000', 'sed & awkプログラミング : UNIX power tools', NULL, NULL, NULL, '1991-12-24', NULL, 116, NULL, NULL, '2010-02-19 05:39:01.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 79, '2010-03-01 07:14:18.000000', 'Perlの達人', NULL, NULL, NULL, NULL, NULL, 117, NULL, NULL, '2010-02-18 10:23:27.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 118.0, '2010-03-01 07:14:18.000000', 'ナチ強制・絶滅収容所 : 18施設内の生と死', NULL, NULL, NULL, NULL, NULL, 118, NULL, NULL, '2010-02-17 01:12:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 119.0, '2010-03-01 07:14:18.000000', 'Perl基礎講座', NULL, NULL, NULL, NULL, NULL, 119, NULL, NULL, '2010-02-16 04:30:37.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784274063855, '2010-03-01 07:14:18.000000', 'Rubyプログラミング入門', NULL, NULL, NULL, '2000-10-01', NULL, 120, NULL, NULL, '2010-02-16 04:29:59.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 81, '2010-03-01 07:14:18.000000', 'Django×Python', NULL, NULL, NULL, NULL, NULL, 121, NULL, NULL, '2010-01-30 06:22:35.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 82, '2010-03-01 07:14:18.000000', 'みんなのPython', NULL, NULL, NULL, NULL, NULL, 122, NULL, NULL, '2010-01-30 06:17:32.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 83, '2010-03-01 07:14:18.000000', 'Rubyでgroonga使って全文検索 - ラングバ', NULL, NULL, NULL, NULL, NULL, 123, NULL, NULL, '2009-10-25 13:20:34.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 84, '2010-03-01 07:14:18.000000', 'まちづくり三鷹図書館(Ruby図書館情報システム デモサイト)', NULL, NULL, NULL, NULL, NULL, 124, NULL, NULL, '2009-10-20 13:46:44.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 85, '2010-03-01 07:14:18.000000', 'Ruby on Rails入門 : 優しいRailsの育て方', NULL, NULL, NULL, NULL, NULL, 125, NULL, NULL, '2009-10-16 05:16:48.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 86, '2010-03-01 07:14:18.000000', 'Ruby Cookbook', NULL, NULL, NULL, NULL, NULL, 126, NULL, NULL, '2009-06-29 12:44:11.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 87, '2010-03-01 07:14:18.000000', 'CGI programming on the World Wide Web', NULL, NULL, NULL, NULL, NULL, 127, NULL, NULL, '2009-06-19 13:45:14.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 128.0, '2010-03-01 07:14:18.000000', 'Genomic Perl', NULL, NULL, NULL, NULL, NULL, 128, NULL, NULL, '2009-06-19 13:27:46.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 129.0, '2010-03-01 07:14:18.000000', 'Indians of the Pacific Northwest', NULL, NULL, NULL, NULL, NULL, 129, NULL, NULL, '2009-06-19 12:16:23.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 88, '2010-03-01 07:14:18.000000', 'Massachusetts acid rain monitoring project / Massachusetts acid rain monitoring project A.R.M', NULL, NULL, NULL, NULL, NULL, 130, NULL, NULL, '2009-06-19 12:03:29.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 89, '2010-03-01 07:14:18.000000', 'International Symposium Genes and Chromosomes Structure and Function', NULL, NULL, NULL, NULL, NULL, 131, NULL, NULL, '2009-06-19 12:02:48.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 90, '2010-03-01 07:14:18.000000', 'Perl black book, 2nd edition', NULL, NULL, NULL, NULL, NULL, 132, NULL, NULL, '2009-06-19 11:42:02.000000') Fixture Insert (0.3ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 91, '2010-03-01 07:14:18.000000', 'Python scripting for computational science', NULL, NULL, NULL, NULL, NULL, 133, NULL, NULL, '2009-06-19 11:18:01.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 92, '2010-03-01 07:14:18.000000', 'Tests on a gold ore from the Ruby Basin, Black Hills', NULL, NULL, NULL, NULL, NULL, 134, NULL, NULL, '2009-06-19 11:06:07.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 93, '2010-03-01 07:14:18.000000', 'Official guide to programming with CGI.pm / Programming with CGI.pm / Official guide to programming with CGI.pm', NULL, NULL, NULL, NULL, NULL, 135, NULL, NULL, '2009-06-19 10:54:21.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 94, '2010-03-01 07:14:18.000000', 'Three little words [sound recording] / Nevertheless (I''m in love with you) / I love you so much / All alone Monday / Where did you get that girl? / Thinking of you / I wanna be loved by you / Who''s sorry now? / My sunny Tennessee / So long Oolong / Three little words', NULL, NULL, NULL, NULL, NULL, 136, NULL, NULL, '2009-06-19 10:46:46.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 95, '2010-03-01 07:14:18.000000', 'Femtosecond time-resolved spectroscopy of organic molecular crystals / Time-resolved spectroscopy of organic molecular crystals, Femtosecond', NULL, NULL, NULL, NULL, NULL, 137, NULL, NULL, '2009-06-19 10:18:59.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 138.0, '2010-03-01 07:14:18.000000', 'CGI programming with Perl', NULL, NULL, NULL, NULL, NULL, 138, NULL, NULL, '2009-06-19 09:19:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 139.0, '2010-03-01 07:14:18.000000', 'Python and XML / Python & XML / XML processing with Python', NULL, NULL, NULL, NULL, NULL, 139, NULL, NULL, '2009-06-19 09:19:02.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 96, '2010-03-01 07:14:18.000000', 'Perl cookbook / Solutions and examples for Perl programmers', NULL, NULL, NULL, NULL, NULL, 140, NULL, NULL, '2009-06-19 09:19:01.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 97, '2010-03-01 07:14:18.000000', 'Mastering Perl/Tk / Perl/Tk', NULL, NULL, NULL, NULL, NULL, 141, NULL, NULL, '2009-06-19 09:19:00.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 98, '2010-03-01 07:14:18.000000', 'Mastering algorithms with Perl / Practical programming through computer science', NULL, NULL, NULL, NULL, NULL, 142, NULL, NULL, '2009-06-19 09:18:58.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 99, '2010-03-01 07:14:18.000000', 'Programming Perl', NULL, NULL, NULL, NULL, NULL, 143, NULL, NULL, '2009-06-19 09:18:45.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 100, '2010-03-01 07:14:18.000000', 'Fort Worth & Tarrant County / Fort Worth and Tarrant County', NULL, NULL, NULL, NULL, NULL, 144, NULL, NULL, '2009-06-19 07:49:42.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 101, '2010-03-01 07:14:18.000000', 'Monty Python''s Spamalot [sound recording] / Spamalot / Spamalot / Monty Python and the Holy Grail (Motion picture)', NULL, NULL, NULL, NULL, NULL, 145, NULL, NULL, '2009-06-19 06:44:35.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 102, '2010-03-01 07:14:18.000000', 'AWK programming language', NULL, NULL, NULL, NULL, NULL, 146, NULL, NULL, '2009-06-19 06:28:27.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 103, '2010-03-01 07:14:18.000000', 'Toting the lead row', NULL, NULL, NULL, NULL, NULL, 147, NULL, NULL, '2009-06-19 02:16:22.000000') Fixture Insert (0.5ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 148.0, '2010-03-01 07:14:18.000000', 'Afro-American blues and game songs', NULL, NULL, NULL, NULL, NULL, 148, NULL, NULL, '2009-06-19 02:09:17.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 149.0, '2010-03-01 07:14:18.000000', 'Perl/Tk pocket reference', NULL, NULL, NULL, NULL, NULL, 149, NULL, NULL, '2009-06-19 01:10:56.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 104, '2010-03-01 07:14:18.000000', 'politics of improving urban air quality', NULL, NULL, NULL, NULL, NULL, 150, NULL, NULL, '2009-06-19 00:42:38.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 105, '2010-03-01 07:14:18.000000', 'Perl developer''s dictionary', NULL, NULL, NULL, NULL, NULL, 151, NULL, NULL, '2009-06-19 00:13:13.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 106, '2010-03-01 07:14:18.000000', 'Andrテδゥ Poitiers', NULL, NULL, NULL, NULL, NULL, 152, NULL, NULL, '2009-06-18 23:58:14.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 107, '2010-03-01 07:14:18.000000', 'PERL and CGI for the World Wide Web [electronic resource] / Visual QuickStart guide', NULL, NULL, NULL, NULL, NULL, 153, NULL, NULL, '2009-06-18 23:43:08.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 108, '2010-03-01 07:14:18.000000', 'Python tutorial', NULL, NULL, NULL, NULL, NULL, 154, NULL, NULL, '2009-06-18 23:17:40.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 109, '2010-03-01 07:14:18.000000', 'Line shapes of paramagnetic resonances in ruby', NULL, NULL, NULL, NULL, NULL, 155, NULL, NULL, '2009-06-18 22:44:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 110, '2010-03-01 07:14:18.000000', 'Perl programmer''s reference', NULL, NULL, NULL, NULL, NULL, 156, NULL, NULL, '2009-06-18 22:19:34.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 111, '2010-03-01 07:14:18.000000', 'Technological capabilities in developing countries', NULL, NULL, NULL, NULL, NULL, 157, NULL, NULL, '2009-06-18 21:58:42.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 158.0, '2010-03-01 07:14:18.000000', 'phenomena of vagueness', NULL, NULL, NULL, NULL, NULL, 158, NULL, NULL, '2009-06-18 21:44:38.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 159.0, '2010-03-01 07:14:18.000000', 'theory of consumer''s demand', NULL, NULL, NULL, NULL, NULL, 159, NULL, NULL, '2009-06-18 21:10:02.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 112, '2010-03-01 07:14:18.000000', 'theory of consumer''s demand', NULL, NULL, NULL, NULL, NULL, 160, NULL, NULL, '2009-06-18 21:10:01.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 113, '2010-03-01 07:14:18.000000', 'Monty Python, Shakespeare, and English Renaissance drama', NULL, NULL, NULL, NULL, NULL, 161, NULL, NULL, '2009-06-18 20:37:58.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 114, '2010-03-01 07:14:18.000000', 'Analyzing computer system performance with PERL::PDQ', NULL, NULL, NULL, NULL, NULL, 162, NULL, NULL, '2009-06-18 20:29:54.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 115, '2010-03-01 07:14:18.000000', 'equilibrium of the reaction between the manganate, permanganate, and hydroxide of potassium, and manganese dioxide', NULL, NULL, NULL, NULL, NULL, 163, NULL, NULL, '2009-06-18 20:16:44.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 116, '2010-03-01 07:14:18.000000', 'Stimulated optical emission in ruby', NULL, NULL, NULL, NULL, NULL, 164, NULL, NULL, '2009-06-18 20:05:25.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 117, '2010-03-01 07:14:18.000000', 'Strategic planning and risk analysis', NULL, NULL, NULL, NULL, NULL, 165, NULL, NULL, '2009-06-18 17:41:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 118, '2010-03-01 07:14:18.000000', 'Performance assertion checking', NULL, NULL, NULL, NULL, NULL, 166, NULL, NULL, '2009-06-18 17:34:03.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 119, '2010-03-01 07:14:18.000000', 'Spin-lattice relaxation time of ruby', NULL, NULL, NULL, NULL, NULL, 167, NULL, NULL, '2009-06-18 16:26:38.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 168.0, '2010-03-01 07:14:18.000000', 'Mourning Ruby', NULL, NULL, NULL, NULL, NULL, 168, NULL, NULL, '2009-06-18 16:25:25.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 169.0, '2010-03-01 07:14:18.000000', 'statistical analysis of banking performance in the Eastern Caribbean Currency Union in the 1990s', NULL, NULL, NULL, NULL, NULL, 169, NULL, NULL, '2009-06-18 15:53:44.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 120, '2010-03-01 07:14:18.000000', 'Professional Perl programming / Perl programming', NULL, NULL, NULL, NULL, NULL, 170, NULL, NULL, '2009-06-18 15:52:50.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 121, '2010-03-01 07:14:18.000000', 'Perl in a nutshell', NULL, NULL, NULL, NULL, NULL, 171, NULL, NULL, '2009-06-18 15:40:53.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 122, '2010-03-01 07:14:18.000000', 'Programming Web services with Perl', NULL, NULL, NULL, NULL, NULL, 172, NULL, NULL, '2009-06-18 15:34:21.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 123, '2010-03-01 07:14:18.000000', 'Proceedings of the Trieste Workshop on the search for New Elementary Particles / International journal of modern physics / Search for new elementary particles', NULL, NULL, NULL, NULL, NULL, 173, NULL, NULL, '2009-06-18 15:08:06.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 124, '2010-03-01 07:14:18.000000', 'Europeras 3 & 4 / Europera', NULL, NULL, NULL, NULL, NULL, 174, NULL, NULL, '2009-06-18 15:05:43.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 125, '2010-03-01 07:14:18.000000', 'Retreats from realism in recent English drama', NULL, NULL, NULL, NULL, NULL, 175, NULL, NULL, '2009-06-18 15:03:06.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 126, '2010-03-01 07:14:18.000000', 'Python programming patterns', NULL, NULL, NULL, NULL, NULL, 176, NULL, NULL, '2009-06-18 14:52:11.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 127, '2010-03-01 07:14:18.000000', 'Beginning Perl for bioinformatics', NULL, NULL, NULL, NULL, NULL, 177, NULL, NULL, '2009-06-18 13:45:13.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 178.0, '2010-03-01 07:14:18.000000', 'Learning Perl', NULL, NULL, NULL, NULL, NULL, 178, NULL, NULL, '2009-06-18 13:45:11.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 179.0, '2010-03-01 07:14:18.000000', 'Effective awk programming', NULL, NULL, NULL, NULL, NULL, 179, NULL, NULL, '2009-06-18 13:45:09.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 180.0, '2010-03-01 07:14:18.000000', 'Python standard library / Annotated reference for Python 2.0', NULL, NULL, NULL, NULL, NULL, 180, NULL, NULL, '2009-06-18 13:45:04.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 181.0, '2010-03-01 07:14:18.000000', 'Programming Python', NULL, NULL, NULL, NULL, NULL, 181, NULL, NULL, '2009-06-18 13:45:04.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 182.0, '2010-03-01 07:14:18.000000', 'Perl CD bookshelf', NULL, NULL, NULL, NULL, NULL, 182, NULL, NULL, '2009-06-18 13:44:56.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 183.0, '2010-03-01 07:14:18.000000', 'Programming Perl', NULL, NULL, NULL, NULL, NULL, 183, NULL, NULL, '2009-06-18 13:44:55.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 184.0, '2010-03-01 07:14:18.000000', 'Sed & awk pocket reference / Sed and awk pocket reference', NULL, NULL, NULL, NULL, NULL, 184, NULL, NULL, '2009-06-18 13:44:54.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 185.0, '2010-03-01 07:14:18.000000', 'Perl power!', NULL, NULL, NULL, NULL, NULL, 185, NULL, NULL, '2009-06-18 13:41:37.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 186.0, '2010-03-01 07:14:18.000000', 'ATOKダイレクト API for Perl / Ruby?|?さらに使いこなす?|?ATOK.com', NULL, NULL, NULL, NULL, NULL, 186, NULL, NULL, '2008-12-19 17:52:47.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 187.0, '2010-03-01 07:14:18.000000', 'Welcome ― Ruby Enterprise Edition', NULL, NULL, NULL, NULL, NULL, 187, NULL, NULL, '2008-10-19 15:58:50.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 188.0, '2010-03-01 07:14:18.000000', 'Pythonクックブック', NULL, NULL, NULL, NULL, NULL, 188, NULL, NULL, '2008-08-22 00:27:29.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 189.0, '2010-03-01 07:14:18.000000', 'みんなのPython インデントの世界へようこそ! object oriented-lightweight language Python', NULL, NULL, NULL, NULL, NULL, 189, NULL, NULL, '2008-08-22 00:20:59.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 190.0, '2010-03-01 07:14:18.000000', 'Django | The Web framework for perfectionists with deadlines', NULL, NULL, NULL, NULL, NULL, 190, NULL, NULL, '2008-05-20 13:06:31.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 191.0, '2010-03-01 07:14:18.000000', 'fac-back-opac - Google Code', NULL, NULL, NULL, NULL, NULL, 191, NULL, NULL, '2008-05-19 22:36:11.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784873113241, '2010-03-01 07:14:18.000000', 'Rubyクックブック', NULL, NULL, NULL, '2007-04-27', NULL, 192, NULL, NULL, '2008-03-05 01:37:55.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "isbn10", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784797340044, 4797340045, '2010-03-01 07:14:18.000000', 'Rubyレシピブック', NULL, NULL, NULL, '2007-02-01', NULL, 193, NULL, NULL, '2008-03-05 01:30:39.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 194.0, '2010-03-01 07:14:18.000000', '初めてのPerl 第3版', NULL, NULL, NULL, NULL, NULL, 194, NULL, NULL, '2007-11-19 17:56:37.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 195.0, '2010-03-01 07:14:18.000000', '続・初めてのPerl 改訂版', NULL, NULL, NULL, NULL, NULL, 195, NULL, NULL, '2007-11-19 17:55:42.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784797336610, '2010-03-01 07:14:18.000000', 'たのしいRuby 第2版 Rubyではじめる気軽なプログラミング', NULL, NULL, NULL, '2006-08-05', NULL, 196, NULL, NULL, '2007-11-19 17:55:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, NULL, '2010-03-15 07:14:18.000000', 'Ruby', NULL, NULL, NULL, NULL, NULL, 197, NULL, NULL, '2007-11-19 17:55:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, NULL, '2010-03-15 07:14:18.000000', '紅玉の本', NULL, NULL, NULL, NULL, NULL, 198, NULL, NULL, '2007-11-19 17:55:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "frequency_id", "issn") VALUES (1, 1, 9876543210201, '2010-03-01 07:14:18.000000', 'テスト雑誌1月号', NULL, NULL, NULL, NULL, NULL, 201, NULL, NULL, '2007-11-19 17:55:41.000000', 3, 12345678) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "frequency_id", "issn") VALUES (1, 1, 9876543210202, '2010-03-01 07:14:18.000000', 'テスト雑誌2月号', NULL, NULL, NULL, NULL, NULL, 202, NULL, NULL, '2007-11-19 17:55:41.000000', 3, 12345678) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "frequency_id") VALUES (1, 1, 9876543210203, '2010-03-01 07:14:18.000000', 'テスト単行本記事', NULL, NULL, NULL, NULL, NULL, 203, NULL, NULL, '2010-03-03 17:00:00.000000', 1) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 5555567890001, '2010-03-03 11:00:00.000000', 'テスト雑誌1月号の記事1', NULL, NULL, NULL, NULL, NULL, 204, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 5555567890002, '2010-03-03 11:00:00.000000', 'テスト雑誌1月号の記事2', NULL, NULL, NULL, NULL, NULL, 205, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 5555567890003, '2010-03-03 11:00:00.000000', 'テスト雑誌2月号の記事1', NULL, NULL, NULL, NULL, NULL, 206, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9876543210207, '2010-03-03 11:00:00.000000', '試験単行本', NULL, NULL, NULL, NULL, NULL, 207, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, NULL, '2010-03-16 02:00:00.000000', 'ある出版物', NULL, NULL, NULL, NULL, NULL, 208, NULL, NULL, '2010-03-16 11:00:00.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Admin専用1', NULL, NULL, NULL, NULL, NULL, 209, NULL, NULL, '2010-03-19 13:00:00.000000', 4) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Admin専用2', NULL, NULL, NULL, NULL, NULL, 210, NULL, NULL, '2010-03-19 13:00:00.000000', 4, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Librarian以上用1', NULL, NULL, NULL, NULL, NULL, 211, NULL, NULL, '2010-03-19 13:00:00.000000', 3, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Librarian以上用2', NULL, NULL, NULL, NULL, NULL, 212, NULL, NULL, '2010-03-19 13:00:00.000000', 3, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認User以上用1', NULL, NULL, NULL, NULL, NULL, 213, NULL, NULL, '2010-03-19 13:00:00.000000', 2, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認User以上用2', NULL, NULL, NULL, NULL, NULL, 214, NULL, NULL, '2010-03-19 13:00:00.000000', 2, 'f') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認', NULL, NULL, NULL, NULL, NULL, 215, NULL, NULL, '2010-03-19 13:00:00.000000', 1, 't') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認', NULL, NULL, NULL, NULL, NULL, 216, NULL, NULL, '2010-03-19 13:00:00.000000', 1, 'f') Fixture Delete (0.2ms) DELETE FROM "patron_merges" Fixture Insert (0.1ms) INSERT INTO "patron_merges" ("updated_at", "id", "patron_id", "patron_merge_list_id", "created_at") VALUES ('2008-02-17 09:51:36.776009', 1, 1, 1, '2008-02-17 09:51:36.776009') Fixture Insert (0.1ms) INSERT INTO "patron_merges" ("updated_at", "id", "patron_id", "patron_merge_list_id", "created_at") VALUES ('2008-02-17 10:14:03.461761', 2, 2, 1, '2008-02-17 10:10:36.282814') Fixture Insert (0.1ms) INSERT INTO "patron_merges" ("updated_at", "patron_id", "patron_merge_list_id", "id", "created_at") VALUES ('2008-02-17 10:19:19.265557', 3, 1, 3, '2008-02-17 10:19:19.265557') Fixture Delete (0.3ms) DELETE FROM "patrons" Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'Administrator', NULL, 'Administrator', '2007-11-21 13:01:56.137409', '', 1, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:06:06.507237', 1) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'Librarian1', NULL, 'Librarian1', '2007-11-21 13:02:10.359793', '', 2, '2000-01-01', NULL, NULL, 1, 1, 1, 4, '2007-11-19 08:06:07.724517', 2) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES (NULL, 'Kosuke', 'Tanabe', 'Kosuke Tanabe', '2007-12-04 07:25:01.523618', NULL, 3, '2000-01-01', NULL, NULL, 1, 1, 1, 3, '2007-12-04 07:25:01.523618', 3) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES (NULL, 'Librarian2', NULL, 'Librarian2', '2007-12-04 07:25:01.785027', NULL, 4, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-12-04 07:25:01.785027', 4) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'User2', NULL, 'User2', '2007-11-21 13:02:35.579396', '', 5, '2000-01-01', NULL, NULL, 1, 1, 1, 2, '2007-11-19 08:24:50.153417', 5) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 1', NULL, 'New patron 1', '2007-11-21 13:02:35.579396', '', 6, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 2', NULL, 'New patron 2', '2007-11-21 13:02:35.579396', '', 7, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 3', NULL, 'New patron 3', '2007-11-21 13:02:35.579396', '', 8, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 4', NULL, 'New patron 4', '2007-11-21 13:02:35.579396', '', 9, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 5', NULL, 'New patron 5', '2007-11-21 13:02:35.579396', '', 10, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.3ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'User3', NULL, 'User3', '2007-11-21 13:02:35.579396', '', 11, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417', 6) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'テスト名字', 'テスト名前', 'テスト正式名称', '2010-03-03 08:00:00.579396', '', 101, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2010-03-03 08:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, '出版社テスト', '2010-03-03 08:00:00.579396', '', 102, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-03 08:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, '作者ダミー', '2010-03-16 10:00:00.579396', '', 103, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-16 10:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, '試験用会社', '2010-03-16 10:00:00.579396', '', 104, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-16 10:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, 'オーム社', '2010-03-15 08:00:00.579396', '', 201, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-15 08:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, 'Ruby社', '2010-03-15 08:00:00.579396', '', 202, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-15 08:00:00.579396') Fixture Delete (0.1ms) DELETE FROM "roles" Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('Guest', 'Guest', 1, NULL, '2012-01-08 15:07:27', '2012-01-08 15:07:27') Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('User', 'User', 2, NULL, '2012-01-08 15:07:27', '2012-01-08 15:07:27') Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('Librarian', 'Librarian', 3, NULL, '2012-01-08 15:07:27', '2012-01-08 15:07:27') Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('Administrator', 'Administrator', 4, NULL, '2012-01-08 15:07:27', '2012-01-08 15:07:27') Fixture Delete (0.2ms) DELETE FROM "series_has_manifestations" Fixture Insert (0.1ms) INSERT INTO "series_has_manifestations" ("updated_at", "manifestation_id", "series_statement_id", "id", "position", "created_at") VALUES ('2008-01-11 14:28:19.277110', 1, 1, 1, 1, '2008-01-11 14:28:19.277110') Fixture Insert (0.1ms) INSERT INTO "series_has_manifestations" ("updated_at", "manifestation_id", "series_statement_id", "id", "position", "created_at") VALUES ('2008-01-11 14:28:57.068191', 2, 2, 2, 1, '2008-01-11 14:28:57.068191') Fixture Insert (0.1ms) INSERT INTO "series_has_manifestations" ("updated_at", "manifestation_id", "series_statement_id", "id", "position", "created_at") VALUES ('2008-01-11 14:32:03.701425', 3, 3, 3, 1, '2008-01-11 14:32:03.701425') Fixture Delete (0.1ms) DELETE FROM "series_statement_merge_lists" Fixture Insert (0.1ms) INSERT INTO "series_statement_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 04:36:49.835774', 'test1', 1, '2008-02-18 04:36:49.835774') Fixture Insert (0.1ms) INSERT INTO "series_statement_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:10.743437', 'test2', 2, '2008-02-18 07:13:10.743437') Fixture Insert (0.1ms) INSERT INTO "series_statement_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:14.963116', 'test3', 3, '2008-02-18 07:13:14.963116') Fixture Delete (0.2ms) DELETE FROM "series_statement_merges" Fixture Insert (0.1ms) INSERT INTO "series_statement_merges" ("updated_at", "id", "series_statement_id", "series_statement_merge_list_id", "created_at") VALUES ('2008-02-17 09:51:36.776009', 1, 1, 1, '2008-02-17 09:51:36.776009') Fixture Insert (1.6ms) INSERT INTO "series_statement_merges" ("updated_at", "id", "series_statement_id", "series_statement_merge_list_id", "created_at") VALUES ('2008-02-17 10:14:03.461761', 2, 2, 1, '2008-02-17 10:10:36.282814') Fixture Insert (0.1ms) INSERT INTO "series_statement_merges" ("updated_at", "series_statement_id", "series_statement_merge_list_id", "id", "created_at") VALUES ('2008-02-17 10:19:19.265557', 3, 1, 3, '2008-02-17 10:19:19.265557') Fixture Delete (0.2ms) DELETE FROM "series_statements" Fixture Insert (0.1ms) INSERT INTO "series_statements" ("id", "original_title", "position", "created_at", "updated_at") VALUES (1, 'title1', 1, '2012-01-08 15:07:27', '2012-01-08 15:07:27') Fixture Insert (0.1ms) INSERT INTO "series_statements" ("id", "original_title", "position", "created_at", "updated_at") VALUES (2, 'title2', 2, '2012-01-08 15:07:27', '2012-01-08 15:07:27') Fixture Delete (0.1ms) DELETE FROM "user_has_roles" Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (1, 4, '2012-01-08 15:07:27', '2012-01-08 15:07:27', 135138680) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (2, 3, '2012-01-08 15:07:27', '2012-01-08 15:07:27', 344583537) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (3, 2, '2012-01-08 15:07:27', '2012-01-08 15:07:27', 206669143) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (4, 3, '2012-01-08 15:07:27', '2012-01-08 15:07:27', 226540757) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (5, 2, '2012-01-08 15:07:27', '2012-01-08 15:07:27', 358143215) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (6, 2, '2012-01-08 15:07:27', '2012-01-08 15:07:27', 576709754) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (7, 2, '2012-01-08 15:07:27', '2012-01-08 15:07:27', 1010528733) Fixture Delete (0.2ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:16:30.163731', '$2a$10$vHohD1WflnTIqAa8zMkF9evwAgIZRw3XuR4d3bi29M.jph/MB/AJi', 2, 1, NULL, 'admin', 'tanabe@kamata.lib.teu.ac.jp', '2007-11-19 07:58:32.111941', 4) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 03:41:16.337474', '$2a$10$9O2VuTccN4gHq36ARg0QReSrb1D7WrBBhZZ759RM9moHbB0W5zCzS', 1, 2, NULL, 'librarian1', 'librarian1@kamata.lib.teu.ac.jp', '2007-11-19 07:58:33.172441', 1) Fixture Insert (0.2ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:02:25.101261', '$2a$10$JthS59A0BNkDOoFpCXM0V.GhhffKaoWKbzpPahYp/vTFrOyM7h/uW', 1, 3, NULL, 'user1', 'user1@kamata.lib.teu.ac.jp', '2007-11-19 07:58:34.637413', 3) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "created_at", "required_role_id") VALUES ('2008-05-31 03:42:23.340575', '$2a$10$YmmTGrYQ1Ir6oc7wXnp.GuNeO1eYLoP3sv8wMSIrTdaGw2BPwRrpS', 1, 4, NULL, 'librarian2', '2008-01-18 03:24:04.222344', 1) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "created_at", "required_role_id") VALUES ('2008-05-31 03:42:44.711117', '$2a$10$i7UjJhLVrJM/J7qaTwW39OXw1NiwowUEbtNHVDV0sqMLjX9.UO9ca', 1, 5, NULL, 'user2', '2008-01-18 04:29:06.922728', 2) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:02:25.101261', 'cc53de0c2d9a1a228daa9a673ec824473747e17507a6c3c4f7e5eff8821f531d4b9e23616b3ddc66fe17006b2298a556fbd567ac080e87f00f37eef8cee6c417', 1, 6, NULL, 'user3', 'user3@kamata.lib.teu.ac.jp', '2007-11-19 07:58:34.637413', 3) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:02:25.101261', 'cc53de0c2d9a1a228daa9a673ec824473747e17507a6c3c4f7e5eff8821f531d4b9e23616b3ddc66fe17006b2298a556fbd567ac080e87f00f37eef8cee6c417', 1, 7, NULL, 'user4', 'user4@kamata.lib.teu.ac.jp', '2007-11-19 07:58:34.637413', 3)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:27 UTC +00:00], ["title", "patron_merge_list_65"], ["updated_at", Sun, 08 Jan 2012 15:07:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (6.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_1"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_15@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_15@example.jp"], ["encrypted_password", "$2a$04$FMDjVz31JULarZBXwAoete7q1XTh0kLv/hfnG/KaCpgmae8gTTO.i"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "admin_15"]] SQL (0.4ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.163737' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 78ms (Views: 65.4ms | ActiveRecord: 0.6ms | Solr: 0.0ms) PatronMerge Load (0.2ms) SELECT "patron_merges".* FROM "patron_merges" PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" LIMIT 10 OFFSET 0  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["title", "patron_merge_list_66"], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_2"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_17@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (69.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_17@example.jp"], ["encrypted_password", "$2a$04$9a6Jyji2tekdjDx3eV0Zge4rj1FBHJeuLg8uut1sm3OVUKv.O169y"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "librarian_17"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.379858' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) PatronMerge Load (0.2ms) SELECT "patron_merges".* FROM "patron_merges"  PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" LIMIT 10 OFFSET 0  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["title", "patron_merge_list_67"], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_3"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_14@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_14@example.jp"], ["encrypted_password", "$2a$04$w2KauPONFbl1TKtKmOxaG.Dc.SKqDK9cUPYQJVGVrx/uYZiOqjqne"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "user_14"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.430920' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "patron_merges" WHERE ('t'='f')  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["title", "patron_merge_list_68"], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_4"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.1ms) SELECT COUNT(*) FROM "patron_merges" WHERE ('t'='f') Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_16@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_16@example.jp"], ["encrypted_password", "$2a$04$xe13enV4yyKh7VZb0RHqB.L9nl9v/DLQwFWfexBZZc8VC0YQmvmVC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "admin_16"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.492361' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["title", "patron_merge_list_69"], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (7.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_5"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.2ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 44ms (Views: 35.0ms | ActiveRecord: 0.5ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_18@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (76.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_18@example.jp"], ["encrypted_password", "$2a$04$hDpS3RIMtKpPsw0nVyQc4uE7ocgQizkAc0BC9.fNDv0W7lci6N1s2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "librarian_18"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.647684' WHERE "roles"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["title", "patron_merge_list_70"], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (4.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_6"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_15@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_15@example.jp"], ["encrypted_password", "$2a$04$qRukILwVj6JoCs0r/PPpYuO8Sz/0HZGBWNwmGw9tMdt91oxaAm4Sm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "user_15"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.700655' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["title", "patron_merge_list_71"], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_7"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["title", "patron_merge_list_72"], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_8"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_17@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_17@example.jp"], ["encrypted_password", "$2a$04$VrhT.T21mU7.7TX.cojP1OpkJn6ohLBi.tciv9Dbvp4BoC9UDPn5K"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "admin_17"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.778671' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 15ms (Views: 4.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_19@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (60.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_19@example.jp"], ["encrypted_password", "$2a$04$qP2jDexu9YHEdXLWeBSg3.jMPjEGPJ6q0W5CcfGojh4wpFbAdQ60K"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "librarian_19"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.874062' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_16@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (6.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_16@example.jp"], ["encrypted_password", "$2a$04$LMRucYU3fpN5xz2CRrkR/.PO2QHmgXDDEhmFlMvbBDRqCjHHIX6lG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "user_16"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.908641' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 2.1ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Processing by PatronMergesController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_18@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_18@example.jp"], ["encrypted_password", "$2a$04$u6NiiDZaAENgVZqGSucGMebeKONldcAJnaixYu5CV8koXca0kfC1y"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "admin_18"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:28.953308' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["title", "patron_merge_list_73"], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_9"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.5ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 15ms (Views: 5.8ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_20@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_20@example.jp"], ["encrypted_password", "$2a$04$4K/8n6pK0LkuyaRtk9fKY.ZorWQgxFLlkIVdrV3ILnKAe3qiYpv1i"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:28 UTC +00:00], ["user_group_id", nil], ["username", "librarian_20"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.005362' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_74"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_10"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_17@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_17@example.jp"], ["encrypted_password", "$2a$04$gYcYZiEcw5FhQ.3guvq0ZuReaHPUuCVWUGQaKZz23iaw1vwpVBvY2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "user_17"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.051538' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_75"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (79.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_11"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_76"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.2ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_12"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_77"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_13"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_19@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_19@example.jp"], ["encrypted_password", "$2a$04$X8L6AsV9lIBqE1yc4ns85.ZiIRS6TGSxanl75pzQnsdP6klP3f5me"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "admin_19"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.216568' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 26ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_78"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_14"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (64.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_20@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_20@example.jp"], ["encrypted_password", "$2a$04$B2QE.hHxLIjvBJpaqrgz2.e2zfn0FKymtuF1t0qqAD6DExObNkPJK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "admin_20"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.337148' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 25ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_79"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_15"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_21@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_21@example.jp"], ["encrypted_password", "$2a$04$sOpbIo4CbKzM5fpkxu5nzuZKuu3Pbx6aaSe1iAJlym.YSaJpi6pmW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "admin_21"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.401210' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_80"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_16"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_22@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_22@example.jp"], ["encrypted_password", "$2a$04$/NAjXrimJmfy5gDI9d.EsO2eMg3847EKDiG2nTTcFLx9Kj7mBrBBy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "admin_22"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.446115' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_81"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (70.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_17"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_21@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_21@example.jp"], ["encrypted_password", "$2a$04$.87Hx5NIpOB58S2oDTYvGO0HI0ZHc.fjRdBegiARoT5jdh4PZLwGy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "librarian_21"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.552957' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 13ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_82"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_18"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_22@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_22@example.jp"], ["encrypted_password", "$2a$04$AFdUvFTf5CN3BrmbnYznx.rV/R3UlMEKC.ShVNDm6JKDs0WvYbhwm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "librarian_22"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.598603' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 15ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_83"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_19"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_23@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_23@example.jp"], ["encrypted_password", "$2a$04$cvML8ysUvh1u4L2jfdK5wuIOaKt4TV3OuerJWFpC6r5XZgAlsiUSi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "librarian_23"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.645752' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_84"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (66.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_20"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_24@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_24@example.jp"], ["encrypted_password", "$2a$04$cGoh0YKz8IeXOOy2MqQNHOEeEwHOzR57asW75XL4WNMiYnf.o.6wy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "librarian_24"]] SQL (0.5ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.756827' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_85"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_21"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_18@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_18@example.jp"], ["encrypted_password", "$2a$04$Hy/ogTc/.FB8fXPPAYxtbu9CNGXUytjQfBrS8YzEgus3syv.oPuQK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "user_18"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.798751' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 9ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_86"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (5.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_22"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_19@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_19@example.jp"], ["encrypted_password", "$2a$04$cNEOwX7Wq.RqEjEFTfllnei9empcfQ5amq1FbhYIsyXhiUzhSK/Qq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "user_19"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.841873' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 14ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_87"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_23"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_20@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (68.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_20@example.jp"], ["encrypted_password", "$2a$04$DhqKNubne2i59ntY.bl0Nu6eU9Q9j2zRKx9OVJUGVOhRIFwtdEs3u"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_group_id", nil], ["username", "user_20"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:29.956149' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 15ms (Views: 2.7ms | ActiveRecord: 0.6ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["title", "patron_merge_list_88"], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (7.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_24"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:29 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_21@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_21@example.jp"], ["encrypted_password", "$2a$04$XN/uL/u.XK7sNIszV6Vh5u3MzVxOqeCJab9rgGoic2EG/oInOfxpW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_group_id", nil], ["username", "user_21"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:30.010135' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_89"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_25"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_90"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (6.2ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_26"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_91"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (74.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_27"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_92"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_28"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_93"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_29"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_94"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_30"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_23@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_23@example.jp"], ["encrypted_password", "$2a$04$FjH7qJ36zlo3olIZWpOyAekDMaSZL3dlDKy33HzSx9VDByFY/9/d6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_group_id", nil], ["username", "admin_23"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:30.242705' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-01-08 15:07:30.258122' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 16ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_95"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (79.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_31"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_96"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_32"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_24@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_24@example.jp"], ["encrypted_password", "$2a$04$SRBghX15Bya8RZaDhR6iVOBrzI44DGv4aeLHSkmQ.38K5/jkhIiW6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_group_id", nil], ["username", "admin_24"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:30.379858' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-01-08 15:07:30.396976' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 14ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_97"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_33"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_98"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (8.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_34"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_25@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_25@example.jp"], ["encrypted_password", "$2a$04$lHPpi3wbka/8jMDKAUppA./Ms6o/QrGHEAsEzvIjkPQbqGOgB/EMi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_group_id", nil], ["username", "admin_25"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:30.449281' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 73ms (Views: 1.3ms | ActiveRecord: 0.7ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_99"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (9.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_35"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_100"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_36"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_25@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_25@example.jp"], ["encrypted_password", "$2a$04$QD2sOgYePKen1sQS8jG/g.mwN.oXeasDLlJvmzSPTG1mcjx8ccdpC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_group_id", nil], ["username", "librarian_25"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:30.578845' WHERE "roles"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-01-08 15:07:30.600454' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 14ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_101"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_37"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.6ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_102"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (66.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_38"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_26@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_26@example.jp"], ["encrypted_password", "$2a$04$.4Egt9tp0EuPHOvh4W/uVO07XOBBmA/eGO9QIB40thObSmcOMSn1S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_group_id", nil], ["username", "librarian_26"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:30.705396' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-01-08 15:07:30.721056' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 15ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_103"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.2ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_39"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_104"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_40"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.3ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_27@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_27@example.jp"], ["encrypted_password", "$2a$04$yTvbklP8WUu0jMD1u89jwOiP5my2cMPLElooCkHhnCGyoDT6pHPLa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_group_id", nil], ["username", "librarian_27"]] SQL (0.7ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:30.770019' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 1.2ms | ActiveRecord: 0.7ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_105"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_41"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_106"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (79.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_42"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_22@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_22@example.jp"], ["encrypted_password", "$2a$04$BwT70juiYJACqH1/prR2AeoreYZrW5AjIipUNZq5W7NLBblR3d.Ye"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_group_id", nil], ["username", "user_22"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:30.904168' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 1.4ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_107"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_43"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_108"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_44"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_23@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_23@example.jp"], ["encrypted_password", "$2a$04$kCgehrnRT69rDNBLEBfFeOVg.mDLtpoYj8V5QKg4jUeEFrdlxLcWS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_group_id", nil], ["username", "user_23"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:30.955043' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 7ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_109"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (4.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_45"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["title", "patron_merge_list_110"], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (40.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_46"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:30 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_24@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_24@example.jp"], ["encrypted_password", "$2a$04$3fn8P5sVNyCe8qG5A77pZOMXLZDYjGiAF7DdKwQR1AjX5XubHLAUK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "user_24"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.029194' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_111"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.2ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_47"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_112"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_48"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_113"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.2ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_49"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_114"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (40.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_50"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_115"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (4.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_51"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_116"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_52"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_117"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_53"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_26@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_26@example.jp"], ["encrypted_password", "$2a$04$/QPfSsGG6CqH6dG5uIyRoeYGqmYILsybtEhEwUt8d/YeKAfMCDXam"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_26"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.168237' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 46ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_118"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_54"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_27@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_27@example.jp"], ["encrypted_password", "$2a$04$RGs74QMjsic6TFg/O2J7Ru1U6sSTVvwXEqda9thXmM5DmrPIif4ja"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_27"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.235197' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 5ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_119"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (4.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_55"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_28@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_28@example.jp"], ["encrypted_password", "$2a$04$.UU/ggpG9s7FNHtL.qLKV.8AsJLkqFFcrqZa1BxQ0ErNpzTsOB9.6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "librarian_28"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.264882' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 6ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_120"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_56"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_29@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_29@example.jp"], ["encrypted_password", "$2a$04$zYSO87ucsHLuNxrderfmzOAgiNH4B.vdIKc5bzQjAbDIkuHsroyLq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "librarian_29"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.293821' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 46ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_121"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_57"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_25@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_25@example.jp"], ["encrypted_password", "$2a$04$iwD/95M90/FeM1BHPa7Z2uFd.uLMr9k/.VC7XAcuNHHHsugXY3sH6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "user_25"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.361768' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 1.0ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_122"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_58"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_26@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_26@example.jp"], ["encrypted_password", "$2a$04$3P8euTL9Z6Z..fW.w.ubieLqrdUPD9J2mXVg/ibqcl5b4FBimT8v2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "user_26"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.388831' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_123"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_59"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "patron_merge_list_124"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (42.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_60"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_28@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_28@example.jp"], ["encrypted_password", "$2a$04$XdFrRWi8rRc30PpMkhyLweTolJ7Ex1KGI1DT.MeIlJxS5YK4KVf1W"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_28"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.481393' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 33ms (Views: 27.4ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_30@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_30@example.jp"], ["encrypted_password", "$2a$04$cjntgg/j6xvIerYiyp8Ob.VfHrKZJ2PbK3KqOWYKB90tDpRpMVV82"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "librarian_30"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.527755' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_27@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_27@example.jp"], ["encrypted_password", "$2a$04$uVJYtroo1oY.MC2wInn2C.ylCCMkbu5O7DURu/idh6CIbkhGvQJk."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "user_27"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.546975' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "series_statement_merge_lists" WHERE ('t'='f') Processing by SeriesStatementMergeListsController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.1ms) SELECT COUNT(*) FROM "series_statement_merge_lists" WHERE ('t'='f') Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_29@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_29@example.jp"], ["encrypted_password", "$2a$04$53ztqB0m3W.mdiVfHcnhPeGHHBVFzqb64KBbGphCDh4/oKZKoQ6ra"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_29"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.573055' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_1"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 9ms (Views: 2.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_31@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_31@example.jp"], ["encrypted_password", "$2a$04$lbN44IUDkmqULLWTJ/2NW..JfHaZKqGmr3Ch41dW1slRdyHZ.j5Ra"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "librarian_31"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.598889' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_2"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 8ms (Views: 0.8ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_28@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (42.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_28@example.jp"], ["encrypted_password", "$2a$04$p7reNC9Yzd7bSvxoUvSHpegNgujabbrymEsWQyVPsYvqWm2lFYyza"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "user_28"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.663705' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_3"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 1.0ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_4"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_30@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_30@example.jp"], ["encrypted_password", "$2a$04$/wX/GBYrH7b.pWD5VhB4.OOCHoicOdLO0RpVbbctCdn.AP.wBRghO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_30"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.691989' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 9ms (Views: 2.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_32@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_32@example.jp"], ["encrypted_password", "$2a$04$7nlHk4rZpRSSERN0IAVy3O7tkkOU94bfb3py6pKcT8Z8hpyR5jMnK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "librarian_32"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.712999' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_29@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_29@example.jp"], ["encrypted_password", "$2a$04$1C9Ih/EjXiM1muqQxYzuceUKUiMMt5c/kubRm3c2LfJ7BLsKvWHFu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "user_29"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.731627' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 7ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Processing by SeriesStatementMergeListsController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_31@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_31@example.jp"], ["encrypted_password", "$2a$04$qAWHsDpecuYdrSaXMZfqYepLJb0mNMHegqcfWW54OvsFzq.yTTmjm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_31"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.756930' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_5"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 8ms (Views: 2.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_33@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_33@example.jp"], ["encrypted_password", "$2a$04$vbzixjGZPc9XrzRVqCce0e92c1uZn0T9px/Jj4VkjTdjouXAsKpEC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "librarian_33"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.779501' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_6"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_30@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_30@example.jp"], ["encrypted_password", "$2a$04$KGRmp3g4qLwIITPjddSQCu11uE4cagPdLQSq69CR1acadN5vPFSzi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "user_30"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.800711' WHERE "roles"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_7"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 50ms (Views: 1.0ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_8"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_32@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_32@example.jp"], ["encrypted_password", "$2a$04$QjxeLv0nZ8vKqbMbIaDkZeSpXMYifeZdSjwtPm6eU0foIktsfpebO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_32"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.875248' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_9"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_9"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 9ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_33@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_33@example.jp"], ["encrypted_password", "$2a$04$EXQt.V0uiaUKovJHmTWoPO/NoryS9dVEuC7jwH2wvWY7xp71NA6pa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_33"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.895555' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_10"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_10"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 8ms Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_34@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_34@example.jp"], ["encrypted_password", "$2a$04$MDr89v/R58ukExxYsTAS7eIlaDEZqPFJI2vyu7fNbFFAkqnMCdEhW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_34"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.917214' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 9ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_35@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_35@example.jp"], ["encrypted_password", "$2a$04$cqSqejdS66.FgD2xyM4C6eGCS9kc8cJvq27X6SBY2jQa4p0YbUjRG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "admin_35"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.939376' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 1.1ms | ActiveRecord: 0.5ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_34@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_34@example.jp"], ["encrypted_password", "$2a$04$2CJOqfCoWdh31UKrIIkbDecVgbjLFZxsbrbgzU/QwlXnbbc2qzlnW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "librarian_34"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.962895' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_13"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["title", "series_statement_merge_list_13"], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 11ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_35@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_35@example.jp"], ["encrypted_password", "$2a$04$2NSLosWI37NnMZLIKwgLIegtA/I4Klw/ul.SAhdb2vDxQEFEvCLOS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_group_id", nil], ["username", "librarian_35"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:31 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:31.990554' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_14"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["title", "series_statement_merge_list_14"], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 12ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_36@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_36@example.jp"], ["encrypted_password", "$2a$04$bZoXPe82gwdowgdXK5lC6eS.5MRmRmHK1D94n0nGo4awa6rUll5CG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_group_id", nil], ["username", "librarian_36"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:32.018970' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 78ms (Views: 1.6ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_37@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_37@example.jp"], ["encrypted_password", "$2a$04$gYJhYkxh8.Zqgm0mRhPtguM5mA/pGZxfmtTErNm4jN3FQnoHDR28."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_group_id", nil], ["username", "librarian_37"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:32.116162' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_31@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_31@example.jp"], ["encrypted_password", "$2a$04$oj9dLX4TXB.3p7FnkDJyn.5E2ekjJM/aZ00eHWKGW4a49TvUnroYi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_group_id", nil], ["username", "user_31"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:32.147828' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_17"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_32@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_32@example.jp"], ["encrypted_password", "$2a$04$E7vxUSO3hDhfzx.9HWC3vOeLEA2iLsxD0Nu7M34gdnLckjtYBL9M2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_group_id", nil], ["username", "user_32"]] SQL (304.9ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:32.811840' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_18"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_33@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_33@example.jp"], ["encrypted_password", "$2a$04$cKSyfPn0Bkfv1Ro.E5BO5ekwxhax6lkkywc1u4gXfO/ol8rPPAsji"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_group_id", nil], ["username", "user_33"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:32.840292' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_34@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_34@example.jp"], ["encrypted_password", "$2a$04$yfGWpBmVkU8Cs5jGGfN4S.3gQE4WvVmzrl7seDH4nKMkA8QTt4rd6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_group_id", nil], ["username", "user_34"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:32.870184' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_21"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 11ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_22"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 11ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 13ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 11ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["title", "series_statement_merge_list_25"], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_36@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_36@example.jp"], ["encrypted_password", "$2a$04$/hwKH78K2UaoRQbwgdhYZuyMG8fOrkpR8cj.tqM4KFphv3OAYrRmO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_group_id", nil], ["username", "admin_36"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:32.972335' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_26"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_26', "updated_at" = '2012-01-08 15:07:32.987046' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 14ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00], ["title", "series_statement_merge_list_27"], ["updated_at", Sun, 08 Jan 2012 15:07:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_37@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (79.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_37@example.jp"], ["encrypted_password", "$2a$04$7DktFXP04zNdMQKpeOjHY.T4ypyppsVDZnTjOxsJ/q2/CWOXKS6QO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "admin_37"]] SQL (0.5ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.085028' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_28"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_28', "updated_at" = '2012-01-08 15:07:33.102276' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 15ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_29"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_38@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_38@example.jp"], ["encrypted_password", "$2a$04$ylIGzd9VMxR4OSNfj6Mr1Odzw8BhnBQkcueN.jXZ.U9UkCqhkEr8W"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "admin_38"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.125896' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_31"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_39@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_39@example.jp"], ["encrypted_password", "$2a$04$q43I8gGPBqI0Xhelam8uO.mKe1WIgETBPLKW1G.0c2QSeHLCfPaqi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "admin_39"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.157140' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_33"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_38@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_38@example.jp"], ["encrypted_password", "$2a$04$EdBrIqUIBw8fzHMzFTdqFOS4kPCgUwpbKnaCVXlnAfhY4QYy94uDm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "librarian_38"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.188530' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_34"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_34', "updated_at" = '2012-01-08 15:07:33.200149' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 11ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_35"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_39@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_39@example.jp"], ["encrypted_password", "$2a$04$Dj4nXXfv0ws7EyKs7DkCJu.8nvnAFzRhB2y2IOV1bMWyG3yb.wXPe"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "librarian_39"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.220560' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_36"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_36', "updated_at" = '2012-01-08 15:07:33.233143' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 12ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_37"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_40@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_40@example.jp"], ["encrypted_password", "$2a$04$xQoS1mRMFdJ32UbJ0VdIS.drLHSXDXu1cwLy4WoRFq21CAARDl8CC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "librarian_40"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.254478' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_39"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_41@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_41@example.jp"], ["encrypted_password", "$2a$04$2MYlOP/HItTWpT8wOxwRke2hwkAqD8HePIAhytg44ihvR4Rpij9ua"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "librarian_41"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.289372' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 77ms (Views: 1.3ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_41"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_35@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_35@example.jp"], ["encrypted_password", "$2a$04$azxBUThK7iWOjO.nCtwcAu4SDcNWh43X4Nln6cu1iPRaBrnf1WS4O"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "user_35"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.388293' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_42"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 18ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_43"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_36@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_36@example.jp"], ["encrypted_password", "$2a$04$ho2dnqhgdEYlkxut0iI2Ve60dKjZhjNcwvgibIrmwoS4FsAZcOjjC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "user_36"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.426949' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_44"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_45"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_37@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_37@example.jp"], ["encrypted_password", "$2a$04$G1xJPKTYWBYiA.D.cb0k/.6Dc0QXakUZKxoT7UMTbFvIYicMnqDJi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "user_37"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.460923' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_47"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_48"}, "id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_49"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_50"}, "id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_51"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} SeriesStatementMergeList Load (0.7ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_53"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_40@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_40@example.jp"], ["encrypted_password", "$2a$04$vGq.Tlce59G7cwF.NZFXx.NKR7AAOdqpoopTbhQUKrNHdhYmxt8Pi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "admin_40"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.546044' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 28ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_54"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_41@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_41@example.jp"], ["encrypted_password", "$2a$04$rmsPawlRRpnyzUNilLZvDOaW3wVfRqkQzx70J84VXLwOU87KsxjMq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "admin_41"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.595189' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 15ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_55"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.9ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_42@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_42@example.jp"], ["encrypted_password", "$2a$04$cWrCi.LMBx10lXKdy/HxYenzULy/QNCPuX4d/hhEh.4IjojaN7p2i"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "librarian_42"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.701581' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 13ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_56"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_43@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_43@example.jp"], ["encrypted_password", "$2a$04$AXs1hHav9sCP.xbTMzzz5.i691ZHUPO2QeWzV2hswqJxOT/phBXze"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "librarian_43"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.734163' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 14ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_57"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_38@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_38@example.jp"], ["encrypted_password", "$2a$04$5ItZ0CuzH.KrZaahpIqKMu.9BD0T2UmnIhInlOFhNyWo8jBLd5NKO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "user_38"]] SQL (0.7ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.769039' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_58"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_39@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (5.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_39@example.jp"], ["encrypted_password", "$2a$04$uVvWMrJmayRaFDSetL6Xu.Y5GLBwdXUTI1gYRVSiBna2dd6S3pplu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_group_id", nil], ["username", "user_39"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:33.816597' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_59"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 21ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_60"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["title", "series_statement_merge_list_61"], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (79.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_1"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:33 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (51.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_1, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_42@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_42@example.jp"], ["encrypted_password", "$2a$04$CpZi13BgWFd0bUUv4sOfl.jsl9pjRPaA7av8S5RllbfX459OYhnIu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_group_id", nil], ["username", "admin_42"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:34.130348' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (49.9ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 84ms (Views: 18.9ms | ActiveRecord: 0.4ms | Solr: 51.3ms) SeriesStatementMerge Load (0.2ms) SELECT "series_statement_merges".* FROM "series_statement_merges" SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" LIMIT 10 OFFSET 0  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["title", "series_statement_merge_list_62"], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_2"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (8.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_2, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_44@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_44@example.jp"], ["encrypted_password", "$2a$04$m8CmmfgeGvFMT74JZckZCuKNV7D.0NJoQrJooX.4l9lG/Fze8H4lq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_group_id", nil], ["username", "librarian_44"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:34.261979' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (70.9ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 81ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 58.7ms) SeriesStatementMerge Load (0.2ms) SELECT "series_statement_merges".* FROM "series_statement_merges"  SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" LIMIT 10 OFFSET 0  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["title", "series_statement_merge_list_63"], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_3"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_3, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_40@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_40@example.jp"], ["encrypted_password", "$2a$04$ZYc2FpS7peEvxFwcfFfH1uFNWQ/vPbfqGVBUwVzH3dmJpijccmwf6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_group_id", nil], ["username", "user_40"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:34.392220' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 81.7ms)  (0.1ms) SELECT COUNT(*) FROM "series_statement_merges" WHERE ('t'='f')  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["title", "series_statement_merge_list_64"], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_4"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_4, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "series_statement_merges" WHERE ('t'='f') Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_43@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_43@example.jp"], ["encrypted_password", "$2a$04$r.YAToxwwxVLJQIb/oM0WeyLspZY4DvggnYtxia.adPoI2YuSd4tm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_group_id", nil], ["username", "admin_43"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:34.459919' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["title", "series_statement_merge_list_65"], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_5"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.6ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_5, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.2ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (54.4ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 89ms (Views: 24.0ms | ActiveRecord: 0.5ms | Solr: 6.9ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_45@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_45@example.jp"], ["encrypted_password", "$2a$04$mp3Mh9I2itRFIeMisdryQeQci7ZjJKTpbMBeUKDGM5alSH8zioc5i"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_group_id", nil], ["username", "librarian_45"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:34.587733' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["title", "series_statement_merge_list_66"], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_6"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (11.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_6, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (1.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (70.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 81ms (Views: 1.3ms | ActiveRecord: 0.6ms | Solr: 65.5ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_41@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_41@example.jp"], ["encrypted_password", "$2a$04$RpjvTcO00ZUN6HHvMagDAOF6lU0q8UKfUeSm0DAdjvxDlFqaSqojC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_group_id", nil], ["username", "user_41"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:34.721853' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["title", "series_statement_merge_list_67"], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (7.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_7"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (14.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_7, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 84.3ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["title", "series_statement_merge_list_68"], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_8"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (6.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_8, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_44@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_44@example.jp"], ["encrypted_password", "$2a$04$aI1MbZM0/4b41FvwtPqiI.Ka9mDvlezbgCQ6AWeFVxSSaQeTtCk8G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_group_id", nil], ["username", "admin_44"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:34.889844' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (54.4ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 70ms (Views: 5.5ms | ActiveRecord: 0.3ms | Solr: 6.1ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_46@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_46@example.jp"], ["encrypted_password", "$2a$04$Uib7u0Km/YcASHM8F3nS5uJo4sMcqEu1Hq9KEZtySq1U21P2rWk9e"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_group_id", nil], ["username", "librarian_46"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:34 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:34.979914' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 54.4ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_42@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (5.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_42@example.jp"], ["encrypted_password", "$2a$04$T5Ff3/fZLBTjdYCnkzSwIeedHsX0vStXjeW89lRCVNQpUN22klibS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_group_id", nil], ["username", "user_42"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:35.018495' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Processing by SeriesStatementMergesController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 10ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_45@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_45@example.jp"], ["encrypted_password", "$2a$04$GsLtgDAFFvbWkPqK9if5Pul2F6Q1/Gbvx9PaxfBhYNnqr6wi/UOIi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_group_id", nil], ["username", "admin_45"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:35.066260' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["title", "series_statement_merge_list_69"], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.6ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_9"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (22.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_9, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (85.9ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 105ms (Views: 8.2ms | ActiveRecord: 0.4ms | Solr: 22.4ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_47@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_47@example.jp"], ["encrypted_password", "$2a$04$3C82Fjp9jezI7qTt/k/P0.A8VIEGfoMTBP2.6337VYizAKnhFNsPu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_group_id", nil], ["username", "librarian_47"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:35.226635' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["title", "series_statement_merge_list_70"], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (75.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_10"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (12.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_10, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (238.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 256ms (Views: 1.4ms | ActiveRecord: 4.1ms | Solr: 98.7ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_43@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_43@example.jp"], ["encrypted_password", "$2a$04$rBhcTiJ6Q6ewJJJvqVlCPORZnGN.NG060md0w89pDLJC/YA6nhr.2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_group_id", nil], ["username", "user_43"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_id", 8]]  (0.4ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:35.650216' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["title", "series_statement_merge_list_71"], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_11"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_11, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 13ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 248.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["title", "series_statement_merge_list_72"], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_12"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_12, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["title", "series_statement_merge_list_73"], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (3.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_13"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (8.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_13, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_46@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_46@example.jp"], ["encrypted_password", "$2a$04$LBPZqM7qAk9tpvnP/XUGPePfYZ9tLaVhrFXNKg63EP1f7o.I6zuHC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_group_id", nil], ["username", "admin_46"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:35.772899' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (98.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 118ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["title", "series_statement_merge_list_74"], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_14"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (20.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_14, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_47@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_47@example.jp"], ["encrypted_password", "$2a$04$BXB3pNwD6o25ws0W8NmFy.W.b9YWbdB5AXAuE8K8v4zb5OXWVuSEm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_group_id", nil], ["username", "admin_47"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:35 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:35.942934' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (49.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (23.0ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 86ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_75"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_15"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_15, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_48@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_48@example.jp"], ["encrypted_password", "$2a$04$Ju6dELMIyCeXvha3oe5b3OApguzlHTyMMTpNhXyDu/AG3nkDR3GNm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "admin_48"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.057979' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (21.9ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 30ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 161.6ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_76"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_16"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_16, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_49@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_49@example.jp"], ["encrypted_password", "$2a$04$J9Ym5..smebeoYueYiwGzehfrsI4OCcOYH2eKBWOIuGc3ocvTMsmS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "admin_49"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.113412' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (20.8ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 28ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 27.2ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_77"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_17"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_17, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_48@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_48@example.jp"], ["encrypted_password", "$2a$04$wXNW5IZqqpJMSZ0A27NwBOBwSAfQIEvdRxnqu2vECoDVK6MSjVhuS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "librarian_48"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.167569' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (21.6ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 31ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_78"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_18"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_18, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_49@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_49@example.jp"], ["encrypted_password", "$2a$04$U2VexyxRMQuZM4Pp3oLel.uYi8H.84um180yzRz1f2lkNGieXb.aG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "librarian_49"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.222858' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (21.9ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 71ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_79"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_19"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_19, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_50@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_50@example.jp"], ["encrypted_password", "$2a$04$0Gfm6aIBTGJklCKk6.fa/.h9QTvnDWwm3mMQ4JuNNiBJdI1p9T16S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "librarian_50"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.317519' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (23.7ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 32ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 79.5ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_80"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_20"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.6ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_20, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_51@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_51@example.jp"], ["encrypted_password", "$2a$04$piAGDQfe55Cyoe65SQb.ouXJfz2heP0vNBlUwrOdGAfjzb1YzJ4uy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "librarian_51"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.375875' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (23.2ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 30ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 29.3ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_81"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_21"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (6.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_21, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_44@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_44@example.jp"], ["encrypted_password", "$2a$04$pFvQcEu61Lo8ZfZORFfH.u3/3En0fagK1EChtEHY3QCBY74P32jEy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "user_44"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.429662' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 29.1ms) SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_82"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_22"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_22, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_45@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_45@example.jp"], ["encrypted_password", "$2a$04$JaIN2vLaTAu2mAn01Nau6emBnmG9rawuZsmjedJAM1qoRAIrTZmbK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "user_45"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.457283' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 2.2ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_83"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_23"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_23, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (43.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_46@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_46@example.jp"], ["encrypted_password", "$2a$04$hBHkSwhS6a2Sn17zp9QBpuZdIZgPyq9a62jeZY.W8F42aJuEQSr3a"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "user_46"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.526932' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 2.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_84"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_24"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_24, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_47@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_47@example.jp"], ["encrypted_password", "$2a$04$O.u4xl2xaPKqU2kY/m3liOTjpUV0g1rJEjOLtJQDMqMGqU1NTTu/e"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "user_47"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.553506' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 1.9ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_85"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_25"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_25, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_86"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_26"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_26, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_87"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_27"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_27, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_88"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_28"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_28, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_89"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_29"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_29, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_90"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (40.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_30"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_30, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_50@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_50@example.jp"], ["encrypted_password", "$2a$04$fWFo02Wctr4TBr5XzZv0fOgBUiUM.7.X4Z4xbFdLTLRLw07aCSvyy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "admin_50"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.694552' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-01-08 15:07:36.703229' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (55.2ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 64ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_91"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_31"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_31, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_92"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_32"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.2ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_32, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_51@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_51@example.jp"], ["encrypted_password", "$2a$04$0wuwpVdc7lWDFm92tE7eYOhHhgU9.PgRIVdCVDYxRIvKKm1mVeLQS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "admin_51"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.791459' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-01-08 15:07:36.801155' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (20.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 29ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_93"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_33"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.6ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_33, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_94"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_34"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_34, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_52@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_52@example.jp"], ["encrypted_password", "$2a$04$nYDrH8eeisw/lGSTKDBtYeF7TPu1UZtNS6tlh8A4M8at.T2kMAjQG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "admin_52"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.854958' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (22.3ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 30ms (Views: 0.8ms | ActiveRecord: 0.3ms | Solr: 100.4ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_95"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (40.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_35"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_35, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["title", "series_statement_merge_list_96"], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_36"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.4ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_36, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_52@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_52@example.jp"], ["encrypted_password", "$2a$04$R4uzqzgRvUMuefAf8I28H.Uqz1nhTHdFadeyXGuuKC7Kf/sZe2qZa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_group_id", nil], ["username", "librarian_52"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:36 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:36.967982' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-01-08 15:07:36.982198' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (37.7ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 53ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_97"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_37"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (6.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_37, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_98"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (1.5ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_38"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.5ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_38, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_53@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_53@example.jp"], ["encrypted_password", "$2a$04$TcAL7Py59ZjG8wY.TzGR0eiULeZ6diMmujXcCkyl4CnKlG9eWqya2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_group_id", nil], ["username", "librarian_53"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:37.077583' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-01-08 15:07:37.093801' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (47.6ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 66ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_99"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_39"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (24.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_39, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.2ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_100"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_40"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (3.2ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_40, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_54@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_54@example.jp"], ["encrypted_password", "$2a$04$j7H8V6MqNP4HKzaEu0zqDOm2rWic2ECpn1SSjloXu7ps/8AN4zdEu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_group_id", nil], ["username", "librarian_54"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:37.224782' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (123.4ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 138ms (Views: 1.3ms | ActiveRecord: 0.6ms | Solr: 152.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_101"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_41"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (23.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_41, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_102"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_42"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (5.2ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_42, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_48@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_48@example.jp"], ["encrypted_password", "$2a$04$ufctOIMF7Y4haSuqLs72AewktbJAARtfzBp8CeYmnrqLiXo3g4Ufy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_group_id", nil], ["username", "user_48"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:37.439823' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 152.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_103"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_43"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_43, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_104"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_44"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (5.6ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_44, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_49@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_49@example.jp"], ["encrypted_password", "$2a$04$Q9JsmdJet3XaV0qn243K1eoVn7uAglIWG46fVbJFUegz3i6t8jCHu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_group_id", nil], ["username", "user_49"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:37.503934' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 11.4ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_105"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_45"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_45, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_106"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_46"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (8.0ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_46, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_50@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_50@example.jp"], ["encrypted_password", "$2a$04$w/B9j.VqYPvfsUdyuSBDueguHlN/ckXwWg84Js4hkyNmiDyYCfbeS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_group_id", nil], ["username", "user_50"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:37.571667' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 10.7ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_107"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (70.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_47"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_47, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_108"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_48"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (3.8ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_48, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_109"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_49"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.6ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_49, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_110"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_50"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (6.1ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_50, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_111"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_51"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_51, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_112"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_52"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (5.7ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_52, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_113"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.4ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_53"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (9.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_53, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_53@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_53@example.jp"], ["encrypted_password", "$2a$04$G6TKI4lfCVhZLp5/yBYbZekw5Bw5.ZobUq.HUFW4vjnsWwNgSWpy2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_group_id", nil], ["username", "admin_53"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:37.853831' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (64.6ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 77ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["title", "series_statement_merge_list_114"], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (79.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_54"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:37 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (15.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_54, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_54@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_54@example.jp"], ["encrypted_password", "$2a$04$i1T939Chdc9mNMBfAIeOCul9BVmB9r4i8SNRd8gpXX/s.vfH74cUa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_group_id", nil], ["username", "admin_54"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:38.056344' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (52.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 63ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["title", "series_statement_merge_list_115"], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_55"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (14.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_55, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_55@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_55@example.jp"], ["encrypted_password", "$2a$04$vyVy9xQ.tEB4Xzw8NclvqemoiWahwhCU1vHB5BJ8sGzJjJptwJxKK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_group_id", nil], ["username", "librarian_55"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:38.179431' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (101.7ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 113ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["title", "series_statement_merge_list_116"], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_56"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (18.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_56, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_56@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_56@example.jp"], ["encrypted_password", "$2a$04$utS.P3lSZfKQu4uT68DMCO/fg65zGXeQUPlRx6I0m2XwM21jtgvO."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_group_id", nil], ["username", "librarian_56"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:38.343714' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (141.8ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 152ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["title", "series_statement_merge_list_117"], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_57"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (9.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_57, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_51@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_51@example.jp"], ["encrypted_password", "$2a$04$Q9CTeA9UY4JmObSA95it6uO/s2vfg1J9ilsVAFH6k6U0XqGhCy6Ay"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_group_id", nil], ["username", "user_51"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:38.537749' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 9ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 458.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["title", "series_statement_merge_list_118"], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_58"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_58, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (69.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_52@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_52@example.jp"], ["encrypted_password", "$2a$04$qv05U0B9y7R.juou6V2Sz.FND4bJECRqHKsK.gScEADyfNYcHZuyy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_group_id", nil], ["username", "user_52"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:07:38.659313' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 7.5ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["title", "series_statement_merge_list_119"], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_59"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.6ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_59, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 11ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["title", "series_statement_merge_list_120"], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_60"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_60, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00], ["title", "series_statement_merge_list_121"], ["updated_at", Sun, 08 Jan 2012 15:07:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" INNER JOIN "series_statement_merges" ON "series_statements"."id" = "series_statement_merges"."series_statement_id" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 Started GET "/series_statement_merge_lists" for 127.0.0.1 at 2012-01-09 00:07:38 +0900 Processing by SeriesStatementMergeListsController#index as HTML Redirected to http://www.example.com/users/sign_in Completed 302 Found in 9ms Started GET "/series_statement_merges" for 127.0.0.1 at 2012-01-09 00:07:38 +0900 Processing by SeriesStatementMergesController#index as HTML Redirected to http://www.example.com/users/sign_in Completed 302 Found in 10ms Rendered /Users/kosuke/enju_resource_merge/app/views/series_statement_merge_lists/_form.html.erb (4.1ms) Rendered /Users/kosuke/enju_resource_merge/app/views/series_statement_merge_lists/_form.html.erb (3.9ms) SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" INNER JOIN "series_statement_merges" ON "series_statements"."id" = "series_statement_merges"."series_statement_id" WHERE "series_statement_merges"."series_statement_merge_list_id" = 1005 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 1 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 1 LIMIT 1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 1 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 2 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:39 UTC +00:00], ["title", "series_statement_merge_list_122"], ["updated_at", Sun, 08 Jan 2012 15:07:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:39 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_61"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:07:39 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_61, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:07:39 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:07:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Fixture Delete (0.8ms) DELETE FROM "manifestations" Fixture Insert (0.3ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "start_page", "end_page", "repository_content") VALUES (1, 1, '4798002062', '2007-11-19 07:59:00.293393', 'よくわかる最新Webサービス技術', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2007-11-19 07:59:00.293393', 1, 100, 't') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "repository_content") VALUES (1, 1, '4915724824', '2007-11-19 07:59:01.991512', '情報通信ハンドブック2005', NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, '2007-11-19 07:59:01.991512', 'f') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '4897063590', '2007-11-19 07:59:02.618359', 'これからの生命科学研究者のためのバイオ特許入門講座', NULL, NULL, NULL, NULL, 'http://www.slis.keio.ac.jp/', 3, NULL, NULL, '2007-11-19 07:59:02.618359') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 471412791.0, '2007-11-19 07:59:03.275738', 'THE BIOTECH INVESTOR''S BIBLE', NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2007-11-19 07:59:03.275738') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '', '2007-11-19 07:59:04.333183', '顧客満足型マーケティングの構図', NULL, NULL, NULL, NULL, NULL, 5, NULL, NULL, '2007-11-19 07:59:04.333183') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '', '2007-11-19 07:59:05.255684', '仕組み革新の時代', NULL, NULL, NULL, NULL, NULL, 6, NULL, NULL, '2007-11-19 07:59:05.255684') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 470844701.0, '2007-11-19 07:59:06.892741', 'dictionary of e-business', NULL, NULL, NULL, NULL, NULL, 7, NULL, NULL, '2007-11-19 07:59:06.892741') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '4798101028', '2007-11-19 07:59:07.463333', 'Webサービス完全解説', NULL, NULL, NULL, NULL, NULL, 8, NULL, NULL, '2007-11-19 07:59:07.463333') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '4641143331', '2007-11-19 07:59:08.166195', '逐条解説不正競争防止法', NULL, NULL, NULL, NULL, NULL, 9, NULL, NULL, '2007-11-19 07:59:08.166195') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '9784774127804', '2007-11-19 07:59:09.799724', 'Apache Lucene入門 : Java・オープンソース・全文検索システムの構築', NULL, NULL, NULL, NULL, NULL, 10, NULL, NULL, '2007-11-19 07:59:09.799724') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id") VALUES (1, '4822281167', '2007-11-19 07:59:20.799724', 'Webサービス完全構築ガイド', NULL, NULL, NULL, NULL, NULL, 11, NULL, NULL, '2007-11-19 07:59:20.799724', 2) Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id") VALUES (1, NULL, '2007-11-19 07:59:21.799724', 'YouTube - Open Source ILS Song', NULL, NULL, NULL, NULL, 'http://jp.youtube.com/watch?v=BSHBzd9ftDE', 22, NULL, NULL, '2008-04-16 15:34:01.000000', 1) Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "isbn", "created_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "required_role_id", "updated_at") VALUES (1, NULL, '2007-11-19 07:58:58.799724', '世界の美しい図書館集めてみた【第一弾】', NULL, NULL, NULL, NULL, 'http://www.nicovideo.jp/watch/sm3015373', 23, NULL, NULL, 4, '2012-01-08 15:12:01') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 65, '2010-03-01 07:14:18.000000', 'CGI基礎講座 : Perl・プログラミング・日本語処理', NULL, NULL, NULL, NULL, NULL, 101, NULL, NULL, '2010-02-21 15:47:09.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 66, '2010-03-01 07:14:18.000000', 'CGIレスキュー実践Perlプログラミング : Web裏技', NULL, NULL, NULL, NULL, NULL, 102, NULL, NULL, '2010-02-21 14:57:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 67, '2010-03-01 07:14:18.000000', 'Perlクックブック. v.2', NULL, NULL, NULL, NULL, NULL, 103, NULL, NULL, '2010-02-21 10:51:48.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 68, '2010-03-01 07:14:18.000000', 'Perlクックブック. v.1', NULL, NULL, NULL, NULL, NULL, 104, NULL, NULL, '2010-02-21 10:51:33.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 69, '2010-03-01 07:14:18.000000', '初めてのPerl. 続', NULL, NULL, NULL, NULL, NULL, 105, NULL, NULL, '2010-02-21 10:48:14.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 70, '2010-03-01 07:14:18.000000', 'Perl & XML', NULL, NULL, NULL, NULL, NULL, 106, NULL, NULL, '2010-02-21 10:45:48.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 71, '2010-03-01 07:14:18.000000', 'はじめてのPerlモジュール : 厳選実用モジュール集', NULL, NULL, NULL, NULL, NULL, 107, NULL, NULL, '2010-02-21 09:59:01.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 108.0, '2010-03-01 07:14:18.000000', 'Perl 5パワフルテクニック大全集', NULL, NULL, NULL, NULL, NULL, 108, NULL, NULL, '2010-02-21 08:13:17.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 109.0, '2010-03-01 07:14:18.000000', 'CGI/Perlパワープログラミング', NULL, NULL, NULL, NULL, NULL, 109, NULL, NULL, '2010-02-20 17:26:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 72, '2010-03-01 07:14:18.000000', 'Ruby/GTKプログラミング入門 : Rubyで作って遊ぶGUIプログラミング', NULL, NULL, NULL, NULL, NULL, 110, NULL, NULL, '2010-02-19 13:09:56.000000') Fixture Insert (0.3ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 73, '2010-03-01 07:14:18.000000', 'すぐわかるPerl', NULL, NULL, NULL, NULL, NULL, 111, NULL, NULL, '2010-02-19 13:07:28.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 74, '2010-03-01 07:14:18.000000', 'CGIのための実践入門Perl : 対話的・動きのあるWebページを作ろう', NULL, NULL, NULL, NULL, NULL, 112, NULL, NULL, '2010-02-19 13:06:51.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 75, '2010-03-01 07:14:18.000000', 'プログラミングは難しくない! : ウェブではじめるJavaScript/Perl/Java', NULL, NULL, NULL, NULL, NULL, 113, NULL, NULL, '2010-02-19 11:02:27.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784756137470, '2010-03-01 07:14:18.000000', 'Rubyを256倍使うための本. 魔道編', NULL, NULL, NULL, '2001-03-20', NULL, 114, NULL, NULL, '2010-02-19 05:46:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 77, '2010-03-01 07:14:18.000000', '入門Perl', NULL, NULL, NULL, NULL, NULL, 115, NULL, NULL, '2010-02-19 05:40:17.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784756100917, '2010-03-01 07:14:18.000000', 'sed & awkプログラミング : UNIX power tools', NULL, NULL, NULL, '1991-12-24', NULL, 116, NULL, NULL, '2010-02-19 05:39:01.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 79, '2010-03-01 07:14:18.000000', 'Perlの達人', NULL, NULL, NULL, NULL, NULL, 117, NULL, NULL, '2010-02-18 10:23:27.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 118.0, '2010-03-01 07:14:18.000000', 'ナチ強制・絶滅収容所 : 18施設内の生と死', NULL, NULL, NULL, NULL, NULL, 118, NULL, NULL, '2010-02-17 01:12:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 119.0, '2010-03-01 07:14:18.000000', 'Perl基礎講座', NULL, NULL, NULL, NULL, NULL, 119, NULL, NULL, '2010-02-16 04:30:37.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784274063855, '2010-03-01 07:14:18.000000', 'Rubyプログラミング入門', NULL, NULL, NULL, '2000-10-01', NULL, 120, NULL, NULL, '2010-02-16 04:29:59.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 81, '2010-03-01 07:14:18.000000', 'Django×Python', NULL, NULL, NULL, NULL, NULL, 121, NULL, NULL, '2010-01-30 06:22:35.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 82, '2010-03-01 07:14:18.000000', 'みんなのPython', NULL, NULL, NULL, NULL, NULL, 122, NULL, NULL, '2010-01-30 06:17:32.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 83, '2010-03-01 07:14:18.000000', 'Rubyでgroonga使って全文検索 - ラングバ', NULL, NULL, NULL, NULL, NULL, 123, NULL, NULL, '2009-10-25 13:20:34.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 84, '2010-03-01 07:14:18.000000', 'まちづくり三鷹図書館(Ruby図書館情報システム デモサイト)', NULL, NULL, NULL, NULL, NULL, 124, NULL, NULL, '2009-10-20 13:46:44.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 85, '2010-03-01 07:14:18.000000', 'Ruby on Rails入門 : 優しいRailsの育て方', NULL, NULL, NULL, NULL, NULL, 125, NULL, NULL, '2009-10-16 05:16:48.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 86, '2010-03-01 07:14:18.000000', 'Ruby Cookbook', NULL, NULL, NULL, NULL, NULL, 126, NULL, NULL, '2009-06-29 12:44:11.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 87, '2010-03-01 07:14:18.000000', 'CGI programming on the World Wide Web', NULL, NULL, NULL, NULL, NULL, 127, NULL, NULL, '2009-06-19 13:45:14.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 128.0, '2010-03-01 07:14:18.000000', 'Genomic Perl', NULL, NULL, NULL, NULL, NULL, 128, NULL, NULL, '2009-06-19 13:27:46.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 129.0, '2010-03-01 07:14:18.000000', 'Indians of the Pacific Northwest', NULL, NULL, NULL, NULL, NULL, 129, NULL, NULL, '2009-06-19 12:16:23.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 88, '2010-03-01 07:14:18.000000', 'Massachusetts acid rain monitoring project / Massachusetts acid rain monitoring project A.R.M', NULL, NULL, NULL, NULL, NULL, 130, NULL, NULL, '2009-06-19 12:03:29.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 89, '2010-03-01 07:14:18.000000', 'International Symposium Genes and Chromosomes Structure and Function', NULL, NULL, NULL, NULL, NULL, 131, NULL, NULL, '2009-06-19 12:02:48.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 90, '2010-03-01 07:14:18.000000', 'Perl black book, 2nd edition', NULL, NULL, NULL, NULL, NULL, 132, NULL, NULL, '2009-06-19 11:42:02.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 91, '2010-03-01 07:14:18.000000', 'Python scripting for computational science', NULL, NULL, NULL, NULL, NULL, 133, NULL, NULL, '2009-06-19 11:18:01.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 92, '2010-03-01 07:14:18.000000', 'Tests on a gold ore from the Ruby Basin, Black Hills', NULL, NULL, NULL, NULL, NULL, 134, NULL, NULL, '2009-06-19 11:06:07.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 93, '2010-03-01 07:14:18.000000', 'Official guide to programming with CGI.pm / Programming with CGI.pm / Official guide to programming with CGI.pm', NULL, NULL, NULL, NULL, NULL, 135, NULL, NULL, '2009-06-19 10:54:21.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 94, '2010-03-01 07:14:18.000000', 'Three little words [sound recording] / Nevertheless (I''m in love with you) / I love you so much / All alone Monday / Where did you get that girl? / Thinking of you / I wanna be loved by you / Who''s sorry now? / My sunny Tennessee / So long Oolong / Three little words', NULL, NULL, NULL, NULL, NULL, 136, NULL, NULL, '2009-06-19 10:46:46.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 95, '2010-03-01 07:14:18.000000', 'Femtosecond time-resolved spectroscopy of organic molecular crystals / Time-resolved spectroscopy of organic molecular crystals, Femtosecond', NULL, NULL, NULL, NULL, NULL, 137, NULL, NULL, '2009-06-19 10:18:59.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 138.0, '2010-03-01 07:14:18.000000', 'CGI programming with Perl', NULL, NULL, NULL, NULL, NULL, 138, NULL, NULL, '2009-06-19 09:19:08.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 139.0, '2010-03-01 07:14:18.000000', 'Python and XML / Python & XML / XML processing with Python', NULL, NULL, NULL, NULL, NULL, 139, NULL, NULL, '2009-06-19 09:19:02.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 96, '2010-03-01 07:14:18.000000', 'Perl cookbook / Solutions and examples for Perl programmers', NULL, NULL, NULL, NULL, NULL, 140, NULL, NULL, '2009-06-19 09:19:01.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 97, '2010-03-01 07:14:18.000000', 'Mastering Perl/Tk / Perl/Tk', NULL, NULL, NULL, NULL, NULL, 141, NULL, NULL, '2009-06-19 09:19:00.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 98, '2010-03-01 07:14:18.000000', 'Mastering algorithms with Perl / Practical programming through computer science', NULL, NULL, NULL, NULL, NULL, 142, NULL, NULL, '2009-06-19 09:18:58.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 99, '2010-03-01 07:14:18.000000', 'Programming Perl', NULL, NULL, NULL, NULL, NULL, 143, NULL, NULL, '2009-06-19 09:18:45.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 100, '2010-03-01 07:14:18.000000', 'Fort Worth & Tarrant County / Fort Worth and Tarrant County', NULL, NULL, NULL, NULL, NULL, 144, NULL, NULL, '2009-06-19 07:49:42.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 101, '2010-03-01 07:14:18.000000', 'Monty Python''s Spamalot [sound recording] / Spamalot / Spamalot / Monty Python and the Holy Grail (Motion picture)', NULL, NULL, NULL, NULL, NULL, 145, NULL, NULL, '2009-06-19 06:44:35.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 102, '2010-03-01 07:14:18.000000', 'AWK programming language', NULL, NULL, NULL, NULL, NULL, 146, NULL, NULL, '2009-06-19 06:28:27.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 103, '2010-03-01 07:14:18.000000', 'Toting the lead row', NULL, NULL, NULL, NULL, NULL, 147, NULL, NULL, '2009-06-19 02:16:22.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 148.0, '2010-03-01 07:14:18.000000', 'Afro-American blues and game songs', NULL, NULL, NULL, NULL, NULL, 148, NULL, NULL, '2009-06-19 02:09:17.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 149.0, '2010-03-01 07:14:18.000000', 'Perl/Tk pocket reference', NULL, NULL, NULL, NULL, NULL, 149, NULL, NULL, '2009-06-19 01:10:56.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 104, '2010-03-01 07:14:18.000000', 'politics of improving urban air quality', NULL, NULL, NULL, NULL, NULL, 150, NULL, NULL, '2009-06-19 00:42:38.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 105, '2010-03-01 07:14:18.000000', 'Perl developer''s dictionary', NULL, NULL, NULL, NULL, NULL, 151, NULL, NULL, '2009-06-19 00:13:13.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 106, '2010-03-01 07:14:18.000000', 'Andrテδゥ Poitiers', NULL, NULL, NULL, NULL, NULL, 152, NULL, NULL, '2009-06-18 23:58:14.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 107, '2010-03-01 07:14:18.000000', 'PERL and CGI for the World Wide Web [electronic resource] / Visual QuickStart guide', NULL, NULL, NULL, NULL, NULL, 153, NULL, NULL, '2009-06-18 23:43:08.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 108, '2010-03-01 07:14:18.000000', 'Python tutorial', NULL, NULL, NULL, NULL, NULL, 154, NULL, NULL, '2009-06-18 23:17:40.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 109, '2010-03-01 07:14:18.000000', 'Line shapes of paramagnetic resonances in ruby', NULL, NULL, NULL, NULL, NULL, 155, NULL, NULL, '2009-06-18 22:44:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 110, '2010-03-01 07:14:18.000000', 'Perl programmer''s reference', NULL, NULL, NULL, NULL, NULL, 156, NULL, NULL, '2009-06-18 22:19:34.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 111, '2010-03-01 07:14:18.000000', 'Technological capabilities in developing countries', NULL, NULL, NULL, NULL, NULL, 157, NULL, NULL, '2009-06-18 21:58:42.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 158.0, '2010-03-01 07:14:18.000000', 'phenomena of vagueness', NULL, NULL, NULL, NULL, NULL, 158, NULL, NULL, '2009-06-18 21:44:38.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 159.0, '2010-03-01 07:14:18.000000', 'theory of consumer''s demand', NULL, NULL, NULL, NULL, NULL, 159, NULL, NULL, '2009-06-18 21:10:02.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 112, '2010-03-01 07:14:18.000000', 'theory of consumer''s demand', NULL, NULL, NULL, NULL, NULL, 160, NULL, NULL, '2009-06-18 21:10:01.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 113, '2010-03-01 07:14:18.000000', 'Monty Python, Shakespeare, and English Renaissance drama', NULL, NULL, NULL, NULL, NULL, 161, NULL, NULL, '2009-06-18 20:37:58.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 114, '2010-03-01 07:14:18.000000', 'Analyzing computer system performance with PERL::PDQ', NULL, NULL, NULL, NULL, NULL, 162, NULL, NULL, '2009-06-18 20:29:54.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 115, '2010-03-01 07:14:18.000000', 'equilibrium of the reaction between the manganate, permanganate, and hydroxide of potassium, and manganese dioxide', NULL, NULL, NULL, NULL, NULL, 163, NULL, NULL, '2009-06-18 20:16:44.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 116, '2010-03-01 07:14:18.000000', 'Stimulated optical emission in ruby', NULL, NULL, NULL, NULL, NULL, 164, NULL, NULL, '2009-06-18 20:05:25.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 117, '2010-03-01 07:14:18.000000', 'Strategic planning and risk analysis', NULL, NULL, NULL, NULL, NULL, 165, NULL, NULL, '2009-06-18 17:41:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 118, '2010-03-01 07:14:18.000000', 'Performance assertion checking', NULL, NULL, NULL, NULL, NULL, 166, NULL, NULL, '2009-06-18 17:34:03.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 119, '2010-03-01 07:14:18.000000', 'Spin-lattice relaxation time of ruby', NULL, NULL, NULL, NULL, NULL, 167, NULL, NULL, '2009-06-18 16:26:38.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 168.0, '2010-03-01 07:14:18.000000', 'Mourning Ruby', NULL, NULL, NULL, NULL, NULL, 168, NULL, NULL, '2009-06-18 16:25:25.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 169.0, '2010-03-01 07:14:18.000000', 'statistical analysis of banking performance in the Eastern Caribbean Currency Union in the 1990s', NULL, NULL, NULL, NULL, NULL, 169, NULL, NULL, '2009-06-18 15:53:44.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 120, '2010-03-01 07:14:18.000000', 'Professional Perl programming / Perl programming', NULL, NULL, NULL, NULL, NULL, 170, NULL, NULL, '2009-06-18 15:52:50.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 121, '2010-03-01 07:14:18.000000', 'Perl in a nutshell', NULL, NULL, NULL, NULL, NULL, 171, NULL, NULL, '2009-06-18 15:40:53.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 122, '2010-03-01 07:14:18.000000', 'Programming Web services with Perl', NULL, NULL, NULL, NULL, NULL, 172, NULL, NULL, '2009-06-18 15:34:21.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 123, '2010-03-01 07:14:18.000000', 'Proceedings of the Trieste Workshop on the search for New Elementary Particles / International journal of modern physics / Search for new elementary particles', NULL, NULL, NULL, NULL, NULL, 173, NULL, NULL, '2009-06-18 15:08:06.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 124, '2010-03-01 07:14:18.000000', 'Europeras 3 & 4 / Europera', NULL, NULL, NULL, NULL, NULL, 174, NULL, NULL, '2009-06-18 15:05:43.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 125, '2010-03-01 07:14:18.000000', 'Retreats from realism in recent English drama', NULL, NULL, NULL, NULL, NULL, 175, NULL, NULL, '2009-06-18 15:03:06.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 126, '2010-03-01 07:14:18.000000', 'Python programming patterns', NULL, NULL, NULL, NULL, NULL, 176, NULL, NULL, '2009-06-18 14:52:11.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 127, '2010-03-01 07:14:18.000000', 'Beginning Perl for bioinformatics', NULL, NULL, NULL, NULL, NULL, 177, NULL, NULL, '2009-06-18 13:45:13.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 178.0, '2010-03-01 07:14:18.000000', 'Learning Perl', NULL, NULL, NULL, NULL, NULL, 178, NULL, NULL, '2009-06-18 13:45:11.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 179.0, '2010-03-01 07:14:18.000000', 'Effective awk programming', NULL, NULL, NULL, NULL, NULL, 179, NULL, NULL, '2009-06-18 13:45:09.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 180.0, '2010-03-01 07:14:18.000000', 'Python standard library / Annotated reference for Python 2.0', NULL, NULL, NULL, NULL, NULL, 180, NULL, NULL, '2009-06-18 13:45:04.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 181.0, '2010-03-01 07:14:18.000000', 'Programming Python', NULL, NULL, NULL, NULL, NULL, 181, NULL, NULL, '2009-06-18 13:45:04.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 182.0, '2010-03-01 07:14:18.000000', 'Perl CD bookshelf', NULL, NULL, NULL, NULL, NULL, 182, NULL, NULL, '2009-06-18 13:44:56.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 183.0, '2010-03-01 07:14:18.000000', 'Programming Perl', NULL, NULL, NULL, NULL, NULL, 183, NULL, NULL, '2009-06-18 13:44:55.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 184.0, '2010-03-01 07:14:18.000000', 'Sed & awk pocket reference / Sed and awk pocket reference', NULL, NULL, NULL, NULL, NULL, 184, NULL, NULL, '2009-06-18 13:44:54.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 185.0, '2010-03-01 07:14:18.000000', 'Perl power!', NULL, NULL, NULL, NULL, NULL, 185, NULL, NULL, '2009-06-18 13:41:37.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 186.0, '2010-03-01 07:14:18.000000', 'ATOKダイレクト API for Perl / Ruby?|?さらに使いこなす?|?ATOK.com', NULL, NULL, NULL, NULL, NULL, 186, NULL, NULL, '2008-12-19 17:52:47.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 187.0, '2010-03-01 07:14:18.000000', 'Welcome ― Ruby Enterprise Edition', NULL, NULL, NULL, NULL, NULL, 187, NULL, NULL, '2008-10-19 15:58:50.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 188.0, '2010-03-01 07:14:18.000000', 'Pythonクックブック', NULL, NULL, NULL, NULL, NULL, 188, NULL, NULL, '2008-08-22 00:27:29.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 189.0, '2010-03-01 07:14:18.000000', 'みんなのPython インデントの世界へようこそ! object oriented-lightweight language Python', NULL, NULL, NULL, NULL, NULL, 189, NULL, NULL, '2008-08-22 00:20:59.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 190.0, '2010-03-01 07:14:18.000000', 'Django | The Web framework for perfectionists with deadlines', NULL, NULL, NULL, NULL, NULL, 190, NULL, NULL, '2008-05-20 13:06:31.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 191.0, '2010-03-01 07:14:18.000000', 'fac-back-opac - Google Code', NULL, NULL, NULL, NULL, NULL, 191, NULL, NULL, '2008-05-19 22:36:11.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784873113241, '2010-03-01 07:14:18.000000', 'Rubyクックブック', NULL, NULL, NULL, '2007-04-27', NULL, 192, NULL, NULL, '2008-03-05 01:37:55.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "isbn10", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784797340044, 4797340045, '2010-03-01 07:14:18.000000', 'Rubyレシピブック', NULL, NULL, NULL, '2007-02-01', NULL, 193, NULL, NULL, '2008-03-05 01:30:39.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 194.0, '2010-03-01 07:14:18.000000', '初めてのPerl 第3版', NULL, NULL, NULL, NULL, NULL, 194, NULL, NULL, '2007-11-19 17:56:37.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 195.0, '2010-03-01 07:14:18.000000', '続・初めてのPerl 改訂版', NULL, NULL, NULL, NULL, NULL, 195, NULL, NULL, '2007-11-19 17:55:42.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784797336610, '2010-03-01 07:14:18.000000', 'たのしいRuby 第2版 Rubyではじめる気軽なプログラミング', NULL, NULL, NULL, '2006-08-05', NULL, 196, NULL, NULL, '2007-11-19 17:55:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, NULL, '2010-03-15 07:14:18.000000', 'Ruby', NULL, NULL, NULL, NULL, NULL, 197, NULL, NULL, '2007-11-19 17:55:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, NULL, '2010-03-15 07:14:18.000000', '紅玉の本', NULL, NULL, NULL, NULL, NULL, 198, NULL, NULL, '2007-11-19 17:55:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "frequency_id", "issn") VALUES (1, 1, 9876543210201, '2010-03-01 07:14:18.000000', 'テスト雑誌1月号', NULL, NULL, NULL, NULL, NULL, 201, NULL, NULL, '2007-11-19 17:55:41.000000', 3, 12345678) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "frequency_id", "issn") VALUES (1, 1, 9876543210202, '2010-03-01 07:14:18.000000', 'テスト雑誌2月号', NULL, NULL, NULL, NULL, NULL, 202, NULL, NULL, '2007-11-19 17:55:41.000000', 3, 12345678) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "frequency_id") VALUES (1, 1, 9876543210203, '2010-03-01 07:14:18.000000', 'テスト単行本記事', NULL, NULL, NULL, NULL, NULL, 203, NULL, NULL, '2010-03-03 17:00:00.000000', 1) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 5555567890001, '2010-03-03 11:00:00.000000', 'テスト雑誌1月号の記事1', NULL, NULL, NULL, NULL, NULL, 204, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 5555567890002, '2010-03-03 11:00:00.000000', 'テスト雑誌1月号の記事2', NULL, NULL, NULL, NULL, NULL, 205, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 5555567890003, '2010-03-03 11:00:00.000000', 'テスト雑誌2月号の記事1', NULL, NULL, NULL, NULL, NULL, 206, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9876543210207, '2010-03-03 11:00:00.000000', '試験単行本', NULL, NULL, NULL, NULL, NULL, 207, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, NULL, '2010-03-16 02:00:00.000000', 'ある出版物', NULL, NULL, NULL, NULL, NULL, 208, NULL, NULL, '2010-03-16 11:00:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Admin専用1', NULL, NULL, NULL, NULL, NULL, 209, NULL, NULL, '2010-03-19 13:00:00.000000', 4) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Admin専用2', NULL, NULL, NULL, NULL, NULL, 210, NULL, NULL, '2010-03-19 13:00:00.000000', 4, 't') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Librarian以上用1', NULL, NULL, NULL, NULL, NULL, 211, NULL, NULL, '2010-03-19 13:00:00.000000', 3, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Librarian以上用2', NULL, NULL, NULL, NULL, NULL, 212, NULL, NULL, '2010-03-19 13:00:00.000000', 3, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認User以上用1', NULL, NULL, NULL, NULL, NULL, 213, NULL, NULL, '2010-03-19 13:00:00.000000', 2, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認User以上用2', NULL, NULL, NULL, NULL, NULL, 214, NULL, NULL, '2010-03-19 13:00:00.000000', 2, 'f') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認', NULL, NULL, NULL, NULL, NULL, 215, NULL, NULL, '2010-03-19 13:00:00.000000', 1, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認', NULL, NULL, NULL, NULL, NULL, 216, NULL, NULL, '2010-03-19 13:00:00.000000', 1, 'f') Fixture Delete (0.1ms) DELETE FROM "patron_merge_lists" Fixture Insert (0.0ms) INSERT INTO "patron_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 04:36:49.835774', 'test1', 1, '2008-02-18 04:36:49.835774') Fixture Insert (0.0ms) INSERT INTO "patron_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:10.743437', 'test2', 2, '2008-02-18 07:13:10.743437') Fixture Insert (0.0ms) INSERT INTO "patron_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:14.963116', 'test3', 3, '2008-02-18 07:13:14.963116') Fixture Delete (0.1ms) DELETE FROM "patron_merges" Fixture Insert (0.0ms) INSERT INTO "patron_merges" ("updated_at", "id", "patron_id", "patron_merge_list_id", "created_at") VALUES ('2008-02-17 09:51:36.776009', 1, 1, 1, '2008-02-17 09:51:36.776009') Fixture Insert (0.1ms) INSERT INTO "patron_merges" ("updated_at", "id", "patron_id", "patron_merge_list_id", "created_at") VALUES ('2008-02-17 10:14:03.461761', 2, 2, 1, '2008-02-17 10:10:36.282814') Fixture Insert (0.1ms) INSERT INTO "patron_merges" ("updated_at", "patron_id", "patron_merge_list_id", "id", "created_at") VALUES ('2008-02-17 10:19:19.265557', 3, 1, 3, '2008-02-17 10:19:19.265557') Fixture Delete (0.3ms) DELETE FROM "patrons" Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'Administrator', NULL, 'Administrator', '2007-11-21 13:01:56.137409', '', 1, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:06:06.507237', 1) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'Librarian1', NULL, 'Librarian1', '2007-11-21 13:02:10.359793', '', 2, '2000-01-01', NULL, NULL, 1, 1, 1, 4, '2007-11-19 08:06:07.724517', 2) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES (NULL, 'Kosuke', 'Tanabe', 'Kosuke Tanabe', '2007-12-04 07:25:01.523618', NULL, 3, '2000-01-01', NULL, NULL, 1, 1, 1, 3, '2007-12-04 07:25:01.523618', 3) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES (NULL, 'Librarian2', NULL, 'Librarian2', '2007-12-04 07:25:01.785027', NULL, 4, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-12-04 07:25:01.785027', 4) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'User2', NULL, 'User2', '2007-11-21 13:02:35.579396', '', 5, '2000-01-01', NULL, NULL, 1, 1, 1, 2, '2007-11-19 08:24:50.153417', 5) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 1', NULL, 'New patron 1', '2007-11-21 13:02:35.579396', '', 6, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 2', NULL, 'New patron 2', '2007-11-21 13:02:35.579396', '', 7, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 3', NULL, 'New patron 3', '2007-11-21 13:02:35.579396', '', 8, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 4', NULL, 'New patron 4', '2007-11-21 13:02:35.579396', '', 9, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 5', NULL, 'New patron 5', '2007-11-21 13:02:35.579396', '', 10, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'User3', NULL, 'User3', '2007-11-21 13:02:35.579396', '', 11, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417', 6) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'テスト名字', 'テスト名前', 'テスト正式名称', '2010-03-03 08:00:00.579396', '', 101, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2010-03-03 08:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, '出版社テスト', '2010-03-03 08:00:00.579396', '', 102, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-03 08:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, '作者ダミー', '2010-03-16 10:00:00.579396', '', 103, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-16 10:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, '試験用会社', '2010-03-16 10:00:00.579396', '', 104, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-16 10:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, 'オーム社', '2010-03-15 08:00:00.579396', '', 201, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-15 08:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, 'Ruby社', '2010-03-15 08:00:00.579396', '', 202, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-15 08:00:00.579396') Fixture Delete (0.1ms) DELETE FROM "roles" Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('Guest', 'Guest', 1, NULL, '2012-01-08 15:12:04', '2012-01-08 15:12:04') Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('User', 'User', 2, NULL, '2012-01-08 15:12:04', '2012-01-08 15:12:04') Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('Librarian', 'Librarian', 3, NULL, '2012-01-08 15:12:04', '2012-01-08 15:12:04') Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('Administrator', 'Administrator', 4, NULL, '2012-01-08 15:12:04', '2012-01-08 15:12:04') Fixture Delete (0.2ms) DELETE FROM "series_has_manifestations" Fixture Insert (0.1ms) INSERT INTO "series_has_manifestations" ("updated_at", "manifestation_id", "series_statement_id", "id", "position", "created_at") VALUES ('2008-01-11 14:28:19.277110', 1, 1, 1, 1, '2008-01-11 14:28:19.277110') Fixture Insert (0.1ms) INSERT INTO "series_has_manifestations" ("updated_at", "manifestation_id", "series_statement_id", "id", "position", "created_at") VALUES ('2008-01-11 14:28:57.068191', 2, 2, 2, 1, '2008-01-11 14:28:57.068191') Fixture Insert (0.1ms) INSERT INTO "series_has_manifestations" ("updated_at", "manifestation_id", "series_statement_id", "id", "position", "created_at") VALUES ('2008-01-11 14:32:03.701425', 3, 3, 3, 1, '2008-01-11 14:32:03.701425') Fixture Delete (0.1ms) DELETE FROM "series_statement_merge_lists" Fixture Insert (0.1ms) INSERT INTO "series_statement_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 04:36:49.835774', 'test1', 1, '2008-02-18 04:36:49.835774') Fixture Insert (0.1ms) INSERT INTO "series_statement_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:10.743437', 'test2', 2, '2008-02-18 07:13:10.743437') Fixture Insert (0.1ms) INSERT INTO "series_statement_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:14.963116', 'test3', 3, '2008-02-18 07:13:14.963116') Fixture Delete (0.1ms) DELETE FROM "series_statement_merges" Fixture Insert (0.1ms) INSERT INTO "series_statement_merges" ("updated_at", "id", "series_statement_id", "series_statement_merge_list_id", "created_at") VALUES ('2008-02-17 09:51:36.776009', 1, 1, 1, '2008-02-17 09:51:36.776009') Fixture Insert (0.1ms) INSERT INTO "series_statement_merges" ("updated_at", "id", "series_statement_id", "series_statement_merge_list_id", "created_at") VALUES ('2008-02-17 10:14:03.461761', 2, 2, 1, '2008-02-17 10:10:36.282814') Fixture Insert (0.1ms) INSERT INTO "series_statement_merges" ("updated_at", "series_statement_id", "series_statement_merge_list_id", "id", "created_at") VALUES ('2008-02-17 10:19:19.265557', 3, 1, 3, '2008-02-17 10:19:19.265557') Fixture Delete (0.2ms) DELETE FROM "series_statements" Fixture Insert (0.1ms) INSERT INTO "series_statements" ("id", "original_title", "position", "created_at", "updated_at") VALUES (1, 'title1', 1, '2012-01-08 15:12:04', '2012-01-08 15:12:04') Fixture Insert (0.1ms) INSERT INTO "series_statements" ("id", "original_title", "position", "created_at", "updated_at") VALUES (2, 'title2', 2, '2012-01-08 15:12:04', '2012-01-08 15:12:04') Fixture Delete (0.1ms) DELETE FROM "user_has_roles" Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (1, 4, '2012-01-08 15:12:04', '2012-01-08 15:12:04', 135138680) Fixture Insert (1.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (2, 3, '2012-01-08 15:12:04', '2012-01-08 15:12:04', 344583537) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (3, 2, '2012-01-08 15:12:04', '2012-01-08 15:12:04', 206669143) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (4, 3, '2012-01-08 15:12:04', '2012-01-08 15:12:04', 226540757) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (5, 2, '2012-01-08 15:12:04', '2012-01-08 15:12:04', 358143215) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (6, 2, '2012-01-08 15:12:04', '2012-01-08 15:12:04', 576709754) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (7, 2, '2012-01-08 15:12:04', '2012-01-08 15:12:04', 1010528733) Fixture Delete (0.2ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:16:30.163731', '$2a$10$vHohD1WflnTIqAa8zMkF9evwAgIZRw3XuR4d3bi29M.jph/MB/AJi', 2, 1, NULL, 'admin', 'tanabe@kamata.lib.teu.ac.jp', '2007-11-19 07:58:32.111941', 4) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 03:41:16.337474', '$2a$10$9O2VuTccN4gHq36ARg0QReSrb1D7WrBBhZZ759RM9moHbB0W5zCzS', 1, 2, NULL, 'librarian1', 'librarian1@kamata.lib.teu.ac.jp', '2007-11-19 07:58:33.172441', 1) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:02:25.101261', '$2a$10$JthS59A0BNkDOoFpCXM0V.GhhffKaoWKbzpPahYp/vTFrOyM7h/uW', 1, 3, NULL, 'user1', 'user1@kamata.lib.teu.ac.jp', '2007-11-19 07:58:34.637413', 3) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "created_at", "required_role_id") VALUES ('2008-05-31 03:42:23.340575', '$2a$10$YmmTGrYQ1Ir6oc7wXnp.GuNeO1eYLoP3sv8wMSIrTdaGw2BPwRrpS', 1, 4, NULL, 'librarian2', '2008-01-18 03:24:04.222344', 1) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "created_at", "required_role_id") VALUES ('2008-05-31 03:42:44.711117', '$2a$10$i7UjJhLVrJM/J7qaTwW39OXw1NiwowUEbtNHVDV0sqMLjX9.UO9ca', 1, 5, NULL, 'user2', '2008-01-18 04:29:06.922728', 2) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:02:25.101261', 'cc53de0c2d9a1a228daa9a673ec824473747e17507a6c3c4f7e5eff8821f531d4b9e23616b3ddc66fe17006b2298a556fbd567ac080e87f00f37eef8cee6c417', 1, 6, NULL, 'user3', 'user3@kamata.lib.teu.ac.jp', '2007-11-19 07:58:34.637413', 3) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:02:25.101261', 'cc53de0c2d9a1a228daa9a673ec824473747e17507a6c3c4f7e5eff8821f531d4b9e23616b3ddc66fe17006b2298a556fbd567ac080e87f00f37eef8cee6c417', 1, 7, NULL, 'user4', 'user4@kamata.lib.teu.ac.jp', '2007-11-19 07:58:34.637413', 3) Role Load (3.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_1@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (6.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_1@example.jp"], ["encrypted_password", "$2a$04$b6lVQrh.SHGC/4lvUXxi3uKgn4QYpL0e6MXOonRC.hTTlAS7sp7QS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "admin_1"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.391518' WHERE "roles"."id" = 4  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Rendered /Users/kosuke/enju_resource_merge/app/views/patron_merge_lists/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 150ms (Views: 64.5ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_1@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_1@example.jp"], ["encrypted_password", "$2a$04$BR8MOs5kxqaoY2Tfkjg/E..Q0/IwbL4ICs6REahYZ/Nd0tQksJ4xG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_1"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.582504' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_1@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_1@example.jp"], ["encrypted_password", "$2a$04$OFWuJDW4LkTdTNCql1SCZu1O8xhXDiswLIlH7sS0ro1Vl254uuldO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "user_1"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.616358' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 2.1ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "patron_merge_lists" WHERE ('t'='f') Processing by PatronMergeListsController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 12ms  (0.1ms) SELECT COUNT(*) FROM "patron_merge_lists" WHERE ('t'='f')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["title", "patron_merge_list_1"], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_2@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_2@example.jp"], ["encrypted_password", "$2a$04$lwbFWzhLCwILfvEAejP2.efKsi7Tnmloh5jsiELttAVzY4t/aVGSW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "admin_2"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.671001' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.2ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 30ms (Views: 19.4ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["title", "patron_merge_list_2"], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_2@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_2@example.jp"], ["encrypted_password", "$2a$04$644iNZm.b3n3HOdFOCkbBesds1r.X1HqZ61JjuRGGsxq7n7CdfS3e"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_2"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.781162' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["title", "patron_merge_list_3"], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_2@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_2@example.jp"], ["encrypted_password", "$2a$04$y0v6eAQsisioMwsI0RPJjun0ex8sL2ZxGyMsS8sqMq7tnzlZyKeI2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "user_2"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.815511' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["title", "patron_merge_list_4"], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_3@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_3@example.jp"], ["encrypted_password", "$2a$04$9zgtfcSBhrjCdxXEKuxs/u2ssRc04BGAyTOTv.OOFS5LcvT8Kfsnm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "admin_3"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.859840' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 16ms (Views: 7.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_3@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_3@example.jp"], ["encrypted_password", "$2a$04$z5nPAVeiF7F0Y3mzb17OI.LIQoG2UGZ6qavwN6oXyKwGiENilpuu."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_3"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.897570' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_3@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_3@example.jp"], ["encrypted_password", "$2a$04$nbdsy0CLUxNZfXsmDEbSbekzmk8zF.5ZZl9GeJvxjj8OIAt6dFbM."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "user_3"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.927476' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Processing by PatronMergeListsController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_4@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_4@example.jp"], ["encrypted_password", "$2a$04$umZavNrdsB0Gfi8UdSx.y.CSZ4pi7jYhXmZuK6ksMJGUTVrMC4c26"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_group_id", nil], ["username", "admin_4"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:05.967275' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00], ["title", "patron_merge_list_5"], ["updated_at", Sun, 08 Jan 2012 15:12:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 18ms (Views: 4.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_4@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (7.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_4@example.jp"], ["encrypted_password", "$2a$04$wG/JtUqTI9gTDGOMuReK4OANcVCnJDq7/iZWObaPqRsN05sljw.0q"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_4"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.010027' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_6"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 101ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_4@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_4@example.jp"], ["encrypted_password", "$2a$04$Q5OXfcE.NewJRuPjDp/xYecq/vV7T5sZGhAQQ4tsLToZCtHhxJWQi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "user_4"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.139535' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_7"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_8"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_5@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_5@example.jp"], ["encrypted_password", "$2a$04$5mRl/W6n7LVoglrAn88I7OkJe2Z/WivBWEY9/phVDY7aKAEJoqcj2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_5"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.194352' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_9"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_9"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 17ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_6@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_6@example.jp"], ["encrypted_password", "$2a$04$nfxab.KIj2iMyw0r0FtOWOAOFbe6v3iwRYSkdVyhTmZwAiIM3eXO."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_6"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.231204' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_10"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_10"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 19ms Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.4ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_7@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_7@example.jp"], ["encrypted_password", "$2a$04$WxzdurnISgimtgumxZoqaO0gxuyZ3zgl70F8xejWOGuLMTfsTKc3q"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_7"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.276908' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_8@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (11.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_8@example.jp"], ["encrypted_password", "$2a$04$7As0VuQy7h8zUQDOb/.gFu2bje0TXhe/rmQTkr05Yv9wLmuVHp2eG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_8"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.319358' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_5@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_5@example.jp"], ["encrypted_password", "$2a$04$I0FvYOJ1DwkM7FvJQEvwBO4uCKcZ5qCl42ODTu6XJtBlSQFSVZ10q"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_5"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.364848' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_13"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_13"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 12ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_6@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_6@example.jp"], ["encrypted_password", "$2a$04$pRxfoPkMe.OVvET78QcfoeZwCtjv.Wp.gT20A4iR25BlVMqYwt7VK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_6"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.395119' WHERE "roles"."id" = 3  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_14"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_14"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 85ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_7@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_7@example.jp"], ["encrypted_password", "$2a$04$0i3t80bLtG/YN9ntZFVSYuG33T7L1wAeH0rJwYrpMlEVP92MKd3A."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_7"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.500362' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_8@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_8@example.jp"], ["encrypted_password", "$2a$04$gqHwU2apFEbEQrtlI4R/vOx.YxDZegA2iO7HDlkP0pXQ5ImYWH8CG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_8"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.533039' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_5@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_5@example.jp"], ["encrypted_password", "$2a$04$j3zSNRVbmnrTBj0wtSgrqOUdSlGUKpN9slfn0T1C6H.S9GkGkvYcu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "user_5"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.572364' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_17"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_6@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_6@example.jp"], ["encrypted_password", "$2a$04$2hF1ATnvHr6o7OOcmXTyHOCX5mpGMnfxcZw1GuzK3EMVMFZpnQRdu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "user_6"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.618378' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_18"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_7@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_7@example.jp"], ["encrypted_password", "$2a$04$PYEZFdwpKoNvXtCl4LZk3O9UmpzS3qVV6cmTvbOX2.n673Yqfpjqy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "user_7"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.648980' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 9ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_8@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_8@example.jp"], ["encrypted_password", "$2a$04$pTjKJ/qpQ.NfpaTuxPkpw.HwAVbRdflT4E118kFhVRJHEvv9xC0tm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "user_8"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.680217' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_21"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_22"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 10ms Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 13ms Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_25"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_9@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (62.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_9@example.jp"], ["encrypted_password", "$2a$04$urfstW1l4pE5nnsZlwWnKeZCYOba7lFV5W4QBPiW3lxG3oh52zt2a"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_9"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.832365' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_26"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "patron_merge_lists" SET "title" = 'patron_merge_list_26', "updated_at" = '2012-01-08 15:12:06.845772' WHERE "patron_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 13ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_27"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_10@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_10@example.jp"], ["encrypted_password", "$2a$04$6KtIt6cYSfBk.MglN4eQEeLQ8EEgGxwZbt5DPBhSZrcl9MmKRqSAO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_10"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.872737' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_28"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "patron_merge_lists" SET "title" = 'patron_merge_list_28', "updated_at" = '2012-01-08 15:12:06.891524' WHERE "patron_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 15ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_29"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_11@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_11@example.jp"], ["encrypted_password", "$2a$04$Xal7eiMRUOLvRtByh2A4TepBuBZc1T7z433fYTRZiRcg1BAi4vhYC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_11"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.916197' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 1.3ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (10.8ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_31"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_12@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_12@example.jp"], ["encrypted_password", "$2a$04$Ek2N37O5g.unOlwHRBLbkemHslNWciLi7kKq8kyTlo.ykTjNX6JoK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_12"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:06.963301' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 1.4ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["title", "patron_merge_list_33"], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_9@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_9@example.jp"], ["encrypted_password", "$2a$04$JuAbgKsdqD2JIpYsHC8w4eAQeEk5v/gZYDQr56r5VJnH3vqoVG616"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_9"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.002713' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", 1]] Processing by PatronMergeListsController#update as HTML Parameters: {"mode"=>"merge", "id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "1"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" IS NULL LIMIT 1 Redirected to http://test.host/patron_merge_lists/1 Completed 302 Found in 16ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_35"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_10@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_10@example.jp"], ["encrypted_password", "$2a$04$qHpybc843rbv/cPpZkpWjeK/XNqs4i0xooIeGsP.W7oxMD9VbLLu2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_10"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.042041' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", 1]] Processing by PatronMergeListsController#update as HTML Parameters: {"selected_patron_id"=>"3", "mode"=>"merge", "id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "1"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 3 LIMIT 1 Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" INNER JOIN "patron_merges" ON "patrons"."id" = "patron_merges"."patron_id" WHERE "patron_merges"."patron_merge_list_id" = 1 SQL (0.1ms) UPDATE "creates" SET patron_id = 3 WHERE (patron_id = 1) SQL (0.1ms) UPDATE "realizes" SET patron_id = 3 WHERE (patron_id = 1) SQL (0.1ms) UPDATE "produces" SET patron_id = 3 WHERE (patron_id = 1) SQL (0.1ms) UPDATE "owns" SET patron_id = 3 WHERE (patron_id = 1) SQL (0.1ms) UPDATE "donates" SET patron_id = 3 WHERE (patron_id = 1)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "patrons" WHERE ("patrons"."id" = 1 AND "patrons"."lock_version" = 0)  (0.0ms) RELEASE SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "creates" SET patron_id = 3 WHERE (patron_id = 2) SQL (0.1ms) UPDATE "realizes" SET patron_id = 3 WHERE (patron_id = 2) SQL (0.1ms) UPDATE "produces" SET patron_id = 3 WHERE (patron_id = 2) SQL (0.1ms) UPDATE "owns" SET patron_id = 3 WHERE (patron_id = 2) SQL (0.1ms) UPDATE "donates" SET patron_id = 3 WHERE (patron_id = 2)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "patrons" WHERE ("patrons"."id" = 2 AND "patrons"."lock_version" = 0)  (0.0ms) RELEASE SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "creates" SET patron_id = 3 WHERE (patron_id = 3) SQL (0.1ms) UPDATE "realizes" SET patron_id = 3 WHERE (patron_id = 3) SQL (0.1ms) UPDATE "produces" SET patron_id = 3 WHERE (patron_id = 3) SQL (0.1ms) UPDATE "owns" SET patron_id = 3 WHERE (patron_id = 3) SQL (0.1ms) UPDATE "donates" SET patron_id = 3 WHERE (patron_id = 3) Redirected to http://test.host/patron_merge_lists/1 Completed 302 Found in 166ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_37"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_11@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_11@example.jp"], ["encrypted_password", "$2a$04$zmVxvvdnH7LwnB/PheylFOV6CLkiyV1py5d0dWgv9SzKcREvClnkq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_11"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.233031' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_38"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "patron_merge_lists" SET "title" = 'patron_merge_list_38', "updated_at" = '2012-01-08 15:12:07.245275' WHERE "patron_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 12ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_39"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_12@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (44.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_12@example.jp"], ["encrypted_password", "$2a$04$/g5BwDL6p9kLW5ySnF8wPuPY97SWf7fRUWT7tMMoT5Fa0qH8L2.bq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_12"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.307148' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_40"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "patron_merge_lists" SET "title" = 'patron_merge_list_40', "updated_at" = '2012-01-08 15:12:07.315520' WHERE "patron_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_41"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_13@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_13@example.jp"], ["encrypted_password", "$2a$04$wUsxQMV9oAU2TqmeqCgpyeL9vI1TywjakiA2C0M6.vNYz6VhOETIe"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_13"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.330274' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_43"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_14@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_14@example.jp"], ["encrypted_password", "$2a$04$vEIdZthCuURFmN1Izau.4O28q/zzoT0OTJIpDHzgqctSL76Fb3rZ6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_14"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.356833' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_45"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_9@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_9@example.jp"], ["encrypted_password", "$2a$04$74uIGOqVqdcBGoEGGNKJV.1KplGAJYKsB7xpxDwANLeN6GFbmUXXa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "user_9"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.375913' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_46"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_47"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_10@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_10@example.jp"], ["encrypted_password", "$2a$04$NGc4w4brVRb98lbGMa0TRuNRCrTHP/f19hxzvcNeLy6lV87A9Cise"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "user_10"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.393740' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_48"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 8ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_49"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_11@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_11@example.jp"], ["encrypted_password", "$2a$04$BSCPIXJGVMu9q/SAjL36gOxEaj6C9uWguPmcDx3w0Cc6s7T5tFPH6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "user_11"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.415324' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_51"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_52"}, "id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_53"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_54"}, "id"=>"4"} PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_55"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_57"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_13@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (38.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_13@example.jp"], ["encrypted_password", "$2a$04$gVjjnOPKygqrWjRLiA8UZugejQBptTLoVJeHw5NRn2SoaKhyR0XEu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_13"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.498818' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."patron_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_58"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_14@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_14@example.jp"], ["encrypted_password", "$2a$04$IS1KyfDlYZmSXnFkGoMfJ.nHvibvyyDbWgcsOe8yTXngOMKt2sE.m"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_14"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.517734' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."patron_merge_list_id" = 4 SQL (0.0ms) DELETE FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists Completed 302 Found in 6ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_59"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_15@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_15@example.jp"], ["encrypted_password", "$2a$04$rvmDoVlASfls159df23uH.KnneC3FrdFhgLB41fLwTZ2hJXd20erS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_15"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.536710' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."patron_merge_list_id" = 4 SQL (0.0ms) DELETE FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists Completed 302 Found in 6ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_60"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_16@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_16@example.jp"], ["encrypted_password", "$2a$04$X1HfcF/jdo8ZyCtoekp4EOghCh0rjIWD6qvfxP1QS0zzYM.b6aZaq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_16"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.553727' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."patron_merge_list_id" = 4 SQL (0.0ms) DELETE FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists Completed 302 Found in 6ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_61"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_12@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_12@example.jp"], ["encrypted_password", "$2a$04$ig0uJPxNVqWV5Y/0Pe50lOIm1c5L2S9XWYfSd3ekEtqZq84mGpvze"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "user_12"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.571464' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_62"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_13@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_13@example.jp"], ["encrypted_password", "$2a$04$eH2qcOtnrCRUU54gfzjEPeDSHdfDSwWeeFLwKbgeOoevYtMwaadqy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "user_13"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.588701' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_63"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_64"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_65"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (39.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_1"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_15@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_15@example.jp"], ["encrypted_password", "$2a$04$n41QDPswGgpv.Aq3w0pywu6NK/X04x7/pEZzY6RVaXb8sruCXfwee"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_15"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.674226' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 8ms (Views: 2.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms) PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" LIMIT 10 OFFSET 0  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_66"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_2"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_17@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_17@example.jp"], ["encrypted_password", "$2a$04$HLRMXfSwN/YaiMdqIlRaXeAu7Nqt5jHtpFQA2Ebo3ZdaRENDyfmcS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_17"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.703622' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.1ms | Solr: 0.0ms) PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges"  PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" LIMIT 10 OFFSET 0  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_67"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_3"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_14@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_14@example.jp"], ["encrypted_password", "$2a$04$3UwpgInZDrumEAjh6argcel3wNdY0THauJF65hMcLDy/eH/Z/6kka"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "user_14"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.729871' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "patron_merges" WHERE ('t'='f')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_68"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_4"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.1ms) SELECT COUNT(*) FROM "patron_merges" WHERE ('t'='f') Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_16@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_16@example.jp"], ["encrypted_password", "$2a$04$YOnhpURwH.YxSh8VxWT9ZulzLV9wNOa6gLVbK.7U2U3EB8uzdYpja"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_16"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.802503' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_69"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (2.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_5"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_18@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_18@example.jp"], ["encrypted_password", "$2a$04$mjtI865QT2Xv6.JE1/moyeGvFKZlbjC6sfeUoVXVrxPG8zlrfhpfy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_18"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.830460' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_70"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (2.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_6"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_15@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_15@example.jp"], ["encrypted_password", "$2a$04$lqvbVfbxRRRuiGQ2nQmHouVeFdZAHgiRaFpMVfrdClvtPec1STXNO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "user_15"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.889725' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_71"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (41.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_7"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 1.0ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["title", "patron_merge_list_72"], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_8"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_17@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_17@example.jp"], ["encrypted_password", "$2a$04$rToK5oFGnLOvxeLrG.iuBODbQanYdBBlTG.jTh6LiEBs9AqBNjnMy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_17"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:07.979005' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_19@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_19@example.jp"], ["encrypted_password", "$2a$04$fihvk1oBdKmiw8XZyGR.vuKl2d1JBZiJfq/c9eoC5cfN1DGyXC6na"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_19"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.002511' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_16@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_16@example.jp"], ["encrypted_password", "$2a$04$GCGR6e./mjLonCJ7rLRe3.4oAvE/G3woszL.eddLQCsaguv2uLZpm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "user_16"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.022380' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Processing by PatronMergesController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_18@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_18@example.jp"], ["encrypted_password", "$2a$04$C6RsLPwCCD6D5M0ojdkhAeq61PsQzhJLB8q3CGLpUUGhMBEMkancW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_18"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.049247' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_73"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (41.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_9"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_20@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_20@example.jp"], ["encrypted_password", "$2a$04$p/YufZEwEsohVVkeEbPSyOExInZDqvxyL2rB5Ww5m1dZSbd2PYPSO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_20"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.116489' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_74"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (2.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_10"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_17@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_17@example.jp"], ["encrypted_password", "$2a$04$pjjRVaj2xxPvfg7ZFwkdhOIRNsCECam9RQw01tyLb7oZ.QC.yJfj6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "user_17"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.143073' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_75"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (2.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_11"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_76"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (2.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_12"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_77"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_13"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_19@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_19@example.jp"], ["encrypted_password", "$2a$04$sDGPVe75n4jmf4M2ZKaiPefld0l1v2QugDgv8yesghcJryNY7x8AO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_19"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.227567' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 9ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_78"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_14"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_20@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_20@example.jp"], ["encrypted_password", "$2a$04$R/DXfn.D.7y7qcRZmXdP5.2FR4SXIzHtyG6zQAahv8PbZrpqQCaKa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_20"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.253732' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 12ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_79"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_15"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_21@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (59.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_21@example.jp"], ["encrypted_password", "$2a$04$5BuUx/MDWqzVmmZEMI75qeNhA9ktCGgzNWTUGxBpwCe5ulx.tXAQ2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_21"]] SQL (0.4ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.355903' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_80"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_16"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_22@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_22@example.jp"], ["encrypted_password", "$2a$04$woyclTUq.WXUxGCrmNIP9uoDah/JAIeYAtdApVtwNMW1SakYHu1s2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_22"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.402092' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_81"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_17"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_21@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_21@example.jp"], ["encrypted_password", "$2a$04$guYZONgDKn2WyrVo87t/YuQWXNGNSEnwjZO9r2FI9A09KSFnv1yNK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_21"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.444099' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 15ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_82"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_18"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_22@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_22@example.jp"], ["encrypted_password", "$2a$04$Zd9pGaChpHTQdMtP0kuUM.wNRAuzfhFgW.B56AEoQFjXuXXdkbNVa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_22"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.491523' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 19ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_83"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_19"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_23@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_23@example.jp"], ["encrypted_password", "$2a$04$3JgXXp00DekG2A7YwiOZNOLnDLu0H7uA7/ITy1YNEIOMyPZ4x6rZq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_23"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.605014' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_84"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_20"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_24@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_24@example.jp"], ["encrypted_password", "$2a$04$5pI3Foa/tVCjYbPWxWZi0.LPuimRX/gCmcFVv2G3dGTY5PhSX7Oqi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_24"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.651934' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_85"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_21"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_18@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_18@example.jp"], ["encrypted_password", "$2a$04$O52qwzwHxhcD/CFMBo610.HR0mHmG9D/c4s2JiV8phwsdDJKFu4Hy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "user_18"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.692811' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 71ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_86"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (6.2ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_22"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_19@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_19@example.jp"], ["encrypted_password", "$2a$04$KocXgJlRmouj2..9xFCmSuhJ5s9tThRyr8ug9EWdOAPSnMkXeT.Ey"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "user_19"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.797442' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_87"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_23"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_20@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_20@example.jp"], ["encrypted_password", "$2a$04$WNgLy.0J.5KI4AHIEwnhkuvKPbYaaOMzdBYIQOSEWFZvjs9nNBbfa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "user_20"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.836933' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_88"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (7.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_24"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_21@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_21@example.jp"], ["encrypted_password", "$2a$04$f8sUlAOcjezKTDOeHvmjGO/4mBvd7rJNFdNAXbfUKEchY33o7/MbW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_group_id", nil], ["username", "user_21"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:08.882372' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_89"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_25"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00], ["title", "patron_merge_list_90"], ["updated_at", Sun, 08 Jan 2012 15:12:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_26"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_91"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (8.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_27"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_92"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_28"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_93"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (70.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_29"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_94"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_30"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_23@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_23@example.jp"], ["encrypted_password", "$2a$04$oFU031xlYR6aum65k5VAUOGBYiFSsr/BqOmbNytHaCM61zizaO6pK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_group_id", nil], ["username", "admin_23"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:09.180132' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-01-08 15:12:09.195837' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 15ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_95"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_31"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_96"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.2ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_32"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_24@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_24@example.jp"], ["encrypted_password", "$2a$04$0vwrgrdCXnp4LWMnT3o0vup4mAIsGp9oxQ83MjkV2KiErLOpcpl.."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_group_id", nil], ["username", "admin_24"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:09.246048' WHERE "roles"."id" = 4  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-01-08 15:12:09.322509' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 16ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_97"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_33"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_98"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_34"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_25@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_25@example.jp"], ["encrypted_password", "$2a$04$XOVk8xA0InN5xGZHOsJ7xuJBqF.6dSyrGMkWCKb0rDd0SEybiJBrS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_group_id", nil], ["username", "admin_25"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:09.375641' WHERE "roles"."id" = 4  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 1.3ms | ActiveRecord: 0.7ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_99"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_35"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_100"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (65.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_36"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.3ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_25@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_25@example.jp"], ["encrypted_password", "$2a$04$5TK/v76JCwmAgjNTErIZnulxeWdzWlkeHdiK3NzjsK7v1vyp0LYzi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_group_id", nil], ["username", "librarian_25"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:09.497588' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-01-08 15:12:09.514603' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 17ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_101"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_37"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_102"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_38"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_26@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_26@example.jp"], ["encrypted_password", "$2a$04$6jvDuQiGeXiIztM9DBNQcO29Ni98IHZ20b6asB/WqyVDdrJM5czBO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_group_id", nil], ["username", "librarian_26"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:09.559356' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-01-08 15:12:09.575229' WHERE "patron_merges"."id" = 4  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 21ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_103"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.2ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_39"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_104"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (69.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_40"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_27@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_27@example.jp"], ["encrypted_password", "$2a$04$3l2fhiqLwmgLIqgEz9/1W.UVIt0hTyvKu3fF2nZziAfbZY9hsbNx."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_group_id", nil], ["username", "librarian_27"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:09.700705' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 1.3ms | ActiveRecord: 0.6ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_105"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_41"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_106"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.2ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_42"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_22@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_22@example.jp"], ["encrypted_password", "$2a$04$BZI0UKfh8L4OCu1q9S.91uv./IBny3d2UO8Ytaf3uRrLrC/6lcX.C"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_group_id", nil], ["username", "user_22"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:09.760909' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 9ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_107"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (68.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_43"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_108"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_44"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_23@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_23@example.jp"], ["encrypted_password", "$2a$04$DXtOiW4QVl.hHCcYUgP8/.L7Rtmug7pztAl5/puo75BbCrEuCqPvS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_group_id", nil], ["username", "user_23"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:09.884449' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_109"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_45"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_110"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_46"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.3ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_24@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_24@example.jp"], ["encrypted_password", "$2a$04$K03ChTKyG9VT8mQ0hM4hxeMqZ/IBK.NBoOUKFIiuamxJwfWDhP35G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_group_id", nil], ["username", "user_24"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:09.939721' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["title", "patron_merge_list_111"], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (76.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_47"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:09 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_112"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_48"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_113"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_49"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_114"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (6.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_50"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 11ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_115"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (68.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_51"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_116"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (10.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_52"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_117"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_53"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_26@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_26@example.jp"], ["encrypted_password", "$2a$04$2rBNM/o8Bf9hSdYyqWQdGe6QNtHkjeXd7T.7RfbuaxmKxrd8A4yL."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "admin_26"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.272546' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 14ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_118"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (6.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_54"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_27@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_27@example.jp"], ["encrypted_password", "$2a$04$Xt6skt3EZ3xsnucdBBGYP.xELJFL8mpN5ru/FHsnltaxYdmCeBAGm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "admin_27"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.320730' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 9ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_119"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (86.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_55"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_28@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_28@example.jp"], ["encrypted_password", "$2a$04$LXxRyGo3Ck43AskW9HTd/udCrwAXjiVExE4n7khwk.EHS1aVvPHiy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "librarian_28"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.459038' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 13ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_120"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_56"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_29@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_29@example.jp"], ["encrypted_password", "$2a$04$em0M.tPNueoR0MZKycbDB.7zQTAO6T5NcmDrFip3cGTGw3YK8mnZy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "librarian_29"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.505780' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 11ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_121"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (9.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_57"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_25@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_25@example.jp"], ["encrypted_password", "$2a$04$2H3xwX5ji24zfJ7nK.aIrud1I014AFwS8MZg0rT4ce9rmaGzrcvem"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "user_25"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (2.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.569584' WHERE "roles"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.6ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_122"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (81.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_58"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_26@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_26@example.jp"], ["encrypted_password", "$2a$04$MbLdvX46UA.uVE94L8A3juYdhkEz8LxmgP.EdwDP2DLIUn75TSM.K"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "user_26"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.698317' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 9ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_123"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (8.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_59"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "patron_merge_list_124"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_60"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 10ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_28@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_28@example.jp"], ["encrypted_password", "$2a$04$PYpjWXQIaDWenw.PxYIK5ePDDv8QQYG72ATZxf5HwpYeueP0VJlDK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "admin_28"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.787823' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 22ms (Views: 11.0ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_30@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_30@example.jp"], ["encrypted_password", "$2a$04$mjflmnEUbmXpBvdCtv3M7uL8tY0q/Z.SVGR7HCOv9Bflx04xTQg9q"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "librarian_30"]] SQL (1.6ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.897822' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_27@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_27@example.jp"], ["encrypted_password", "$2a$04$a7kFoPWh3PxLKYVTDIW4yucNVZGn0xjvXzkjJxvI5FAEF0JW9i.Ly"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "user_27"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.935465' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "series_statement_merge_lists" WHERE ('t'='f') Processing by SeriesStatementMergeListsController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "series_statement_merge_lists" WHERE ('t'='f') Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_29@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_29@example.jp"], ["encrypted_password", "$2a$04$AHjhl87U/aUXr5WT5Ad4V.0D0HLIpbKa/HEVo6DJvEVbpwOo3Ig6O"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_group_id", nil], ["username", "admin_29"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:10.980540' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00], ["title", "series_statement_merge_list_1"], ["updated_at", Sun, 08 Jan 2012 15:12:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.2ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 13ms (Views: 2.4ms | ActiveRecord: 0.5ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_31@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_31@example.jp"], ["encrypted_password", "$2a$04$QlYcWwpyT1g9CllJnFT9feXWC4mtRzHu5YURsq5lW04.510HWmHMq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_31"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.022302' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_2"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_28@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_28@example.jp"], ["encrypted_password", "$2a$04$JU/cjK2hIWc5I.ib6.9AGOc6ZTA6Xs2/nV2hhcHJTrLnGl2l232Ri"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "user_28"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.060245' WHERE "roles"."id" = 2  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_3"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_4"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 14ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_30@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_30@example.jp"], ["encrypted_password", "$2a$04$7dqgv3BS7M3teAvSvJR6.OroP28SP3.9fMIIxj8Q9svmnBu9Z8I22"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_30"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.115410' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 11ms (Views: 2.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_32@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_32@example.jp"], ["encrypted_password", "$2a$04$dc7NVuJdH/Fdkx7tr8USi..4LO4wuXNP4pE4jt63Vg.6VIrL8jitq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_32"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.147496' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 76ms (Views: 1.5ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_29@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_29@example.jp"], ["encrypted_password", "$2a$04$Nl.VxYVFgcrWodvcnYLv/OZayBvGEKmIYky9z3E0AeIgVx.5olt.a"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "user_29"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.248234' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 9ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Processing by SeriesStatementMergeListsController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_31@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_31@example.jp"], ["encrypted_password", "$2a$04$Ops..TKufMu2QhOPbt.a6elY8Rn61LKrmwXKNgyyHJB5nZ1t/DKEe"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_31"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.286944' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_5"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 12ms (Views: 2.6ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_33@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_33@example.jp"], ["encrypted_password", "$2a$04$DMjzedl6c6dPL5/CGHYZTOtK7z5ul.CpKt7bJ43A3gtOqvcquYAl2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_33"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.322146' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_6"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_30@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_30@example.jp"], ["encrypted_password", "$2a$04$otL0RSFh14B/KxgmEhJsF.c5./leFgoROInX/nYUy.NaVmaEBZfWK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "user_30"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.367728' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_7"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_8"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_32@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_32@example.jp"], ["encrypted_password", "$2a$04$Cj4VedK0A2F6NLzDEg.iTeNmmwV6.CJwL2ioVKZS2R66Q6XCqAqiy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_32"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.416927' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_9"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_9"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 12ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_33@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_33@example.jp"], ["encrypted_password", "$2a$04$Tt4p5f09zbQW2OkRcYe/n.qyKC6ABuKYraJobPVr0V/9/snW81u9i"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_33"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.447717' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_10"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_10"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 13ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_34@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (68.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_34@example.jp"], ["encrypted_password", "$2a$04$.E5Je2Vdj8s5Egpd3FSKjud7styTcJu7uPinK3U9NTc31xMWnUvx2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_34"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.549849' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_35@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_35@example.jp"], ["encrypted_password", "$2a$04$v6Csh/Pm9.PCuZ/6/79MeuBtjnVMd8WGdQDggqnUMaWhdZtG77Nb6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_35"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.580180' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_34@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_34@example.jp"], ["encrypted_password", "$2a$04$9cj.Y3.0.UZanNX89Ie4IeDUT542b6hiD6klLHx2TxnqIulrfLD0O"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_34"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.609726' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_13"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_13"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 12ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_35@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_35@example.jp"], ["encrypted_password", "$2a$04$2.vNy.1yjNECmtNWpCZRZOh76KuAeZ7SsvlHkZb57Jf2TNfugeJ8."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_35"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.641303' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_14"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_14"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 12ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_36@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_36@example.jp"], ["encrypted_password", "$2a$04$Nm6fRabL21V7lAU3pFAWnu.5RiM2k847cIYDTriGM1Te7uOu1l0ka"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_36"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.676908' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_37@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_37@example.jp"], ["encrypted_password", "$2a$04$ox3rfr.uBFoGVn.wQhjJe.zV45.BoTgWU3Vz.d9iGvSLDuMzgbrWu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_37"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.706806' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_31@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_31@example.jp"], ["encrypted_password", "$2a$04$NDdMHcq1Ww.0LbLY7CHa1Od4dSMEL73J.6r60Zw6artFIR6vr4.ke"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "user_31"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.740319' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_17"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 13ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_32@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_32@example.jp"], ["encrypted_password", "$2a$04$K0jvccGbZVqqk381O0lsNuPcRioeZb1AQ3lJtU89MW.DK6KgffLPa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "user_32"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.770797' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_18"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_33@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (83.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_33@example.jp"], ["encrypted_password", "$2a$04$SgVIUXYsFPwHO2QKDlOyCunzhpiljXRZ9fWtnuboYRHv8kUaNMiFO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "user_33"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.882905' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_34@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_34@example.jp"], ["encrypted_password", "$2a$04$HJrYuP3DCFZNyU5SEhlDjeVRQM8YBSdXVHxqvfl8aCGbYm.ZUKmTK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "user_34"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.912434' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (1.0ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.4ms | ActiveRecord: 1.2ms | Solr: 0.0ms) Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_21"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_22"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 11ms Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["title", "series_statement_merge_list_25"], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_36@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_36@example.jp"], ["encrypted_password", "$2a$04$mCiBrNnZIuTRSEWgxHzdBOSwYStxZYczaVSuNL3K5LpMnF02ApLw2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_36"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:11 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:11.997932' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_26"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_26', "updated_at" = '2012-01-08 15:12:12.010436' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 13ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_27"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.4ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_37@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_37@example.jp"], ["encrypted_password", "$2a$04$YD8CZ19guTWTtyBr7bOmGOoEGVN/FtiAKFWc1pPSjpZL7B39HEKI2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_37"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.032596' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_28"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_28', "updated_at" = '2012-01-08 15:12:12.050962' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 17ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_29"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_38@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_38@example.jp"], ["encrypted_password", "$2a$04$P8CuLrII1FuZHjVzbWV1NOhkwdbHYUJWa95bb2vRx5EJQutJMBdwi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_38"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.077370' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_31"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_39@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_39@example.jp"], ["encrypted_password", "$2a$04$wmF60ge8lcXm35IIeBPkkuE/t8oh53qG7WJIjUfi0pvHnm4tncsha"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_39"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.119477' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 87ms (Views: 72.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_33"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (2.6ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_38@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_38@example.jp"], ["encrypted_password", "$2a$04$0w6obGH8jhkPQwDYg8HbH.d8YjWAJwSDTy8Z5GT/6s.NypKY80PBK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_38"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.231659' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_34"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_34', "updated_at" = '2012-01-08 15:12:12.248895' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 17ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_35"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_39@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_39@example.jp"], ["encrypted_password", "$2a$04$R5zNwsuP6E8/9Jq8HXRzwuPiM5b/p4d3PzxWvvWvkbzlR7aQBOJIO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_39"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.268064' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_36"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_36', "updated_at" = '2012-01-08 15:12:12.278187' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 11ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_37"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_40@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_40@example.jp"], ["encrypted_password", "$2a$04$Z/uesywlI/wnLKY.bRPRleKzPaltnyLS5FON3Nd6IK8UHLoB8ouOi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_40"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.298562' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_39"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_41@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_41@example.jp"], ["encrypted_password", "$2a$04$yLBLsorRP2LLtsBYdgbAKuBeDxPwlhiUUcnlYUi.dAVfUJJC2OCCC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_41"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.324498' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_41"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_35@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_35@example.jp"], ["encrypted_password", "$2a$04$DExFWXcg6JZE1LdR9wAu2ucpmLyJMowcztKEMK7VNtBMo5Qpx/K.6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "user_35"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.349000' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_42"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 8ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_43"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_36@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_36@example.jp"], ["encrypted_password", "$2a$04$RNx7GK74UtsXoQ74khK/z.0dzeEj67o3ropW8lreV0BHuG3c2k7Xy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "user_36"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.371070' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_44"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_45"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_37@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_37@example.jp"], ["encrypted_password", "$2a$04$bTT.OMiqgmaXX.GDQ1eIuOznkOsF8ORDOHZL5tvJE.91bW7N8HNOu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "user_37"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.389213' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_47"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_48"}, "id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_49"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_50"}, "id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_51"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_53"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_40@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_40@example.jp"], ["encrypted_password", "$2a$04$49uqPR/EmJ/03rG411ESd.SjpbsZDMDZLMctRRrBpvUXDL6Khcu1."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_40"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.477503' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_54"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_41@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_41@example.jp"], ["encrypted_password", "$2a$04$q0rF7agsKOmCR3WJV8PPnuEhxHi9So0yhYtqADGGiE1sWNb4mKu1S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_41"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.497812' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.0ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 6ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_55"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_42@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_42@example.jp"], ["encrypted_password", "$2a$04$cI1SwG2bRTy1r0eJyvxOzujzt9Wattph4p24Q0c0t48x0E97WsnSW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_42"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.517061' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.0ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 6ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_56"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_43@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_43@example.jp"], ["encrypted_password", "$2a$04$.EqHM5YHvkdgprUAbXqFOuLX/S4zjv6AlbvlvN9els7Is30G4cOpi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_43"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.534453' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.0ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 6ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_57"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_38@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_38@example.jp"], ["encrypted_password", "$2a$04$4yDujGngXuV5kC2M.gx2Z.EW/TXLT.LlNfAG514Ffc02/AfEi4X/2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "user_38"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.552379' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_58"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_39@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_39@example.jp"], ["encrypted_password", "$2a$04$mTWQg4wt3iT4PnszOK99zuryXkpDXdbmmof3x3MkvX2211ZFMvIUa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "user_39"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.568884' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 46ms (Views: 40.6ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_59"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_60"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.0ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_61"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_1"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_1, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_42@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_42@example.jp"], ["encrypted_password", "$2a$04$vzZmC/762Q0I5eYevdyRhuhSOq3jch24j/1.PC2AnqmhHdfKRcbwS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_42"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.731256' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (20.0ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 30ms (Views: 3.2ms | ActiveRecord: 0.2ms | Solr: 2.5ms) SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" LIMIT 10 OFFSET 0  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_62"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_2"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_2, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_44@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_44@example.jp"], ["encrypted_password", "$2a$04$/pgxcgjcjm/J/wcjQOz1EeyahBswJwEmF1FOzmcZF/SFVx.HVppEa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_44"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.787959' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (21.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 27ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 24.4ms) SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges"  SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" LIMIT 10 OFFSET 0  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_63"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_3"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_3, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_40@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_40@example.jp"], ["encrypted_password", "$2a$04$uGMfM8F/PESf3bCuZlxmGOxvsBaHBIwQWpd36xMUCZLz2iYLVQlG."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "user_40"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.845486' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 25.6ms)  (0.1ms) SELECT COUNT(*) FROM "series_statement_merges" WHERE ('t'='f')  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_64"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_4"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_4, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.1ms) SELECT COUNT(*) FROM "series_statement_merges" WHERE ('t'='f') Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_43@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_43@example.jp"], ["encrypted_password", "$2a$04$GilZ1VgUv9j6XnPhDgWHruC49X3nnjQeDkFFd4DIUNRf3mF2x0gx6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_43"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.888369' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_65"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_5"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_5, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (63.4ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 71ms (Views: 1.5ms | ActiveRecord: 0.3ms | Solr: 4.1ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_45@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_45@example.jp"], ["encrypted_password", "$2a$04$035rH2.NrYWgIQlvq0iL3eh774k1axlN.tehCd999yqdATW3QTY8S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_45"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:12.983814' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["title", "series_statement_merge_list_66"], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_6"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_6, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (21.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 27ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 67.8ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_41@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_41@example.jp"], ["encrypted_password", "$2a$04$8z0ebWFa4ivnFL1NPUDb9uG6QCqnEaUoqst8hOZEcN09u3NojMG6u"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_group_id", nil], ["username", "user_41"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:13.037532' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["title", "series_statement_merge_list_67"], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_7"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_7, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 7ms (Views: 1.2ms | ActiveRecord: 0.2ms | Solr: 26.5ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["title", "series_statement_merge_list_68"], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_8"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_8, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_44@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_44@example.jp"], ["encrypted_password", "$2a$04$7SDTtRkBC1TdY0BYGmfPHO0Wvmtwsq2lYkNYRrRoJU26/eTCLYIeK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_group_id", nil], ["username", "admin_44"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:13.088487' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (131.4ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 139ms (Views: 1.4ms | ActiveRecord: 0.2ms | Solr: 2.1ms) Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_46@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_46@example.jp"], ["encrypted_password", "$2a$04$yvV6ryNkqBGKdMhk77Hb2.XuxPhSXgku0g4XqPAlVD3MH.VGcYFwC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_group_id", nil], ["username", "librarian_46"]] SQL (140.5ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:13.385859' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 131.4ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_42@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_42@example.jp"], ["encrypted_password", "$2a$04$2lDkAoh8Tc1uWsTeV.zJJO5uZ43jRw7l0.8k9ueW70Yq.mpugTQ1e"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_group_id", nil], ["username", "user_42"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:13.460027' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#new as HTML User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (66.6ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 77ms (Views: 1.4ms | ActiveRecord: 66.7ms | Solr: 0.0ms) Processing by SeriesStatementMergesController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_45@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_45@example.jp"], ["encrypted_password", "$2a$04$6eV53njcunFdrVfhTaqvP.aBYpKZ.qKOqmBmVD3.Xf.sWdtVQCpm."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_group_id", nil], ["username", "admin_45"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:13.879246' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["title", "series_statement_merge_list_69"], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_9"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (9.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_9, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (64.3ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 84ms (Views: 6.2ms | ActiveRecord: 0.4ms | Solr: 9.3ms) Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_47@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_47@example.jp"], ["encrypted_password", "$2a$04$I2VAI.kt5RRPDMwnTDDaEeGR5hxrUggSDlMC1C.t4fOdh8f/duvDK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_group_id", nil], ["username", "librarian_47"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:14.008090' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["title", "series_statement_merge_list_70"], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_10"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_10, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (117.3ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 128ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 74.7ms) Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_43@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_43@example.jp"], ["encrypted_password", "$2a$04$23CdCskHTSV9zDUUizBkYOx0SoHZzCRHo8DHYFsLwiDJOhWGz6.KS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_group_id", nil], ["username", "user_43"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:14.182341' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["title", "series_statement_merge_list_71"], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_11"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (18.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_11, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 135.3ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["title", "series_statement_merge_list_72"], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_12"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (9.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_12, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["title", "series_statement_merge_list_73"], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_13"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]] SeriesHasManifestation Load (72.8ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_13, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_46@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_46@example.jp"], ["encrypted_password", "$2a$04$9kBdBN.bA.kZySg2/c60j.zKrCgFkmT/Tc9mUXvYNO36vCkodRrXK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_group_id", nil], ["username", "admin_46"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:14.376040' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.5ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (55.9ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 73ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["title", "series_statement_merge_list_74"], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_14"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (15.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_14, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_47@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_47@example.jp"], ["encrypted_password", "$2a$04$ysXwmryUoOzPifX17R0ecOCl3xhqimh3NnokhIVOAhrZBufTemQVG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_group_id", nil], ["username", "admin_47"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:14.498924' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (1.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (133.3ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 150ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["title", "series_statement_merge_list_75"], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_15"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_15, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_48@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_48@example.jp"], ["encrypted_password", "$2a$04$1hZ3vpHBIZP.iSKwGuPlhebbBq4zrFuhjiQE4FskCpCqyJFcE5fHC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_group_id", nil], ["username", "admin_48"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:14.694070' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (57.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 72ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 228.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["title", "series_statement_merge_list_76"], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (3.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_16"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_16, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_49@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_49@example.jp"], ["encrypted_password", "$2a$04$6eODM92OuzSuINzzxjbASeQxBpzEojN.3wxqJTO506vNa7N6UJKeS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_group_id", nil], ["username", "admin_49"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:14.811195' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (74.2ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 87ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 67.6ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["title", "series_statement_merge_list_77"], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_17"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:14 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (82.6ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_17, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_48@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_48@example.jp"], ["encrypted_password", "$2a$04$dw4GuKS8be//jb6wmLOMS.VOepG6gcqXFbAtbCQeUXT.vMBoXO3KS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_group_id", nil], ["username", "librarian_48"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:15.017613' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (1.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (53.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 70ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_78"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_18"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (14.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_18, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_49@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_49@example.jp"], ["encrypted_password", "$2a$04$4OanuGBfNK5t8eFiIHJYleM7rAgt7SKwG4T21hJEnUgK3gw/oGbra"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_group_id", nil], ["username", "librarian_49"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:15.141868' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (1.8ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (58.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 75ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_79"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_19"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (25.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_19, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_50@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_50@example.jp"], ["encrypted_password", "$2a$04$I2I.WxlI9VSvXyus8dwMT.t9zzd4vH/beMj740xtV.0GxlVQOlPmC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_group_id", nil], ["username", "librarian_50"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_id", 8]]  (0.2ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:15.278980' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (62.0ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 75ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 308.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_80"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_20"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (24.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_20, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_51@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (5.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_51@example.jp"], ["encrypted_password", "$2a$04$mRUtTVJrxkzz2rGiAxG3Rurl7Z1c/TkPOmDdMRzbito..FRaPXGOi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_group_id", nil], ["username", "librarian_51"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:15.414756' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (48.6ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 63ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 86.5ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_81"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_21"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_21, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_44@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (72.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_44@example.jp"], ["encrypted_password", "$2a$04$SV1.X5/T92ANzu4Kc7jJy.L8zkKSJ96VR8a6RpznPlY0mxiEZwVXW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_group_id", nil], ["username", "user_44"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:15.588403' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 59.4ms) SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_82"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_22"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (8.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_22, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_45@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_45@example.jp"], ["encrypted_password", "$2a$04$JClA95EH7kb271qmLM19ROytqNRyQ7c3xk.CfclDuRzGP/u72vsJK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_group_id", nil], ["username", "user_45"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:15.637529' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 8.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_83"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_23"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (6.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_23, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_46@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_46@example.jp"], ["encrypted_password", "$2a$04$rKBXaGOhk7psjDDi52YX3ObUTsml.xAv6EOfWofji24dMemHZR.6i"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_group_id", nil], ["username", "user_46"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:15.684905' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 6.9ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_84"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_24"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (3.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_24, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_47@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_47@example.jp"], ["encrypted_password", "$2a$04$zgAn..L6z18d4AdJ6CMq7.45mF9eOB7XNsceiSPdu5JumH3KCqPsi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_group_id", nil], ["username", "user_47"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:15.729194' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 3.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_85"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_25"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (12.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_25, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_86"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_26"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_26, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_87"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_27"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_27, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 10ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_88"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_28"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_28, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_89"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_29"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (6.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_29, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00], ["title", "series_statement_merge_list_90"], ["updated_at", Sun, 08 Jan 2012 15:12:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_30"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (10.9ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_30, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_50@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_50@example.jp"], ["encrypted_password", "$2a$04$xABIoh82mExx6DwYUSquH.YArb8ZfJQrFtNdppaEPITZ0W2NidS.."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_group_id", nil], ["username", "admin_50"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:16.029766' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-01-08 15:12:16.044466' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (84.6ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 100ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_91"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_31"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_31, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_92"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_32"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (7.8ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_32, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_51@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_51@example.jp"], ["encrypted_password", "$2a$04$.qAPtiqrNQoeJ2Sp6dtaj.Tyv6r3Vr4LdkfjWv6tQEXYAejt4eYN."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_group_id", nil], ["username", "admin_51"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:16.193934' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-01-08 15:12:16.212811' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (138.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 154ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_93"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_33"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (9.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_33, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_94"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (3.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_34"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (4.5ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_34, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_52@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_52@example.jp"], ["encrypted_password", "$2a$04$H4kfc4HYqGaxtU4lMHs9z.8v6KGGUma2o89LZ/FMzd3SHR88n18ui"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_group_id", nil], ["username", "admin_52"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:16.411370' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (137.6ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 151ms (Views: 1.4ms | ActiveRecord: 0.5ms | Solr: 306.3ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_95"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_35"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (11.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_35, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (5.8ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_96"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_36"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (3.7ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_36, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_52@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_52@example.jp"], ["encrypted_password", "$2a$04$0cUfBR4NQJho4u08SWgIeuR4ieoI4XPk3gMb50F207iQJJXwuop8e"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_group_id", nil], ["username", "librarian_52"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:16.636213' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-01-08 15:12:16.650924' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (41.6ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 56ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_97"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_37"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (22.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_37, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_98"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_38"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (3.0ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_38, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_53@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_53@example.jp"], ["encrypted_password", "$2a$04$OispIjWIS2rsSrAJQmj09epWD6jGhuDa4H7/dFBeXUZLvaE6r2Qbe"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_group_id", nil], ["username", "librarian_53"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:16.763926' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-01-08 15:12:16.845858' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (52.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 135ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_99"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_39"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (15.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_39, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["title", "series_statement_merge_list_100"], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_40"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (6.4ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_40, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_54@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_54@example.jp"], ["encrypted_password", "$2a$04$aTaAZzkZ8ZSosP2JMa4zC.Sk0jDECa8SkFzPEXN8OBckm9ygWrhwS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_group_id", nil], ["username", "librarian_54"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:16 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:16.967415' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (61.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 200 OK in 77ms (Views: 1.4ms | ActiveRecord: 0.6ms | Solr: 294.9ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_101"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_41"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_41, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_102"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_42"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (5.8ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_42, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_48@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_48@example.jp"], ["encrypted_password", "$2a$04$igWp0ZXEtPZqM8DW6tTfUeSsgGyN0fe1ogdEvVDrJgXthBHXEw.Fu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_group_id", nil], ["username", "user_48"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:17.111612' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 77.0ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_103"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_43"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (6.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_43, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_104"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_44"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (5.4ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_44, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_49@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_49@example.jp"], ["encrypted_password", "$2a$04$uAxYCZIlhVr2D/MovrrzVeJsimerXhnxgI2qjnDWTC3yUIejkn4zq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_group_id", nil], ["username", "user_49"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:17.181465' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 84ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 11.7ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_105"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_45"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_45, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_106"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_46"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.3ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_46, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_50@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_50@example.jp"], ["encrypted_password", "$2a$04$EIjBhui8rc9Xc8NNOn5FMOTXC3S4yZ33oobTXS6WB/dlVD3rImKv2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_group_id", nil], ["username", "user_50"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:17.311768' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 9ms (Views: 1.2ms | ActiveRecord: 0.2ms | Solr: 4.7ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_107"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (2.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_47"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_47, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_108"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_48"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_48, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_109"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_49"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_49, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_110"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_50"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (1.7ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_50, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_111"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_51"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_51, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_112"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (42.0ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_52"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.1ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_52, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_113"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_53"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_53, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_53@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_53@example.jp"], ["encrypted_password", "$2a$04$vanNTAwoYvKkYxibYCimYONWqAx3Gcc8TeEZx8cxd9Yu4Ysp/IxT6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_group_id", nil], ["username", "admin_53"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:17.474140' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (25.2ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 33ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_114"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_54"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_54, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_54@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_54@example.jp"], ["encrypted_password", "$2a$04$UpEpTQdX1dGOVET6JypCOuJ2tbQO0gYx1OLJPoh9exsiITU0qIPT."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_group_id", nil], ["username", "admin_54"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["role_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:17.536446' WHERE "roles"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (21.7ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 28ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_115"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_55"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_55, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_55@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_55@example.jp"], ["encrypted_password", "$2a$04$TxLCQDu8Qucs7dyGVHhY5eN.rdD.22G1pUCjU1QQRM0EuOIpGopA2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_group_id", nil], ["username", "librarian_55"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:17.592692' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (23.4ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 29ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_116"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_56"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_56, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_56@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_56@example.jp"], ["encrypted_password", "$2a$04$J0aqQD8.pkJQah3MfbEb2OCQn0Si/d6gvyfI6HyRyCpbcofdEWMBe"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_group_id", nil], ["username", "librarian_56"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["role_id", 3], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:17.647751' WHERE "roles"."id" = 3  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (23.7ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ] Completed 302 Found in 30ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_117"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_57"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_57, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_51@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_51@example.jp"], ["encrypted_password", "$2a$04$aTVSeSvdOgwpH5o7nLxN..bFaibLc2uRr/SdR1oVUx4USQM8Cg86i"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_group_id", nil], ["username", "user_51"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:17.748018' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 7ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 128.4ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_118"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_58"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_58, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_52@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_52@example.jp"], ["encrypted_password", "$2a$04$hgBrTQ.ExwkZwuz0QADaXOaAp7w.rk8coCuO6Br7UWuB2LXD1.zo6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_group_id", nil], ["username", "user_52"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["role_id", 2], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["user_id", 8]]  (0.1ms) UPDATE "roles" SET "updated_at" = '2012-01-08 15:12:17.779795' WHERE "roles"."id" = 2  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 2.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_119"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_59"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_59, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_120"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.1ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_60"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_60, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00], ["title", "series_statement_merge_list_121"], ["updated_at", Sun, 08 Jan 2012 15:12:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" INNER JOIN "series_statement_merges" ON "series_statements"."id" = "series_statement_merges"."series_statement_id" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 Started GET "/series_statement_merge_lists" for 127.0.0.1 at 2012-01-09 00:12:17 +0900 Processing by SeriesStatementMergeListsController#index as HTML Redirected to http://www.example.com/users/sign_in Completed 302 Found in 48ms Started GET "/series_statement_merges" for 127.0.0.1 at 2012-01-09 00:12:17 +0900 Processing by SeriesStatementMergesController#index as HTML Redirected to http://www.example.com/users/sign_in Completed 302 Found in 4ms Rendered /Users/kosuke/enju_resource_merge/app/views/series_statement_merge_lists/_form.html.erb (2.2ms) Rendered /Users/kosuke/enju_resource_merge/app/views/series_statement_merge_lists/_form.html.erb (1.5ms) SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" INNER JOIN "series_statement_merges" ON "series_statements"."id" = "series_statement_merges"."series_statement_id" WHERE "series_statement_merges"."series_statement_merge_list_id" = 1005 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 1 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 1 LIMIT 1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 1 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 2 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:18 UTC +00:00], ["title", "series_statement_merge_list_122"], ["updated_at", Sun, 08 Jan 2012 15:12:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:18 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_61"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Sun, 08 Jan 2012 15:12:18 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_61, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby} ]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sun, 08 Jan 2012 15:12:18 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Sun, 08 Jan 2012 15:12:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) begin transaction Fixture Delete (7.8ms) DELETE FROM "manifestations" Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "start_page", "end_page", "repository_content") VALUES (1, 1, '4798002062', '2007-11-19 07:59:00.293393', 'よくわかる最新Webサービス技術', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2007-11-19 07:59:00.293393', 1, 100, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "repository_content") VALUES (1, 1, '4915724824', '2007-11-19 07:59:01.991512', '情報通信ハンドブック2005', NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, '2007-11-19 07:59:01.991512', 'f') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '4897063590', '2007-11-19 07:59:02.618359', 'これからの生命科学研究者のためのバイオ特許入門講座', NULL, NULL, NULL, NULL, 'http://www.slis.keio.ac.jp/', 3, NULL, NULL, '2007-11-19 07:59:02.618359') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0471412791', '2007-11-19 07:59:03.275738', 'THE BIOTECH INVESTOR''S BIBLE', NULL, NULL, NULL, NULL, NULL, 4, NULL, NULL, '2007-11-19 07:59:03.275738') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '', '2007-11-19 07:59:04.333183', '顧客満足型マーケティングの構図', NULL, NULL, NULL, NULL, NULL, 5, NULL, NULL, '2007-11-19 07:59:04.333183') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '', '2007-11-19 07:59:05.255684', '仕組み革新の時代', NULL, NULL, NULL, NULL, NULL, 6, NULL, NULL, '2007-11-19 07:59:05.255684') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0470844701', '2007-11-19 07:59:06.892741', 'dictionary of e-business', NULL, NULL, NULL, NULL, NULL, 7, NULL, NULL, '2007-11-19 07:59:06.892741') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '4798101028', '2007-11-19 07:59:07.463333', 'Webサービス完全解説', NULL, NULL, NULL, NULL, NULL, 8, NULL, NULL, '2007-11-19 07:59:07.463333') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '4641143331', '2007-11-19 07:59:08.166195', '逐条解説不正競争防止法', NULL, NULL, NULL, NULL, NULL, 9, NULL, NULL, '2007-11-19 07:59:08.166195') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '9784774127804', '2007-11-19 07:59:09.799724', 'Apache Lucene入門 : Java・オープンソース・全文検索システムの構築', NULL, NULL, NULL, NULL, NULL, 10, NULL, NULL, '2007-11-19 07:59:09.799724') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id") VALUES (1, '4822281167', '2007-11-19 07:59:20.799724', 'Webサービス完全構築ガイド', NULL, NULL, NULL, NULL, NULL, 11, NULL, NULL, '2007-11-19 07:59:20.799724', 2) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id") VALUES (1, NULL, '2007-11-19 07:59:21.799724', 'YouTube - Open Source ILS Song', NULL, NULL, NULL, NULL, 'http://jp.youtube.com/watch?v=BSHBzd9ftDE', 22, NULL, NULL, '2008-04-16 15:34:01.000000', 1) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "isbn", "created_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "required_role_id", "updated_at") VALUES (1, NULL, '2007-11-19 07:58:58.799724', '世界の美しい図書館集めてみた【第一弾】', NULL, NULL, NULL, NULL, 'http://www.nicovideo.jp/watch/sm3015373', 23, NULL, NULL, 4, '2012-02-24 13:51:03') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 65, '2010-03-01 07:14:18.000000', 'CGI基礎講座 : Perl・プログラミング・日本語処理', NULL, NULL, NULL, NULL, NULL, 101, NULL, NULL, '2010-02-21 15:47:09.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 66, '2010-03-01 07:14:18.000000', 'CGIレスキュー実践Perlプログラミング : Web裏技', NULL, NULL, NULL, NULL, NULL, 102, NULL, NULL, '2010-02-21 14:57:08.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 67, '2010-03-01 07:14:18.000000', 'Perlクックブック. v.2', NULL, NULL, NULL, NULL, NULL, 103, NULL, NULL, '2010-02-21 10:51:48.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 68, '2010-03-01 07:14:18.000000', 'Perlクックブック. v.1', NULL, NULL, NULL, NULL, NULL, 104, NULL, NULL, '2010-02-21 10:51:33.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 69, '2010-03-01 07:14:18.000000', '初めてのPerl. 続', NULL, NULL, NULL, NULL, NULL, 105, NULL, NULL, '2010-02-21 10:48:14.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 70, '2010-03-01 07:14:18.000000', 'Perl & XML', NULL, NULL, NULL, NULL, NULL, 106, NULL, NULL, '2010-02-21 10:45:48.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 71, '2010-03-01 07:14:18.000000', 'はじめてのPerlモジュール : 厳選実用モジュール集', NULL, NULL, NULL, NULL, NULL, 107, NULL, NULL, '2010-02-21 09:59:01.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000108', '2010-03-01 07:14:18.000000', 'Perl 5パワフルテクニック大全集', NULL, NULL, NULL, NULL, NULL, 108, NULL, NULL, '2010-02-21 08:13:17.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000109', '2010-03-01 07:14:18.000000', 'CGI/Perlパワープログラミング', NULL, NULL, NULL, NULL, NULL, 109, NULL, NULL, '2010-02-20 17:26:08.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 72, '2010-03-01 07:14:18.000000', 'Ruby/GTKプログラミング入門 : Rubyで作って遊ぶGUIプログラミング', NULL, NULL, NULL, NULL, NULL, 110, NULL, NULL, '2010-02-19 13:09:56.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 73, '2010-03-01 07:14:18.000000', 'すぐわかるPerl', NULL, NULL, NULL, NULL, NULL, 111, NULL, NULL, '2010-02-19 13:07:28.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 74, '2010-03-01 07:14:18.000000', 'CGIのための実践入門Perl : 対話的・動きのあるWebページを作ろう', NULL, NULL, NULL, NULL, NULL, 112, NULL, NULL, '2010-02-19 13:06:51.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 75, '2010-03-01 07:14:18.000000', 'プログラミングは難しくない! : ウェブではじめるJavaScript/Perl/Java', NULL, NULL, NULL, NULL, NULL, 113, NULL, NULL, '2010-02-19 11:02:27.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784756137470, '2010-03-01 07:14:18.000000', 'Rubyを256倍使うための本. 魔道編', NULL, NULL, NULL, '2001-03-20', NULL, 114, NULL, NULL, '2010-02-19 05:46:08.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 77, '2010-03-01 07:14:18.000000', '入門Perl', NULL, NULL, NULL, NULL, NULL, 115, NULL, NULL, '2010-02-19 05:40:17.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784756100917, '2010-03-01 07:14:18.000000', 'sed & awkプログラミング : UNIX power tools', NULL, NULL, NULL, '1991-12-24', NULL, 116, NULL, NULL, '2010-02-19 05:39:01.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 79, '2010-03-01 07:14:18.000000', 'Perlの達人', NULL, NULL, NULL, NULL, NULL, 117, NULL, NULL, '2010-02-18 10:23:27.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000118', '2010-03-01 07:14:18.000000', 'ナチ強制・絶滅収容所 : 18施設内の生と死', NULL, NULL, NULL, NULL, NULL, 118, NULL, NULL, '2010-02-17 01:12:08.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000119', '2010-03-01 07:14:18.000000', 'Perl基礎講座', NULL, NULL, NULL, NULL, NULL, 119, NULL, NULL, '2010-02-16 04:30:37.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784274063855, '2010-03-01 07:14:18.000000', 'Rubyプログラミング入門', NULL, NULL, NULL, '2000-10-01', NULL, 120, NULL, NULL, '2010-02-16 04:29:59.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 81, '2010-03-01 07:14:18.000000', 'Django×Python', NULL, NULL, NULL, NULL, NULL, 121, NULL, NULL, '2010-01-30 06:22:35.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 82, '2010-03-01 07:14:18.000000', 'みんなのPython', NULL, NULL, NULL, NULL, NULL, 122, NULL, NULL, '2010-01-30 06:17:32.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 83, '2010-03-01 07:14:18.000000', 'Rubyでgroonga使って全文検索 - ラングバ', NULL, NULL, NULL, NULL, NULL, 123, NULL, NULL, '2009-10-25 13:20:34.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 84, '2010-03-01 07:14:18.000000', 'まちづくり三鷹図書館(Ruby図書館情報システム デモサイト)', NULL, NULL, NULL, NULL, NULL, 124, NULL, NULL, '2009-10-20 13:46:44.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 85, '2010-03-01 07:14:18.000000', 'Ruby on Rails入門 : 優しいRailsの育て方', NULL, NULL, NULL, NULL, NULL, 125, NULL, NULL, '2009-10-16 05:16:48.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 86, '2010-03-01 07:14:18.000000', 'Ruby Cookbook', NULL, NULL, NULL, NULL, NULL, 126, NULL, NULL, '2009-06-29 12:44:11.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 87, '2010-03-01 07:14:18.000000', 'CGI programming on the World Wide Web', NULL, NULL, NULL, NULL, NULL, 127, NULL, NULL, '2009-06-19 13:45:14.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000128', '2010-03-01 07:14:18.000000', 'Genomic Perl', NULL, NULL, NULL, NULL, NULL, 128, NULL, NULL, '2009-06-19 13:27:46.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000129', '2010-03-01 07:14:18.000000', 'Indians of the Pacific Northwest', NULL, NULL, NULL, NULL, NULL, 129, NULL, NULL, '2009-06-19 12:16:23.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 88, '2010-03-01 07:14:18.000000', 'Massachusetts acid rain monitoring project / Massachusetts acid rain monitoring project A.R.M', NULL, NULL, NULL, NULL, NULL, 130, NULL, NULL, '2009-06-19 12:03:29.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 89, '2010-03-01 07:14:18.000000', 'International Symposium Genes and Chromosomes Structure and Function', NULL, NULL, NULL, NULL, NULL, 131, NULL, NULL, '2009-06-19 12:02:48.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 90, '2010-03-01 07:14:18.000000', 'Perl black book, 2nd edition', NULL, NULL, NULL, NULL, NULL, 132, NULL, NULL, '2009-06-19 11:42:02.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 91, '2010-03-01 07:14:18.000000', 'Python scripting for computational science', NULL, NULL, NULL, NULL, NULL, 133, NULL, NULL, '2009-06-19 11:18:01.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 92, '2010-03-01 07:14:18.000000', 'Tests on a gold ore from the Ruby Basin, Black Hills', NULL, NULL, NULL, NULL, NULL, 134, NULL, NULL, '2009-06-19 11:06:07.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 93, '2010-03-01 07:14:18.000000', 'Official guide to programming with CGI.pm / Programming with CGI.pm / Official guide to programming with CGI.pm', NULL, NULL, NULL, NULL, NULL, 135, NULL, NULL, '2009-06-19 10:54:21.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 94, '2010-03-01 07:14:18.000000', 'Three little words [sound recording] / Nevertheless (I''m in love with you) / I love you so much / All alone Monday / Where did you get that girl? / Thinking of you / I wanna be loved by you / Who''s sorry now? / My sunny Tennessee / So long Oolong / Three little words', NULL, NULL, NULL, NULL, NULL, 136, NULL, NULL, '2009-06-19 10:46:46.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 95, '2010-03-01 07:14:18.000000', 'Femtosecond time-resolved spectroscopy of organic molecular crystals / Time-resolved spectroscopy of organic molecular crystals, Femtosecond', NULL, NULL, NULL, NULL, NULL, 137, NULL, NULL, '2009-06-19 10:18:59.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000138', '2010-03-01 07:14:18.000000', 'CGI programming with Perl', NULL, NULL, NULL, NULL, NULL, 138, NULL, NULL, '2009-06-19 09:19:08.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000139', '2010-03-01 07:14:18.000000', 'Python and XML / Python & XML / XML processing with Python', NULL, NULL, NULL, NULL, NULL, 139, NULL, NULL, '2009-06-19 09:19:02.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 96, '2010-03-01 07:14:18.000000', 'Perl cookbook / Solutions and examples for Perl programmers', NULL, NULL, NULL, NULL, NULL, 140, NULL, NULL, '2009-06-19 09:19:01.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 97, '2010-03-01 07:14:18.000000', 'Mastering Perl/Tk / Perl/Tk', NULL, NULL, NULL, NULL, NULL, 141, NULL, NULL, '2009-06-19 09:19:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 98, '2010-03-01 07:14:18.000000', 'Mastering algorithms with Perl / Practical programming through computer science', NULL, NULL, NULL, NULL, NULL, 142, NULL, NULL, '2009-06-19 09:18:58.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 99, '2010-03-01 07:14:18.000000', 'Programming Perl', NULL, NULL, NULL, NULL, NULL, 143, NULL, NULL, '2009-06-19 09:18:45.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 100, '2010-03-01 07:14:18.000000', 'Fort Worth & Tarrant County / Fort Worth and Tarrant County', NULL, NULL, NULL, NULL, NULL, 144, NULL, NULL, '2009-06-19 07:49:42.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 101, '2010-03-01 07:14:18.000000', 'Monty Python''s Spamalot [sound recording] / Spamalot / Spamalot / Monty Python and the Holy Grail (Motion picture)', NULL, NULL, NULL, NULL, NULL, 145, NULL, NULL, '2009-06-19 06:44:35.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 102, '2010-03-01 07:14:18.000000', 'AWK programming language', NULL, NULL, NULL, NULL, NULL, 146, NULL, NULL, '2009-06-19 06:28:27.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 103, '2010-03-01 07:14:18.000000', 'Toting the lead row', NULL, NULL, NULL, NULL, NULL, 147, NULL, NULL, '2009-06-19 02:16:22.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000148', '2010-03-01 07:14:18.000000', 'Afro-American blues and game songs', NULL, NULL, NULL, NULL, NULL, 148, NULL, NULL, '2009-06-19 02:09:17.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000149', '2010-03-01 07:14:18.000000', 'Perl/Tk pocket reference', NULL, NULL, NULL, NULL, NULL, 149, NULL, NULL, '2009-06-19 01:10:56.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 104, '2010-03-01 07:14:18.000000', 'politics of improving urban air quality', NULL, NULL, NULL, NULL, NULL, 150, NULL, NULL, '2009-06-19 00:42:38.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 105, '2010-03-01 07:14:18.000000', 'Perl developer''s dictionary', NULL, NULL, NULL, NULL, NULL, 151, NULL, NULL, '2009-06-19 00:13:13.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 106, '2010-03-01 07:14:18.000000', 'Andrテδゥ Poitiers', NULL, NULL, NULL, NULL, NULL, 152, NULL, NULL, '2009-06-18 23:58:14.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 107, '2010-03-01 07:14:18.000000', 'PERL and CGI for the World Wide Web [electronic resource] / Visual QuickStart guide', NULL, NULL, NULL, NULL, NULL, 153, NULL, NULL, '2009-06-18 23:43:08.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 108, '2010-03-01 07:14:18.000000', 'Python tutorial', NULL, NULL, NULL, NULL, NULL, 154, NULL, NULL, '2009-06-18 23:17:40.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 109, '2010-03-01 07:14:18.000000', 'Line shapes of paramagnetic resonances in ruby', NULL, NULL, NULL, NULL, NULL, 155, NULL, NULL, '2009-06-18 22:44:00.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 110, '2010-03-01 07:14:18.000000', 'Perl programmer''s reference', NULL, NULL, NULL, NULL, NULL, 156, NULL, NULL, '2009-06-18 22:19:34.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 111, '2010-03-01 07:14:18.000000', 'Technological capabilities in developing countries', NULL, NULL, NULL, NULL, NULL, 157, NULL, NULL, '2009-06-18 21:58:42.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000158', '2010-03-01 07:14:18.000000', 'phenomena of vagueness', NULL, NULL, NULL, NULL, NULL, 158, NULL, NULL, '2009-06-18 21:44:38.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000159', '2010-03-01 07:14:18.000000', 'theory of consumer''s demand', NULL, NULL, NULL, NULL, NULL, 159, NULL, NULL, '2009-06-18 21:10:02.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 112, '2010-03-01 07:14:18.000000', 'theory of consumer''s demand', NULL, NULL, NULL, NULL, NULL, 160, NULL, NULL, '2009-06-18 21:10:01.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 113, '2010-03-01 07:14:18.000000', 'Monty Python, Shakespeare, and English Renaissance drama', NULL, NULL, NULL, NULL, NULL, 161, NULL, NULL, '2009-06-18 20:37:58.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 114, '2010-03-01 07:14:18.000000', 'Analyzing computer system performance with PERL::PDQ', NULL, NULL, NULL, NULL, NULL, 162, NULL, NULL, '2009-06-18 20:29:54.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 115, '2010-03-01 07:14:18.000000', 'equilibrium of the reaction between the manganate, permanganate, and hydroxide of potassium, and manganese dioxide', NULL, NULL, NULL, NULL, NULL, 163, NULL, NULL, '2009-06-18 20:16:44.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 116, '2010-03-01 07:14:18.000000', 'Stimulated optical emission in ruby', NULL, NULL, NULL, NULL, NULL, 164, NULL, NULL, '2009-06-18 20:05:25.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 117, '2010-03-01 07:14:18.000000', 'Strategic planning and risk analysis', NULL, NULL, NULL, NULL, NULL, 165, NULL, NULL, '2009-06-18 17:41:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 118, '2010-03-01 07:14:18.000000', 'Performance assertion checking', NULL, NULL, NULL, NULL, NULL, 166, NULL, NULL, '2009-06-18 17:34:03.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 119, '2010-03-01 07:14:18.000000', 'Spin-lattice relaxation time of ruby', NULL, NULL, NULL, NULL, NULL, 167, NULL, NULL, '2009-06-18 16:26:38.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000168', '2010-03-01 07:14:18.000000', 'Mourning Ruby', NULL, NULL, NULL, NULL, NULL, 168, NULL, NULL, '2009-06-18 16:25:25.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000169', '2010-03-01 07:14:18.000000', 'statistical analysis of banking performance in the Eastern Caribbean Currency Union in the 1990s', NULL, NULL, NULL, NULL, NULL, 169, NULL, NULL, '2009-06-18 15:53:44.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 120, '2010-03-01 07:14:18.000000', 'Professional Perl programming / Perl programming', NULL, NULL, NULL, NULL, NULL, 170, NULL, NULL, '2009-06-18 15:52:50.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 121, '2010-03-01 07:14:18.000000', 'Perl in a nutshell', NULL, NULL, NULL, NULL, NULL, 171, NULL, NULL, '2009-06-18 15:40:53.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 122, '2010-03-01 07:14:18.000000', 'Programming Web services with Perl', NULL, NULL, NULL, NULL, NULL, 172, NULL, NULL, '2009-06-18 15:34:21.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 123, '2010-03-01 07:14:18.000000', 'Proceedings of the Trieste Workshop on the search for New Elementary Particles / International journal of modern physics / Search for new elementary particles', NULL, NULL, NULL, NULL, NULL, 173, NULL, NULL, '2009-06-18 15:08:06.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 124, '2010-03-01 07:14:18.000000', 'Europeras 3 & 4 / Europera', NULL, NULL, NULL, NULL, NULL, 174, NULL, NULL, '2009-06-18 15:05:43.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 125, '2010-03-01 07:14:18.000000', 'Retreats from realism in recent English drama', NULL, NULL, NULL, NULL, NULL, 175, NULL, NULL, '2009-06-18 15:03:06.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 126, '2010-03-01 07:14:18.000000', 'Python programming patterns', NULL, NULL, NULL, NULL, NULL, 176, NULL, NULL, '2009-06-18 14:52:11.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 127, '2010-03-01 07:14:18.000000', 'Beginning Perl for bioinformatics', NULL, NULL, NULL, NULL, NULL, 177, NULL, NULL, '2009-06-18 13:45:13.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000178', '2010-03-01 07:14:18.000000', 'Learning Perl', NULL, NULL, NULL, NULL, NULL, 178, NULL, NULL, '2009-06-18 13:45:11.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000179', '2010-03-01 07:14:18.000000', 'Effective awk programming', NULL, NULL, NULL, NULL, NULL, 179, NULL, NULL, '2009-06-18 13:45:09.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000180', '2010-03-01 07:14:18.000000', 'Python standard library / Annotated reference for Python 2.0', NULL, NULL, NULL, NULL, NULL, 180, NULL, NULL, '2009-06-18 13:45:04.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000181', '2010-03-01 07:14:18.000000', 'Programming Python', NULL, NULL, NULL, NULL, NULL, 181, NULL, NULL, '2009-06-18 13:45:04.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000182', '2010-03-01 07:14:18.000000', 'Perl CD bookshelf', NULL, NULL, NULL, NULL, NULL, 182, NULL, NULL, '2009-06-18 13:44:56.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000183', '2010-03-01 07:14:18.000000', 'Programming Perl', NULL, NULL, NULL, NULL, NULL, 183, NULL, NULL, '2009-06-18 13:44:55.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000184', '2010-03-01 07:14:18.000000', 'Sed & awk pocket reference / Sed and awk pocket reference', NULL, NULL, NULL, NULL, NULL, 184, NULL, NULL, '2009-06-18 13:44:54.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000185', '2010-03-01 07:14:18.000000', 'Perl power!', NULL, NULL, NULL, NULL, NULL, 185, NULL, NULL, '2009-06-18 13:41:37.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000186', '2010-03-01 07:14:18.000000', 'ATOKダイレクト API for Perl / Ruby?|?さらに使いこなす?|?ATOK.com', NULL, NULL, NULL, NULL, NULL, 186, NULL, NULL, '2008-12-19 17:52:47.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000187', '2010-03-01 07:14:18.000000', 'Welcome ― Ruby Enterprise Edition', NULL, NULL, NULL, NULL, NULL, 187, NULL, NULL, '2008-10-19 15:58:50.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000188', '2010-03-01 07:14:18.000000', 'Pythonクックブック', NULL, NULL, NULL, NULL, NULL, 188, NULL, NULL, '2008-08-22 00:27:29.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000189', '2010-03-01 07:14:18.000000', 'みんなのPython インデントの世界へようこそ! object oriented-lightweight language Python', NULL, NULL, NULL, NULL, NULL, 189, NULL, NULL, '2008-08-22 00:20:59.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000190', '2010-03-01 07:14:18.000000', 'Django | The Web framework for perfectionists with deadlines', NULL, NULL, NULL, NULL, NULL, 190, NULL, NULL, '2008-05-20 13:06:31.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000191', '2010-03-01 07:14:18.000000', 'fac-back-opac - Google Code', NULL, NULL, NULL, NULL, NULL, 191, NULL, NULL, '2008-05-19 22:36:11.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784873113241, '2010-03-01 07:14:18.000000', 'Rubyクックブック', NULL, NULL, NULL, '2007-04-27', NULL, 192, NULL, NULL, '2008-03-05 01:37:55.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "isbn10", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784797340044, 4797340045, '2010-03-01 07:14:18.000000', 'Rubyレシピブック', NULL, NULL, NULL, '2007-02-01', NULL, 193, NULL, NULL, '2008-03-05 01:30:39.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000194', '2010-03-01 07:14:18.000000', '初めてのPerl 第3版', NULL, NULL, NULL, NULL, NULL, 194, NULL, NULL, '2007-11-19 17:56:37.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, '0000000195', '2010-03-01 07:14:18.000000', '続・初めてのPerl 改訂版', NULL, NULL, NULL, NULL, NULL, 195, NULL, NULL, '2007-11-19 17:55:42.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9784797336610, '2010-03-01 07:14:18.000000', 'たのしいRuby 第2版 Rubyではじめる気軽なプログラミング', NULL, NULL, NULL, '2006-08-05', NULL, 196, NULL, NULL, '2007-11-19 17:55:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, NULL, '2010-03-15 07:14:18.000000', 'Ruby', NULL, NULL, NULL, NULL, NULL, 197, NULL, NULL, '2007-11-19 17:55:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, NULL, '2010-03-15 07:14:18.000000', '紅玉の本', NULL, NULL, NULL, NULL, NULL, 198, NULL, NULL, '2007-11-19 17:55:41.000000') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "frequency_id", "issn") VALUES (1, 1, 9876543210201, '2010-03-01 07:14:18.000000', 'テスト雑誌1月号', NULL, NULL, NULL, NULL, NULL, 201, NULL, NULL, '2007-11-19 17:55:41.000000', 3, 12345678) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "frequency_id", "issn") VALUES (1, 1, 9876543210202, '2010-03-01 07:14:18.000000', 'テスト雑誌2月号', NULL, NULL, NULL, NULL, NULL, 202, NULL, NULL, '2007-11-19 17:55:41.000000', 3, 12345678) Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "frequency_id") VALUES (1, 1, 9876543210203, '2010-03-01 07:14:18.000000', 'テスト単行本記事', NULL, NULL, NULL, NULL, NULL, 203, NULL, NULL, '2010-03-03 17:00:00.000000', 1) Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 5555567890001, '2010-03-03 11:00:00.000000', 'テスト雑誌1月号の記事1', NULL, NULL, NULL, NULL, NULL, 204, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 5555567890002, '2010-03-03 11:00:00.000000', 'テスト雑誌1月号の記事2', NULL, NULL, NULL, NULL, NULL, 205, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 5555567890003, '2010-03-03 11:00:00.000000', 'テスト雑誌2月号の記事1', NULL, NULL, NULL, NULL, NULL, 206, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, 9876543210207, '2010-03-03 11:00:00.000000', '試験単行本', NULL, NULL, NULL, NULL, NULL, 207, NULL, NULL, '2010-03-03 20:00:00.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at") VALUES (1, 1, NULL, '2010-03-16 02:00:00.000000', 'ある出版物', NULL, NULL, NULL, NULL, NULL, 208, NULL, NULL, '2010-03-16 11:00:00.000000') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Admin専用1', NULL, NULL, NULL, NULL, NULL, 209, NULL, NULL, '2010-03-19 13:00:00.000000', 4) Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Admin専用2', NULL, NULL, NULL, NULL, NULL, 210, NULL, NULL, '2010-03-19 13:00:00.000000', 4, 't') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Librarian以上用1', NULL, NULL, NULL, NULL, NULL, 211, NULL, NULL, '2010-03-19 13:00:00.000000', 3, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認Librarian以上用2', NULL, NULL, NULL, NULL, NULL, 212, NULL, NULL, '2010-03-19 13:00:00.000000', 3, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認User以上用1', NULL, NULL, NULL, NULL, NULL, 213, NULL, NULL, '2010-03-19 13:00:00.000000', 2, 't') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認User以上用2', NULL, NULL, NULL, NULL, NULL, 214, NULL, NULL, '2010-03-19 13:00:00.000000', 2, 'f') Fixture Insert (0.1ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認', NULL, NULL, NULL, NULL, NULL, 215, NULL, NULL, '2010-03-19 13:00:00.000000', 1, 't') Fixture Insert (0.2ms) INSERT INTO "manifestations" ("carrier_type_id", "language_id", "isbn", "updated_at", "original_title", "price", "manifestation_identifier", "depth", "date_of_publication", "access_address", "id", "height", "width", "created_at", "required_role_id", "repository_content") VALUES (1, 1, NULL, '2010-03-19 04:00:00.000000', '権限確認', NULL, NULL, NULL, NULL, NULL, 216, NULL, NULL, '2010-03-19 13:00:00.000000', 1, 'f') Fixture Delete (7.0ms) DELETE FROM "patron_merge_lists" Fixture Insert (0.1ms) INSERT INTO "patron_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 04:36:49.835774', 'test1', 1, '2008-02-18 04:36:49.835774') Fixture Insert (0.1ms) INSERT INTO "patron_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:10.743437', 'test2', 2, '2008-02-18 07:13:10.743437') Fixture Insert (0.1ms) INSERT INTO "patron_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:14.963116', 'test3', 3, '2008-02-18 07:13:14.963116') Fixture Delete (1.0ms) DELETE FROM "patron_merges" Fixture Insert (0.1ms) INSERT INTO "patron_merges" ("updated_at", "id", "patron_id", "patron_merge_list_id", "created_at") VALUES ('2008-02-17 09:51:36.776009', 1, 1, 1, '2008-02-17 09:51:36.776009') Fixture Insert (0.1ms) INSERT INTO "patron_merges" ("updated_at", "id", "patron_id", "patron_merge_list_id", "created_at") VALUES ('2008-02-17 10:14:03.461761', 2, 2, 1, '2008-02-17 10:10:36.282814') Fixture Insert (0.1ms) INSERT INTO "patron_merges" ("updated_at", "patron_id", "patron_merge_list_id", "id", "created_at") VALUES ('2008-02-17 10:19:19.265557', 3, 1, 3, '2008-02-17 10:19:19.265557') Fixture Delete (0.3ms) DELETE FROM "patrons" Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'Administrator', NULL, 'Administrator', '2007-11-21 13:01:56.137409', '', 1, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:06:06.507237', 1) Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'Librarian1', NULL, 'Librarian1', '2007-11-21 13:02:10.359793', '', 2, '2000-01-01', NULL, NULL, 1, 1, 1, 4, '2007-11-19 08:06:07.724517', 2) Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES (NULL, 'Kosuke', 'Tanabe', 'Kosuke Tanabe', '2007-12-04 07:25:01.523618', NULL, 3, '2000-01-01', NULL, NULL, 1, 1, 1, 3, '2007-12-04 07:25:01.523618', 3) Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES (NULL, 'Librarian2', NULL, 'Librarian2', '2007-12-04 07:25:01.785027', NULL, 4, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-12-04 07:25:01.785027', 4) Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'User2', NULL, 'User2', '2007-11-21 13:02:35.579396', '', 5, '2000-01-01', NULL, NULL, 1, 1, 1, 2, '2007-11-19 08:24:50.153417', 5) Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 1', NULL, 'New patron 1', '2007-11-21 13:02:35.579396', '', 6, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 2', NULL, 'New patron 2', '2007-11-21 13:02:35.579396', '', 7, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 3', NULL, 'New patron 3', '2007-11-21 13:02:35.579396', '', 8, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 4', NULL, 'New patron 4', '2007-11-21 13:02:35.579396', '', 9, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'New patron 5', NULL, 'New patron 5', '2007-11-21 13:02:35.579396', '', 10, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417') Fixture Insert (0.5ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at", "user_id") VALUES ('', 'User3', NULL, 'User3', '2007-11-21 13:02:35.579396', '', 11, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2007-11-19 08:24:50.153417', 6) Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', 'テスト名字', 'テスト名前', 'テスト正式名称', '2010-03-03 08:00:00.579396', '', 101, '2000-01-01', NULL, NULL, 1, 1, 1, 1, '2010-03-03 08:00:00.579396') Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, '出版社テスト', '2010-03-03 08:00:00.579396', '', 102, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-03 08:00:00.579396') Fixture Insert (0.2ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, '作者ダミー', '2010-03-16 10:00:00.579396', '', 103, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-16 10:00:00.579396') Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, '試験用会社', '2010-03-16 10:00:00.579396', '', 104, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-16 10:00:00.579396') Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, 'オーム社', '2010-03-15 08:00:00.579396', '', 201, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-15 08:00:00.579396') Fixture Insert (0.1ms) INSERT INTO "patrons" ("place", "last_name", "first_name", "full_name", "updated_at", "other_designation", "id", "date_of_birth", "date_of_death", "address_1", "language_id", "country_id", "patron_type_id", "required_role_id", "created_at") VALUES ('', NULL, NULL, 'Ruby社', '2010-03-15 08:00:00.579396', '', 202, NULL, NULL, NULL, 1, 1, 1, 1, '2010-03-15 08:00:00.579396') Fixture Delete (0.3ms) DELETE FROM "roles" Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('Guest', 'Guest', 1, NULL, '2012-02-24 13:51:03', '2012-02-24 13:51:03') Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('User', 'User', 2, NULL, '2012-02-24 13:51:03', '2012-02-24 13:51:03') Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('Librarian', 'Librarian', 3, NULL, '2012-02-24 13:51:03', '2012-02-24 13:51:03') Fixture Insert (0.1ms) INSERT INTO "roles" ("name", "display_name", "id", "note", "created_at", "updated_at") VALUES ('Administrator', 'Administrator', 4, NULL, '2012-02-24 13:51:03', '2012-02-24 13:51:03') Fixture Delete (2.9ms) DELETE FROM "series_has_manifestations" Fixture Insert (0.1ms) INSERT INTO "series_has_manifestations" ("updated_at", "manifestation_id", "series_statement_id", "id", "position", "created_at") VALUES ('2008-01-11 14:28:19.277110', 1, 1, 1, 1, '2008-01-11 14:28:19.277110') Fixture Insert (0.1ms) INSERT INTO "series_has_manifestations" ("updated_at", "manifestation_id", "series_statement_id", "id", "position", "created_at") VALUES ('2008-01-11 14:28:57.068191', 2, 2, 2, 1, '2008-01-11 14:28:57.068191') Fixture Insert (0.1ms) INSERT INTO "series_has_manifestations" ("updated_at", "manifestation_id", "series_statement_id", "id", "position", "created_at") VALUES ('2008-01-11 14:32:03.701425', 3, 3, 3, 1, '2008-01-11 14:32:03.701425') Fixture Delete (1.2ms) DELETE FROM "series_statement_merge_lists" Fixture Insert (0.1ms) INSERT INTO "series_statement_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 04:36:49.835774', 'test1', 1, '2008-02-18 04:36:49.835774') Fixture Insert (0.1ms) INSERT INTO "series_statement_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:10.743437', 'test2', 2, '2008-02-18 07:13:10.743437') Fixture Insert (0.1ms) INSERT INTO "series_statement_merge_lists" ("updated_at", "title", "id", "created_at") VALUES ('2008-02-18 07:13:14.963116', 'test3', 3, '2008-02-18 07:13:14.963116') Fixture Delete (6.0ms) DELETE FROM "series_statement_merges" Fixture Insert (0.1ms) INSERT INTO "series_statement_merges" ("updated_at", "id", "series_statement_id", "series_statement_merge_list_id", "created_at") VALUES ('2008-02-17 09:51:36.776009', 1, 1, 1, '2008-02-17 09:51:36.776009') Fixture Insert (0.1ms) INSERT INTO "series_statement_merges" ("updated_at", "id", "series_statement_id", "series_statement_merge_list_id", "created_at") VALUES ('2008-02-17 10:14:03.461761', 2, 2, 1, '2008-02-17 10:10:36.282814') Fixture Insert (0.1ms) INSERT INTO "series_statement_merges" ("updated_at", "series_statement_id", "series_statement_merge_list_id", "id", "created_at") VALUES ('2008-02-17 10:19:19.265557', 3, 1, 3, '2008-02-17 10:19:19.265557') Fixture Delete (5.7ms) DELETE FROM "series_statements" Fixture Insert (0.1ms) INSERT INTO "series_statements" ("id", "original_title", "position", "created_at", "updated_at") VALUES (1, 'title1', 1, '2012-02-24 13:51:03', '2012-02-24 13:51:03') Fixture Insert (0.1ms) INSERT INTO "series_statements" ("id", "original_title", "position", "created_at", "updated_at") VALUES (2, 'title2', 2, '2012-02-24 13:51:03', '2012-02-24 13:51:03') Fixture Delete (0.3ms) DELETE FROM "user_has_roles" Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (1, 4, '2012-02-24 13:51:03', '2012-02-24 13:51:03', 135138680) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (2, 3, '2012-02-24 13:51:03', '2012-02-24 13:51:03', 344583537) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (3, 2, '2012-02-24 13:51:03', '2012-02-24 13:51:03', 206669143) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (4, 3, '2012-02-24 13:51:03', '2012-02-24 13:51:03', 226540757) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (5, 2, '2012-02-24 13:51:03', '2012-02-24 13:51:03', 358143215) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (6, 2, '2012-02-24 13:51:03', '2012-02-24 13:51:03', 576709754) Fixture Insert (0.1ms) INSERT INTO "user_has_roles" ("user_id", "role_id", "created_at", "updated_at", "id") VALUES (7, 2, '2012-02-24 13:51:03', '2012-02-24 13:51:03', 1010528733) Fixture Delete (6.4ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:16:30.163731', '$2a$10$vHohD1WflnTIqAa8zMkF9evwAgIZRw3XuR4d3bi29M.jph/MB/AJi', 2, 1, NULL, 'admin', 'tanabe@kamata.lib.teu.ac.jp', '2007-11-19 07:58:32.111941', 4) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 03:41:16.337474', '$2a$10$9O2VuTccN4gHq36ARg0QReSrb1D7WrBBhZZ759RM9moHbB0W5zCzS', 1, 2, NULL, 'librarian1', 'librarian1@kamata.lib.teu.ac.jp', '2007-11-19 07:58:33.172441', 1) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:02:25.101261', '$2a$10$JthS59A0BNkDOoFpCXM0V.GhhffKaoWKbzpPahYp/vTFrOyM7h/uW', 1, 3, NULL, 'user1', 'user1@kamata.lib.teu.ac.jp', '2007-11-19 07:58:34.637413', 3) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "created_at", "required_role_id") VALUES ('2008-05-31 03:42:23.340575', '$2a$10$YmmTGrYQ1Ir6oc7wXnp.GuNeO1eYLoP3sv8wMSIrTdaGw2BPwRrpS', 1, 4, NULL, 'librarian2', '2008-01-18 03:24:04.222344', 1) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "created_at", "required_role_id") VALUES ('2008-05-31 03:42:44.711117', '$2a$10$i7UjJhLVrJM/J7qaTwW39OXw1NiwowUEbtNHVDV0sqMLjX9.UO9ca', 1, 5, NULL, 'user2', '2008-01-18 04:29:06.922728', 2) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:02:25.101261', 'cc53de0c2d9a1a228daa9a673ec824473747e17507a6c3c4f7e5eff8821f531d4b9e23616b3ddc66fe17006b2298a556fbd567ac080e87f00f37eef8cee6c417', 1, 6, NULL, 'user3', 'user3@kamata.lib.teu.ac.jp', '2007-11-19 07:58:34.637413', 3) Fixture Insert (0.1ms) INSERT INTO "users" ("updated_at", "encrypted_password", "user_group_id", "id", "note", "username", "email", "created_at", "required_role_id") VALUES ('2008-05-31 04:02:25.101261', 'cc53de0c2d9a1a228daa9a673ec824473747e17507a6c3c4f7e5eff8821f531d4b9e23616b3ddc66fe17006b2298a556fbd567ac080e87f00f37eef8cee6c417', 1, 7, NULL, 'user4', 'user4@kamata.lib.teu.ac.jp', '2007-11-19 07:58:34.637413', 3)  (5.3ms) commit transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_1@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (34.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_1@example.jp"], ["encrypted_password", "$2a$04$sdO5RgnRoi.PNkux0B/VOuSIeQc1xrM7E/GtmscSDDfYHT7nLDsiW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["user_group_id", nil], ["username", "admin_1"]] SQL (0.4ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Rendered /Users/kosuke/enju_resource_merge/app/views/patron_merge_lists/index.html.erb within layouts/application (8.1ms) Completed 200 OK in 80ms (Views: 62.6ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (2.3ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_1@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_1@example.jp"], ["encrypted_password", "$2a$04$cQMtuY8THeAWyKBL8VWU4O3gWhvK.v4GdV7XaG9BklJklyGemlUf2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["user_group_id", nil], ["username", "librarian_1"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 54ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (3.5ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_1@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (19.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_1@example.jp"], ["encrypted_password", "$2a$04$cDAyO5PDIwG2PyIShagYMesyTPv5S9aYf9ZuNjaVEz0SvAG50aFZW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["user_group_id", nil], ["username", "user_1"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:03 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 31ms (Views: 21.6ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "patron_merge_lists" WHERE ('t'='f')  (1.7ms) rollback transaction  (0.1ms) begin transaction Processing by PatronMergeListsController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 15ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "patron_merge_lists" WHERE ('t'='f')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_1"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_2@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_2@example.jp"], ["encrypted_password", "$2a$04$MaKw/nGFPxGsoQbvfev/fujnD9zv7FW2kzP1n3XGqmKh3aG.Iot5e"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_2"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.2ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 36ms (Views: 24.8ms | ActiveRecord: 0.6ms | Solr: 0.0ms)  (6.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_2"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_2@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_2@example.jp"], ["encrypted_password", "$2a$04$3ua7ju/JQWemajDJ1tcB1u/zbkO1xUfNElRElOn3K57xXAOlkGg2y"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "librarian_2"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (2.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_3"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_2@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_2@example.jp"], ["encrypted_password", "$2a$04$0VFnWAfKrsiyR3OFv8iwz.qEUowCU20sPmq4B/y0W9hZb1roEsRtG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "user_2"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.7ms | Solr: 0.0ms)  (3.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_4"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#show as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 11ms (ActiveRecord: 0.1ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_3@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_3@example.jp"], ["encrypted_password", "$2a$04$xd7S89AGvp8fYQNTi2Rn5uGxGRaJoO0ViczmCM2VleovD.EW.RnOG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_3"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 143ms (Views: 50.5ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (2.1ms) rollback transaction  (0.1ms) begin transaction Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_3@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_3@example.jp"], ["encrypted_password", "$2a$04$/80XlfOXYvlZPJnOseRxqOKj2lT0kH8aWqsIJJUqYoXH560jzQ6Q."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "librarian_3"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 14ms (Views: 1.6ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_3@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_3@example.jp"], ["encrypted_password", "$2a$04$ooROVHek6/W6fFpsfNKi6.2LVTgZZJx59KuBFZ7LlPpBUYuz.A2XC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "user_3"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 1.1ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction Processing by PatronMergeListsController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_4@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_4@example.jp"], ["encrypted_password", "$2a$04$R.Jo.XVjYKgJxrTXG3nKOuNo7t6sUusg491Mvld/mCbeJtFtViTU."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_4"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_5"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 16ms (Views: 6.6ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (1.5ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_4@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_4@example.jp"], ["encrypted_password", "$2a$04$BMC0PAsKGOOgvXJjxMZmT.MjE.vcrZwdrF3w29vy72rngHR9M2oqu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "librarian_4"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_6"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 2.1ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (3.4ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_4@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_4@example.jp"], ["encrypted_password", "$2a$04$gOf8I67/uJZcbZcH6ej8eOYjq6rADIXomvUoKxVmVPkH4wA1eDBXG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "user_4"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_7"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 13ms (Views: 1.1ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (2.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_8"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#edit as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.1ms)  (4.1ms) rollback transaction  (0.2ms) begin transaction Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_5@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_5@example.jp"], ["encrypted_password", "$2a$04$WV4yDWL9fVR7OF2QRteeiOEQXaEL19JKmF3UewPzE38/OgNJ7cC6q"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_5"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_9"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_9"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 14ms (ActiveRecord: 1.5ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_6@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_6@example.jp"], ["encrypted_password", "$2a$04$YniBIN7EfTnsqkQioyz.HO0xnw7gm8fr2gb8LEYTV5TcHQciBNwY2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_6"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_10"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_10"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 11ms (ActiveRecord: 1.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_7@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_7@example.jp"], ["encrypted_password", "$2a$04$ioNgn2VWjI0/bz/1kJZCJ.BQ6NpgZrttddSQvJJUNQubTawKfRit6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_7"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_8@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_8@example.jp"], ["encrypted_password", "$2a$04$g5jtN.c8ZUvrLcAoPF4dNeKMXV1qOMydp7E5mZLMra/kINZIU2iHS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_8"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 10ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_5@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_5@example.jp"], ["encrypted_password", "$2a$04$qrPAPVai9Ia5gtnVnVIUQeCRY3rzM2EoPZw3b/m55FHLlga7tkUZG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "librarian_5"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_13"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_13"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 10ms (ActiveRecord: 1.0ms)  (2.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_6@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_6@example.jp"], ["encrypted_password", "$2a$04$J89vbBkxRTecIdYByzZ/H.YbtU.ewrGLFrxoEs5B5B815eZiTopUC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "librarian_6"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_14"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_14"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 12ms (ActiveRecord: 1.1ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_7@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_7@example.jp"], ["encrypted_password", "$2a$04$3v.bN1yUW9C0hfg5JHHn2OK0jkH7Wyb97cryQ5fiXJVLqZXeEV9Fm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "librarian_7"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_8@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_8@example.jp"], ["encrypted_password", "$2a$04$R4LBVXXKrPkfl/6fITUbaOZwYbrnIDIgLHEkdtcQB3uwPYuGFIg.y"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "librarian_8"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_5@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_5@example.jp"], ["encrypted_password", "$2a$04$oFGpmO5He3ePenF/80Ct3.ilJu56qQzIau3yRphD.2Boz3q094zOi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "user_5"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_17"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (1.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_6@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_6@example.jp"], ["encrypted_password", "$2a$04$PsLe2iDnXhj6kqAdS2HoZ.DH4pTfEKm2ZYaDhe6VJe/.hjBRHaaiC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "user_6"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_18"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_7@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_7@example.jp"], ["encrypted_password", "$2a$04$QfRLx3R1qyQkZHLA4Uj5w.pcQRk20IpWLbnAfP54gtc3WJnRp.pd."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "user_7"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (1.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_8@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_8@example.jp"], ["encrypted_password", "$2a$04$3DVJpAujieTteHayHF2K6.5RVy3bCRS64YWzmGUjNoqqSkkc5T6l."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "user_8"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_21"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_22"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by PatronMergeListsController#create as HTML Parameters: {"patron_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_25"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_9@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_9@example.jp"], ["encrypted_password", "$2a$04$11KCPN54ONALGaMoFlIfpOGlysqzFlpoWtfPjOrlYodNhVtfMMJ4G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_9"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_26"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "patron_merge_lists" SET "title" = 'patron_merge_list_26', "updated_at" = '2012-02-24 13:51:04.924544' WHERE "patron_merge_lists"."id" = 4  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 13ms (ActiveRecord: 0.7ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_27"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_10@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_10@example.jp"], ["encrypted_password", "$2a$04$tk4l6r38M3D/Ll982Xh0O.i6i1ifLvUWlrWeoJCcJpFimRm9.PAbS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_10"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_28"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "patron_merge_lists" SET "title" = 'patron_merge_list_28', "updated_at" = '2012-02-24 13:51:04.958859' WHERE "patron_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 10ms (ActiveRecord: 0.6ms)  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_29"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_11@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_11@example.jp"], ["encrypted_password", "$2a$04$4f5DnAvLSYFzw95nC9eF6ug.3AJ/hMHev376K0Hy1lfGtWeuD3k76"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_group_id", nil], ["username", "admin_11"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00], ["title", "patron_merge_list_31"], ["updated_at", Fri, 24 Feb 2012 13:51:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_12@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_12@example.jp"], ["encrypted_password", "$2a$04$qOwjmC2D5G4Bx0N1Suo/x.Gd7zWuaJwaPObXQK4ccOx1M9zMWXXXm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "admin_12"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_33"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_9@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_9@example.jp"], ["encrypted_password", "$2a$04$sLprDbOkiTP63XX7VZ.etuF/ODHypDkF.CBTucjvzIPmaxiV5BZ2O"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_9"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 PatronMergeList Load (0.0ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", 1]] Processing by PatronMergeListsController#update as HTML Parameters: {"mode"=>"merge", "id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "1"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" IS NULL LIMIT 1 Redirected to http://test.host/patron_merge_lists/1 Completed 302 Found in 12ms (ActiveRecord: 0.7ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_35"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_10@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_10@example.jp"], ["encrypted_password", "$2a$04$c89aWGUGUlcVxKd5wqjsgeLRVYdwjNixpkGSW7WFp57HSyqAnBC5G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_10"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", 1]] Processing by PatronMergeListsController#update as HTML Parameters: {"selected_patron_id"=>"3", "mode"=>"merge", "id"=>"1"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "1"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 3 LIMIT 1 Patron Load (0.4ms) SELECT "patrons".* FROM "patrons" INNER JOIN "patron_merges" ON "patrons"."id" = "patron_merges"."patron_id" WHERE "patron_merges"."patron_merge_list_id" = 1 SQL (18.4ms) UPDATE "creates" SET patron_id = 3 WHERE (patron_id = 1) SQL (0.5ms) UPDATE "produces" SET patron_id = 3 WHERE (patron_id = 1) SQL (0.4ms) UPDATE "owns" SET patron_id = 3 WHERE (patron_id = 1) SQL (8.9ms) UPDATE "donates" SET patron_id = 3 WHERE (patron_id = 1)  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "patrons" WHERE ("patrons"."id" = 1 AND "patrons"."lock_version" = 0)  (0.0ms) RELEASE SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "creates" SET patron_id = 3 WHERE (patron_id = 2) SQL (0.1ms) UPDATE "produces" SET patron_id = 3 WHERE (patron_id = 2) SQL (0.1ms) UPDATE "owns" SET patron_id = 3 WHERE (patron_id = 2) SQL (0.1ms) UPDATE "donates" SET patron_id = 3 WHERE (patron_id = 2)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "patrons" WHERE ("patrons"."id" = 2 AND "patrons"."lock_version" = 0)  (0.0ms) RELEASE SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "creates" SET patron_id = 3 WHERE (patron_id = 3) SQL (0.1ms) UPDATE "produces" SET patron_id = 3 WHERE (patron_id = 3) SQL (0.1ms) UPDATE "owns" SET patron_id = 3 WHERE (patron_id = 3) SQL (0.1ms) UPDATE "donates" SET patron_id = 3 WHERE (patron_id = 3) Redirected to http://test.host/patron_merge_lists/1 Completed 302 Found in 161ms (ActiveRecord: 31.0ms)  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_37"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_11@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_11@example.jp"], ["encrypted_password", "$2a$04$GPbDCepP12ahagOLTwCy8OkTPfJQHWW.GSnHCwaSazZ0P99MX9Rim"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_11"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_38"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) UPDATE "patron_merge_lists" SET "title" = 'patron_merge_list_38', "updated_at" = '2012-02-24 13:51:05.316816' WHERE "patron_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 15ms (ActiveRecord: 0.7ms)  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_39"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_12@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_12@example.jp"], ["encrypted_password", "$2a$04$oYCGePzRFDP3FBEoOB9mrOB8CrffW0c8bSIHx9hete1OqUg.HFPpq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_12"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_40"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "patron_merge_lists" SET "title" = 'patron_merge_list_40', "updated_at" = '2012-02-24 13:51:05.351208' WHERE "patron_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists/4 Completed 302 Found in 13ms (ActiveRecord: 0.6ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_41"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_13@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_13@example.jp"], ["encrypted_password", "$2a$04$GeZ5hOEO8/6.0B3Gd6LtcOWrno0/86T/L8jd87RXWBZFaqgFA3nP6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_13"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 1.2ms | ActiveRecord: 0.6ms | Solr: 0.0ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_43"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_14@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_14@example.jp"], ["encrypted_password", "$2a$04$psoA7MgLIZJwLOzA9pqrbuYqfAlh7X2hbuAM1Zr52vSmLAKYezBWm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_14"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 0.6ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_45"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.5ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_9@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_9@example.jp"], ["encrypted_password", "$2a$04$0ZDtpGVkh3hGY82G.6PwX.ghYh80kBk1PkfJzUcFePiZaOLmpKnbG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "user_9"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_46"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_47"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_10@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_10@example.jp"], ["encrypted_password", "$2a$04$50Nin26kNywlISp0st43jeN5eISvAO80X6zFWkKZqOrtEAPebyQ5i"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "user_10"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_48"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_49"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_11@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_11@example.jp"], ["encrypted_password", "$2a$04$0ht6PvnjOz7gUujz7rXQo.bUM1SBkHitsoXsv2mQGMolHrvqoxWpy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "user_11"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 14ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_51"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_52"}, "id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 10ms (ActiveRecord: 0.1ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_53"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>"patron_merge_list_54"}, "id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (21.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_55"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#update as HTML Parameters: {"patron_merge_list"=>{"title"=>""}, "id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_57"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_13@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_13@example.jp"], ["encrypted_password", "$2a$04$Ed1WoK93WIU9SrvMJNMVlu6roLLrcRZxv0ss55kUPiWbzlD79mVEa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "admin_13"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."patron_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists Completed 302 Found in 13ms (ActiveRecord: 0.8ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_58"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_14@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_14@example.jp"], ["encrypted_password", "$2a$04$tRiVjQkI/9QBP4wCkWLH4uW5h0HX07WdXWiB4KJRmEqgwrk678CM6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "admin_14"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."patron_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists Completed 302 Found in 11ms (ActiveRecord: 0.7ms)  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_59"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_15@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_15@example.jp"], ["encrypted_password", "$2a$04$/LQ1wSrd.e/1ol0deVjYSeZAOnUZlBPgQtJcsDFtVAN3piWzGBlm6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_15"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."patron_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists Completed 302 Found in 11ms (ActiveRecord: 0.7ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_60"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_16@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_16@example.jp"], ["encrypted_password", "$2a$04$L9guvRJbKcynnTYqh6M0b.XnlOeFidRU1zgjsInTv9IuRVi5lKy1S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_16"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."patron_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? [["id", 4]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merge_lists Completed 302 Found in 12ms (ActiveRecord: 0.8ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_61"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_12@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_12@example.jp"], ["encrypted_password", "$2a$04$JEye3qHGAqftwLvVEu8cNO2rdVWcbHGkVgI4OppEln/FIwrOVNThW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "user_12"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_62"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_13@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_13@example.jp"], ["encrypted_password", "$2a$04$f29WT3NdZqHfNuAFoPZBrupYbSYr1qPpQu8Ounq9Wn4WN9CCGX.NG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "user_13"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 59ms (Views: 1.2ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (2.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_63"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 11ms (ActiveRecord: 0.1ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_64"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergeListsController#destroy as HTML Parameters: {"id"=>"4"} PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (3.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_65"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_1"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.2ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.5ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_15@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_15@example.jp"], ["encrypted_password", "$2a$04$am.Z9QPJAMg8wpZBeUS68ulojIOIe1NsMePQ8wFSfhRRMtMdrVEBm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "admin_15"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 19ms (Views: 7.0ms | ActiveRecord: 0.3ms | Solr: 0.0ms) PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" LIMIT 10 OFFSET 0  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["title", "patron_merge_list_66"], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_2"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_17@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_17@example.jp"], ["encrypted_password", "$2a$04$js2M08rmR8NJBqe.NFk06ezkvVtRebF79eTgI7lllU.4L18tdYX0e"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_group_id", nil], ["username", "librarian_17"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:05 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 12ms (Views: 1.7ms | ActiveRecord: 0.3ms | Solr: 0.0ms) PatronMerge Load (0.2ms) SELECT "patron_merges".* FROM "patron_merges" PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" LIMIT 10 OFFSET 0  (8.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_67"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_3"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (2.0ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (1.7ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_14@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_14@example.jp"], ["encrypted_password", "$2a$04$/LFi3/EhVVNG9DIN/mc4A.GzgJ5QQPUn4/W3cHj6NcU0GqKTqe.Cm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "user_14"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "patron_merges" WHERE ('t'='f')  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_68"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_4"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "patron_merges" WHERE ('t'='f')  (1.4ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_16@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_16@example.jp"], ["encrypted_password", "$2a$04$08Q4UoSl3hZpGNnOcvPO9.dM8SwkOowz.FHln29qxH1g4oQ3d1L2u"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_16"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_69"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_5"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.2ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 14ms (Views: 4.3ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (3.2ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_18@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_18@example.jp"], ["encrypted_password", "$2a$04$s8jp.cvtyPwV7kShKkMgmuibDBcs3sA/XnjsWHd3aKXtW34/61N56"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_18"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_70"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_6"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (1.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_15@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_15@example.jp"], ["encrypted_password", "$2a$04$A9Iow4HnPiDG5lnwR6ZIA.OVm5wnkgem1zd8O26jSlgl3IFCT6GHW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "user_15"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_71"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_7"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 15ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_72"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_8"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#show as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (3.8ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_17@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_17@example.jp"], ["encrypted_password", "$2a$04$AZpCgbFRya5M4W6ed9Dh9OIYSpbcAD1OdGZOYJJrLFiXPSELwXK3y"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_17"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 14ms (Views: 3.9ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_19@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_19@example.jp"], ["encrypted_password", "$2a$04$Bn2Y1UJNg0KX6jItgtV3dutaKLffRA/nXo.3hmnLBH7Z8.lvfekb6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_19"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_16@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_16@example.jp"], ["encrypted_password", "$2a$04$4.X0usKeDXScVr2zLaDOt.jp8l0KlrgYNBQrkZGVCSoI6whRFaK3S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "user_16"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 9ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by PatronMergesController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_18@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_18@example.jp"], ["encrypted_password", "$2a$04$L1PZuChvXtr.njZ2Yv6UWuyxFDVFgeulj.6JyXMiYC6t1cX408hXW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_18"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_73"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_9"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 8ms (Views: 2.8ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_20@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_20@example.jp"], ["encrypted_password", "$2a$04$9VAtr74nSHnWKUBV0asii.t2EDXuBdEBf2c7KngrAzVV6B.6OwQye"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_20"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_74"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_10"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_17@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_17@example.jp"], ["encrypted_password", "$2a$04$E36Kj24vIZ.M72zYv1IBiuelVlW6ZgBBFm86.M7N3Rx95KgNGFAKC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "user_17"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_75"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_11"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 8ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_76"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_12"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#edit as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms (ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_77"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_13"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_19@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_19@example.jp"], ["encrypted_password", "$2a$04$ue3w/.FYmljmT9mYrU/HB.zzhHQ9k5Dc.5je0abzI9gFHyIdbvLSK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_19"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 9ms (ActiveRecord: 0.7ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_78"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_14"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_20@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_20@example.jp"], ["encrypted_password", "$2a$04$VjKiik3.ERHSi2lm9KJgtO9AeqJUzB1GhNyU4AY/PRbY1JFU333GC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_20"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 8ms (ActiveRecord: 0.8ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_79"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_15"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_21@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_21@example.jp"], ["encrypted_password", "$2a$04$E013mAlbW0HGFeqfmFOrV.pVgzGDFiqcCQA0Z4hXFpskHTo4pJUcK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_21"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_80"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_16"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_22@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_22@example.jp"], ["encrypted_password", "$2a$04$VzvJtgD9g2IIHEQV3ZndxOgdyK7r1om6glhZcQ6BcQk6LN1We5ICO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_22"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_81"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_17"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_21@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_21@example.jp"], ["encrypted_password", "$2a$04$tMANXYzejm3szFwum4s75.yzLVn93XfPCcK37DrS4CVjMExDdsLme"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_21"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 8ms (ActiveRecord: 0.7ms)  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_82"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_18"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_22@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_22@example.jp"], ["encrypted_password", "$2a$04$eo.lNTqZGPZzRxRLBk3W5uVCH9HUuCtjP2gKDPc/zDJ9XlBpZdUay"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_22"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_83"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_19"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_23@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_23@example.jp"], ["encrypted_password", "$2a$04$H1TKZp3nEG1Tb68leTClNudxTl83LTwsnm9l/QnYF4sVLB2IUaa/2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_23"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_84"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_20"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_24@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_24@example.jp"], ["encrypted_password", "$2a$04$jzyGxqvQwsN6XznmDWwHXO6muRRUYQJSLFe4W5FZclcuKw8xhwViK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_24"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_85"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_21"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_18@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_18@example.jp"], ["encrypted_password", "$2a$04$aLS4bsH9FzOviC99J8XrPe3P9k5VIfvpn7KncPmM/axqk0935ne5O"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "user_18"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.7ms | ActiveRecord: 0.2ms | Solr: 0.0ms) Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_86"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_22"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_19@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_19@example.jp"], ["encrypted_password", "$2a$04$MDLZxd0QWVJpyCZaIe4a9ee40U0xD4NcdbpAS8fqpcVKI5omPugPm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "user_19"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_87"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_23"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_20@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_20@example.jp"], ["encrypted_password", "$2a$04$CcHiDR9Q4/BGa09KKESweOxo8bZrep96G3/QQRPt81ljZBe9AAgkS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "user_20"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.7ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_88"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_24"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_21@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_21@example.jp"], ["encrypted_password", "$2a$04$GAlk.15P84a8G/EmAWbDvuWwErv0M0fVi42fhLCQ/4YKUrqqAbZtW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "user_21"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.7ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_89"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_25"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_90"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_26"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"4", "patron_id"=>"203"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_91"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_27"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_92"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_28"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#create as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_93"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_29"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_94"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_30"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_23@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_23@example.jp"], ["encrypted_password", "$2a$04$.Acfu7RWDAbGnISxEMZhdufzcGitKZUcwJXRm1q4.CmfeV/HGukbC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_23"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-02-24 13:51:06.823295' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 8ms (ActiveRecord: 0.5ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (24.8ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_95"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_31"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_96"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_32"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_24@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_24@example.jp"], ["encrypted_password", "$2a$04$ijUUvt56Nv3NHWvuPMKWJuR5Z5jVa0eQaZySbF50x3oOyBAbcYOTW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_24"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-02-24 13:51:06.877147' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 8ms (ActiveRecord: 0.5ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_97"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_33"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_98"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_34"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_25@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_25@example.jp"], ["encrypted_password", "$2a$04$9J/9gIpfjsWLJCqUvEdOXuY1UAvLIiRbZ2AcA4vd8bszSTMZ1MNMO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "admin_25"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.9ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_99"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_35"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_100"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_36"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_25@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_25@example.jp"], ["encrypted_password", "$2a$04$41y9AbHZiyQAc5k/xYt6OuHe8XQJBkXXhas2V7BbWY4igprIlndj6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_25"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-02-24 13:51:06.930044' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_101"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_37"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_102"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_38"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_26@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_26@example.jp"], ["encrypted_password", "$2a$04$1.H4biLOZdb6BxB0tKAz1uZ6tnm/5e6sBM1njMXF2N3Z9Ks02jwpy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_group_id", nil], ["username", "librarian_26"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 204 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "patron_merges" SET "patron_merge_list_id" = 5, "patron_id" = 204, "updated_at" = '2012-02-24 13:51:06.983412' WHERE "patron_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges/4 Completed 302 Found in 35ms (ActiveRecord: 0.5ms)  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_103"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_39"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["title", "patron_merge_list_104"], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_40"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:06 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_27@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_27@example.jp"], ["encrypted_password", "$2a$04$tUHd7dUOr2yF6g7FIgiKEuybq.i9KD1.hiJA0ewQ2jS0mP/YYMIbq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_27"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_105"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_41"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_106"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_42"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_22@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_22@example.jp"], ["encrypted_password", "$2a$04$xyuvt3cMcFiFy.qVBfMfA.Xs..S9qZpxMxkmIeZXpWmQgAv3McSaS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "user_22"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 7ms (Views: 0.8ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_107"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_43"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_108"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_44"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_23@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_23@example.jp"], ["encrypted_password", "$2a$04$wMAZb44Ox/9lWNYIDoF6X.OKroM0RUDc9VkldTrOUVOcGxQAydO2W"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "user_23"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_109"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_45"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_110"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_46"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_24@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_24@example.jp"], ["encrypted_password", "$2a$04$CNnqyV.X5pBE64.pve5D0ersQ.Yjwv0J2FYn5mTqecJT7kLwiydEu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "user_24"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_111"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_47"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_112"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_48"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_113"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_49"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_114"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_50"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>"5", "patron_id"=>"204"}, "id"=>"4"} PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_115"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_51"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_116"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_52"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#update as HTML Parameters: {"patron_merge"=>{"patron_merge_list_id"=>""}, "id"=>"4"} PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_117"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_53"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_26@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_26@example.jp"], ["encrypted_password", "$2a$04$uZ9osiljX6c0cU7hghMjVuI7lREsFzcUUun4.bOSdHsn.1S/dIeoa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_26"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 7ms (ActiveRecord: 0.5ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_118"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_54"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.1ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_27@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_27@example.jp"], ["encrypted_password", "$2a$04$o0ktKCbWc6.jp6DLQMRqNeaCoArxe3QZOsg3Idj0OIbZz4xzcJsdG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_27"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.0ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 6ms (ActiveRecord: 0.4ms)  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_119"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_55"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_28@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_28@example.jp"], ["encrypted_password", "$2a$04$wRE2B6N0AtCl.W43pOwPBuppXA16qJ0Rugtukud3.AbLTEnkK3VCW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_28"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 6ms (ActiveRecord: 0.4ms)  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_120"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_56"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.0ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_29@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_29@example.jp"], ["encrypted_password", "$2a$04$Sea.b3H4DkVGcKov2BHGhe7PsmfNsqXN2jZK716KrunptrE96y3wW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_29"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "patron_merges" WHERE "patron_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/patron_merges Completed 302 Found in 6ms (ActiveRecord: 0.4ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_121"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_57"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_25@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_25@example.jp"], ["encrypted_password", "$2a$04$5PMHlJCzhs2etPiNxP3pD.GFSJcViz8fFX.9oj1WX20s.8VdP.Yti"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "user_25"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 7ms (Views: 0.9ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_122"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_58"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_26@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_26@example.jp"], ["encrypted_password", "$2a$04$U8ROKbbK1f2IL3ZYGPARNOMntmbGB2zr3V0MDheK3LLfYAr.JL8uG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "user_26"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_123"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_59"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.3ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "patron_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "patron_merge_list_124"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "patrons" ("address_1", "address_1_note", "address_2", "address_2_note", "corporate_name", "corporate_name_transcription", "country_id", "created_at", "creates_count", "date_of_birth", "date_of_death", "deleted_at", "email", "fax_number_1", "fax_number_2", "first_name", "first_name_transcription", "full_name", "full_name_alternative", "full_name_transcription", "language_id", "last_name", "last_name_transcription", "locality", "lock_version", "middle_name", "middle_name_transcription", "note", "other_designation", "owns_count", "patron_type_id", "place", "postal_code", "produces_count", "realizes_count", "region", "required_role_id", "required_score", "state", "street", "telephone_number_1", "telephone_number_2", "updated_at", "url", "user_id", "zip_code_1", "zip_code_2") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["address_1", nil], ["address_1_note", nil], ["address_2", nil], ["address_2_note", nil], ["corporate_name", nil], ["corporate_name_transcription", nil], ["country_id", 1], ["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["creates_count", 0], ["date_of_birth", nil], ["date_of_death", nil], ["deleted_at", nil], ["email", nil], ["fax_number_1", nil], ["fax_number_2", nil], ["first_name", nil], ["first_name_transcription", nil], ["full_name", "full_name_60"], ["full_name_alternative", nil], ["full_name_transcription", nil], ["language_id", 1], ["last_name", nil], ["last_name_transcription", nil], ["locality", nil], ["lock_version", 0], ["middle_name", nil], ["middle_name_transcription", nil], ["note", nil], ["other_designation", nil], ["owns_count", 0], ["patron_type_id", 1], ["place", nil], ["postal_code", nil], ["produces_count", 0], ["realizes_count", 0], ["region", nil], ["required_role_id", 1], ["required_score", 0], ["state", nil], ["street", nil], ["telephone_number_1", nil], ["telephone_number_2", nil], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["url", nil], ["user_id", nil], ["zip_code_1", nil], ["zip_code_2", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 Patron Load (0.2ms) SELECT "patrons".* FROM "patrons" WHERE "patrons"."id" = 203 LIMIT 1 PatronMergeList Load (0.1ms) SELECT "patron_merge_lists".* FROM "patron_merge_lists" WHERE "patron_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "patron_merges" ("created_at", "patron_id", "patron_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["patron_id", 203], ["patron_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PatronMergesController#destroy as HTML Parameters: {"id"=>"4"} PatronMerge Load (0.1ms) SELECT "patron_merges".* FROM "patron_merges" WHERE "patron_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_28@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_28@example.jp"], ["encrypted_password", "$2a$04$7AB7v4JV.SAPwI8ra8UuCOafKaMrquGxHbo1rPF9pqdmZ8L4v1KYu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_28"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 40ms (Views: 29.7ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_30@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_30@example.jp"], ["encrypted_password", "$2a$04$nvef6VteqkmS03OJO0WIkeMIBcSRs148ErJyp/.gduHkevy.ORnnC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_30"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (2.3ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_27@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (35.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_27@example.jp"], ["encrypted_password", "$2a$04$xyo6ZZ5v8IQhe193Sly4cemcPkVeVBTHhDyKgOFY5yBhwR2/zovhK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "user_27"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 14ms (Views: 1.4ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "series_statement_merge_lists" WHERE ('t'='f')  (0.7ms) rollback transaction  (0.1ms) begin transaction Processing by SeriesStatementMergeListsController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "series_statement_merge_lists" WHERE ('t'='f')  (0.1ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_29@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_29@example.jp"], ["encrypted_password", "$2a$04$RvyJnceNZ//9C1RZi3Vmd.nQEpgcVGKeXX9XeHYj/8e4E6Or2joyC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_29"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (20.9ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "series_statement_merge_list_1"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.2ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 40ms (Views: 30.4ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_31@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_31@example.jp"], ["encrypted_password", "$2a$04$JxGgPM9du721uZthBIxoH.GKk5.WQE3BwLSEo6FzRw9FMqulQYXTm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_31"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "series_statement_merge_list_2"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 10ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_28@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_28@example.jp"], ["encrypted_password", "$2a$04$mfAV8zylT248k7UHaw6CJOWgY07UZTnR3NjKpX4osQOA0kSrJpqUG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "user_28"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "series_statement_merge_list_3"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "series_statement_merge_list_4"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#show as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.1ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_30@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_30@example.jp"], ["encrypted_password", "$2a$04$33i3OUgTCD.8NreE27sIn.IdOxevAktJQQKuN8zl9Jm3IFQ4KrtrG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_30"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 21ms (Views: 10.6ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_32@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_32@example.jp"], ["encrypted_password", "$2a$04$c4oEcHPQHpBjh1U3BoiMPeJ6KAuMNwOCYEDiQkuctND1HjC7Od5yK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_32"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_29@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_29@example.jp"], ["encrypted_password", "$2a$04$y.zz8a9pftWQzi6iOt2t0OkII2vI7OVwZYtWLMNYe1PuEw0XDiYo."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "user_29"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.1ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by SeriesStatementMergeListsController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_31@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_31@example.jp"], ["encrypted_password", "$2a$04$W00jhzZczh5ku0hzqpdCbuvnYiH9RQtOD/YuXUYtd4RAF0lkVkLwy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_31"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "series_statement_merge_list_5"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 24ms (Views: 12.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (2.9ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_33@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_33@example.jp"], ["encrypted_password", "$2a$04$yYwAp8YXSRUqUlYZthJ9bOwYTHhUGjy0k8nluCoxs9.mW/GM5u5.G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "librarian_33"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "series_statement_merge_list_6"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 11ms (Views: 1.6ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_30@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_30@example.jp"], ["encrypted_password", "$2a$04$vko22J4TRTHW2LlesXjz3eflLJ7FzZbQcWWCflV5AVy7Z79rrE1we"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "user_30"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "series_statement_merge_list_7"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.8ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["title", "series_statement_merge_list_8"], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#edit as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_32@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_32@example.jp"], ["encrypted_password", "$2a$04$SA4xQbhBstYaieff8uKpuuFan3Y9LXsCvYGO8giQzAD0I9Sg1oE0e"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_group_id", nil], ["username", "admin_32"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:07 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_9"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_9"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 17ms (ActiveRecord: 1.7ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_33@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_33@example.jp"], ["encrypted_password", "$2a$04$/XIi8Jt/YhKI1vi440ZJZuTfLLEtNApn0sp7YHiEHFzqepePmRtbK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_33"]] SQL (2.9ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_10"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_10"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 12ms (ActiveRecord: 1.1ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_34@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_34@example.jp"], ["encrypted_password", "$2a$04$gdj3xhjILxiM.DP387mNWOFbhNZk23HZJaqqD7y6oOsICF0Wbxv/6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_34"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (1.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 1.2ms | ActiveRecord: 1.3ms | Solr: 0.0ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_35@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_35@example.jp"], ["encrypted_password", "$2a$04$zsBNP7HpQ.yES2ZRZ3M6l.o17CCkp9/bI8.9Fv9oIDB26F5cuXFwm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_35"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 1.2ms | ActiveRecord: 0.6ms | Solr: 0.0ms)  (1.5ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_34@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_34@example.jp"], ["encrypted_password", "$2a$04$d32Fez7VpKhMdItJNENwvOGbxBqD5kAbXg/YmFiEHW//xjBAkcpdS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_34"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_13"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_13"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 12ms (ActiveRecord: 1.1ms)  (3.7ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_35@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_35@example.jp"], ["encrypted_password", "$2a$04$LmRSBxTAf3TQED2EL4jIOOU58U3BiDFjb4EHFVX325BB.v4Rl.w8m"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_35"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_14"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_14"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 14ms (ActiveRecord: 1.2ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_36@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_36@example.jp"], ["encrypted_password", "$2a$04$0w4s.zaL5WYAF9fTdRqV9u/99FjC57dqUYe6rkaYM69ixVbpFjo7G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_36"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 13ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_37@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_37@example.jp"], ["encrypted_password", "$2a$04$14zyo3DmgpqS2BLz1s3LbeNqg0LFdsj6My6MXBdWfzDlhBBsLBQ9G"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_37"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 1.3ms | ActiveRecord: 0.7ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_31@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_31@example.jp"], ["encrypted_password", "$2a$04$xubI2FfuZ0tnD8EESEGAN.OlybpeVpDkjHA5yhytbzXpE3ikPJd7a"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "user_31"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_17"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 14ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_32@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (5.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_32@example.jp"], ["encrypted_password", "$2a$04$esJrXInpVigU.19wudvjJO/EonSrAGriHQBtfsvyBWl4ai1lGVu2q"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "user_32"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_18"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_33@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_33@example.jp"], ["encrypted_password", "$2a$04$urUVEPMcMTrdY6hpOWLhpu/.LjurTf/OggO/hPmco0xjxOJlBKgne"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "user_33"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.3ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_34@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_34@example.jp"], ["encrypted_password", "$2a$04$KD1bfbJ9ZKrgRluW.dG/TuohRYZELRwAvFgWBAL7AALDUAGUuzAsa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "user_34"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_21"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_22"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by SeriesStatementMergeListsController#create as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_25"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.2ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_36@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_36@example.jp"], ["encrypted_password", "$2a$04$kgelR50HxYA04OiZW2rbh.hvSbqyaNptvBP2e96hSuyLAPQIWZA7m"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_36"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_26"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.3ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.5ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_26', "updated_at" = '2012-02-24 13:51:08.496321' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 15ms (ActiveRecord: 1.2ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_27"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_37@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_37@example.jp"], ["encrypted_password", "$2a$04$nxmmi6g7KALloqjD.Fc9a.5RTEfgQi/FzKs6PhN8uANJOhoGNkpg6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_37"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_28"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_28', "updated_at" = '2012-02-24 13:51:08.535652' WHERE "series_statement_merge_lists"."id" = 4  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 15ms (ActiveRecord: 0.7ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_29"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_38@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.1ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_38@example.jp"], ["encrypted_password", "$2a$04$wKdstI2EMUF4eK0YmB2tCuNZabRUPLcYzT5MKXPIidBqPiiae4RwG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_38"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (2.4ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 18ms (Views: 1.3ms | ActiveRecord: 6.0ms | Solr: 0.0ms)  (43.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_31"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_39@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_39@example.jp"], ["encrypted_password", "$2a$04$dC0gxUwldUtkrCmX/dHZgu.UEesLA2W0wYQo9AS3Z0F.kCJ9r3LuG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "admin_39"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 15ms (Views: 1.8ms | ActiveRecord: 0.6ms | Solr: 0.0ms)  (69.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_33"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_38@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_38@example.jp"], ["encrypted_password", "$2a$04$vmFjdewhJpMkUyLvNU6/v.1W/oUMIKopzhameQSNpxP8x1irRgNua"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_38"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_34"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_34', "updated_at" = '2012-02-24 13:51:08.764627' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 19ms (ActiveRecord: 0.7ms)  (126.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_35"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_39@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_39@example.jp"], ["encrypted_password", "$2a$04$ao8jo6jHGonCE7d4iMk3YuvPx/X6izaLAbsjWHt7bK/KGO77H0xAW"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_39"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_36"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) UPDATE "series_statement_merge_lists" SET "title" = 'series_statement_merge_list_36', "updated_at" = '2012-02-24 13:51:08.920825' WHERE "series_statement_merge_lists"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists/4 Completed 302 Found in 12ms (ActiveRecord: 0.7ms)  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_37"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_40@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_40@example.jp"], ["encrypted_password", "$2a$04$IeyPFzujuCTOjuEI1uNEEuOxnRrkYj4leS0k/zyVHbiKtGrtwiane"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_40"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 14ms (Views: 3.7ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["title", "series_statement_merge_list_39"], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_41@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_41@example.jp"], ["encrypted_password", "$2a$04$lmymI6ejeChJJnECH5y3mupb7rq83gvFOjNVDDpKG73isDpyeP4Ha"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_group_id", nil], ["username", "librarian_41"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:08 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 1.3ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (13.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_41"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_35@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_35@example.jp"], ["encrypted_password", "$2a$04$WL9h.h8HbZxycX9HwslpVe7OMtJw8H9wfe33oDqU5/Sqoj0K35YMG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "user_35"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_42"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 1.8ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_43"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_36@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_36@example.jp"], ["encrypted_password", "$2a$04$jrpwVloa4N3ormoeEKN/xuznkDsMBntw4b/.tXiIGnNUGkKvSb1i."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "user_36"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_44"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.5ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_45"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_37@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_37@example.jp"], ["encrypted_password", "$2a$04$7D/h9x7E/jGDm/un84BHZOMYdFUjfLm/EPtRuN57bW.CpH/o6GXKi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "user_37"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_47"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_48"}, "id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 10ms (ActiveRecord: 0.1ms)  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_49"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>"series_statement_merge_list_50"}, "id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (50.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_51"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#update as HTML Parameters: {"series_statement_merge_list"=>{"title"=>""}, "id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_53"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_40@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_40@example.jp"], ["encrypted_password", "$2a$04$29NeYD3yMHsmoNqbiYE6Mei.Ussg8qoAMrO0WXSrxRVOkF6lR26Em"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "admin_40"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.5ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.2ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.2ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 21ms (ActiveRecord: 1.3ms)  (10.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_54"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_41@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_41@example.jp"], ["encrypted_password", "$2a$04$mVMVyYymsEwh1X5Nqf95GOMBT7.MHm1IfPwhPRxwfZxOXPbnOi.OO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "admin_41"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 11ms (ActiveRecord: 0.7ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_55"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_42@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_42@example.jp"], ["encrypted_password", "$2a$04$c.Et/TU4/QHcUp8krFpDUeHkhOi/0ZDCSrdXbdKbvOHTvYYdT9TOa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "librarian_42"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.9ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 11ms (ActiveRecord: 1.5ms)  (21.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_56"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_43@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_43@example.jp"], ["encrypted_password", "$2a$04$hrCplF2hzLZ/QGkncx3nzu27iY8pMP5NHCaGPJwtubzvWQ27Dm7ni"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "librarian_43"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4 SQL (0.1ms) DELETE FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merge_lists Completed 302 Found in 12ms (ActiveRecord: 0.7ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_57"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_38@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_38@example.jp"], ["encrypted_password", "$2a$04$FdJKOMlGYRRoSlwiI.qg9u88auyECRRT33yplq6m.NrVzo5X.Qa3O"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "user_38"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_58"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_39@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_39@example.jp"], ["encrypted_password", "$2a$04$6MT.0Xm8AoKMInFPFlT1WujN8Y57PLpWrpjtFEAP38fG9DrvximSy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "user_39"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.1ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_59"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (1.2ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms (ActiveRecord: 1.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_60"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergeListsController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 9ms (ActiveRecord: 0.1ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_61"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_1"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (11.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_1, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.5ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.7ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_42@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_42@example.jp"], ["encrypted_password", "$2a$04$HnAWndCLIZvkiP7kKAtAUOAyz6UeFrYIUuMT59QV5qY7vIQ.HcvLe"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "admin_42"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (60.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 101ms (Views: 27.4ms | ActiveRecord: 0.3ms | Solr: 11.0ms) SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" LIMIT 10 OFFSET 0  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["title", "series_statement_merge_list_62"], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_2"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_2, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_44@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_44@example.jp"], ["encrypted_password", "$2a$04$LIBnPvlTkm1GfSGNsmHPD.i.KkCW7LAW5zGQEXgsOJ6Alf2RSOsMO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_group_id", nil], ["username", "librarian_44"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:09 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (274.4ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 287ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 68.2ms) SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" LIMIT 10 OFFSET 0  (5.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["title", "series_statement_merge_list_63"], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_3"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (13.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_3, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_40@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_40@example.jp"], ["encrypted_password", "$2a$04$gHL96Ezc1BXUaRW80TOJIO3Ube7/6RI9wGAzImEQpTSh6QI6xBr4C"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_group_id", nil], ["username", "user_40"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.3ms | Solr: 288.1ms)  (0.1ms) SELECT COUNT(*) FROM "series_statement_merges" WHERE ('t'='f')  (2.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["title", "series_statement_merge_list_64"], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_4"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (11.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_4, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#index as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "series_statement_merges" WHERE ('t'='f')  (0.9ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_43@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_43@example.jp"], ["encrypted_password", "$2a$04$1UyKy3ANc9L6EOzi/mMBOeXv1zYYlNr3Ifa0D/5SD3Qi.T40d.iNC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_group_id", nil], ["username", "admin_43"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["title", "series_statement_merge_list_65"], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_5"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_5, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.2ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (60.0ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 144ms (Views: 18.4ms | ActiveRecord: 0.5ms | Solr: 16.0ms)  (2.6ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_45@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_45@example.jp"], ["encrypted_password", "$2a$04$7.zrMJ0MF/5Tp3UfJUfDAerK7z.XKiyLFE2cvzCsOQEDed2tXgPCy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_group_id", nil], ["username", "librarian_45"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["title", "series_statement_merge_list_66"], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_6"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (9.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_6, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (1.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (109.3ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 122ms (Views: 1.2ms | ActiveRecord: 1.5ms | Solr: 69.9ms)  (1.5ms) rollback transaction  (0.1ms) begin transaction Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_41@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_41@example.jp"], ["encrypted_password", "$2a$04$czqFgiNR7/5vUS/I91mBte.CDD8HVa/InQJvmn5YnpqmE9Zp5Nqzq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_group_id", nil], ["username", "user_41"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["title", "series_statement_merge_list_67"], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_7"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (14.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_7, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 124.2ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["title", "series_statement_merge_list_68"], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_8"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_8, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (23.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#show as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (22.9ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_44@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_44@example.jp"], ["encrypted_password", "$2a$04$RZXulVdVaJxlfPnqZyW3a.ya9YfNmmQ0mk4PSjIXhsK1VW/ir2HjO"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_group_id", nil], ["username", "admin_44"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (72.0ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 108ms (Views: 24.0ms | ActiveRecord: 0.4ms | Solr: 7.2ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_46@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (3.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_46@example.jp"], ["encrypted_password", "$2a$04$FKtc6sYVm.PXZ2Z4AurBcOUBSZ4.nGmzY3dTtlAnx9ZXxR1Is4ch6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_group_id", nil], ["username", "librarian_46"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 200 OK in 14ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 72.0ms)  (42.3ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_42@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.6ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_42@example.jp"], ["encrypted_password", "$2a$04$MRz2VN5k8vck0hrdOqvYC.GD22wmydSP3d4Q4QM9nJahHJpIL3bli"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_group_id", nil], ["username", "user_42"]] SQL (0.4ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:10 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#new as HTML User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 13ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 0.0ms)  (33.6ms) rollback transaction  (0.1ms) begin transaction Processing by SeriesStatementMergesController#new as HTML Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Role Load (14.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_45@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_45@example.jp"], ["encrypted_password", "$2a$04$QoJspfsm9iaH5oeO71CYZuEClQAoMc0Pf4mxmEd0vkbRts9BOQZoy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_45"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_69"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_9"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (22.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_9, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (54.2ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 69ms (Views: 4.0ms | ActiveRecord: 0.5ms | Solr: 22.5ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_47@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_47@example.jp"], ["encrypted_password", "$2a$04$Dn3EkbhvBnkwxtFBbPB68urFS0j/aN4EFAV9YcSLx/mrX4lAzXZG2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_47"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_70"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_10"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (19.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_10, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 SOLR Request (45.2ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 60ms (Views: 2.5ms | ActiveRecord: 0.4ms | Solr: 73.9ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_43@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.2ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_43@example.jp"], ["encrypted_password", "$2a$04$Rgr.qnKBgLHI3W7/1Qdx8.Pq3euRTnXgT0swQ.4Vpu5JyEBAoee1O"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "user_43"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_71"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_11"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_11, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 0.9ms | ActiveRecord: 0.4ms | Solr: 52.2ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_72"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_12"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_12, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#edit as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_73"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_13"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_13, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_46@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_46@example.jp"], ["encrypted_password", "$2a$04$5Zb2GhfIKHsOw76BvpmhVOwNBMoIBRmoHypfrziBSlJKATOKPC0Si"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_46"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (27.7ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 37ms (ActiveRecord: 0.6ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_74"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_14"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.1ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_14, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_47@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_47@example.jp"], ["encrypted_password", "$2a$04$fVvhMpjslfdol295JfQsN.MUsH38cxfUV9B0VKgKHJI7Yv9vbfyry"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_47"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (16.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (29.0ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 56ms (ActiveRecord: 16.8ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_75"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_15"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_15, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_48@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_48@example.jp"], ["encrypted_password", "$2a$04$Nc1VkcMF4QWMyVcr4snO8.5iydrm6wG8TZ9SEiazoqNJxpS1RdQ3S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_48"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (25.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 34ms (Views: 0.8ms | ActiveRecord: 0.3ms | Solr: 71.4ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_76"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_16"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_16, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_49@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_49@example.jp"], ["encrypted_password", "$2a$04$q4NEP0KvqBuhESbhyI0MZuHNbwqGYiXa.lZ.nM3B6TZ6AbM3Nredi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "admin_49"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (26.6ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 36ms (Views: 0.8ms | ActiveRecord: 0.3ms | Solr: 30.4ms)  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_77"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_17"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_17, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_48@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_48@example.jp"], ["encrypted_password", "$2a$04$CObmJLm68mivnVAoi2n8f.mOM5Iz4omCYUAG1lX7o1yafJSqckfxu"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_48"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (26.2ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 36ms (ActiveRecord: 0.8ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_78"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_18"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_18, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_49@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_49@example.jp"], ["encrypted_password", "$2a$04$MT3M9dmjwLUQKQEsPoPeAu6Dz0ND6.avQgBlCBcdHPz34/LU9YV/u"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_49"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (26.2ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 36ms (ActiveRecord: 0.7ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_79"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_19"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_19, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_50@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_50@example.jp"], ["encrypted_password", "$2a$04$tllVnWi1xrgktTmAscGdxuvctpq6cK/z7hj4uWl2V8sfgfMOtr7na"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_50"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (25.4ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 34ms (Views: 0.8ms | ActiveRecord: 0.3ms | Solr: 98.4ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_80"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_20"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_20, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_51@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_51@example.jp"], ["encrypted_password", "$2a$04$p/Rg71TV4AtoGQZA7POZoumoRyUUnOV.odZoFeIUtOLe7Djlu9moa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "librarian_51"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (26.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 35ms (Views: 0.8ms | ActiveRecord: 0.3ms | Solr: 31.0ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["title", "series_statement_merge_list_81"], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_21"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (34.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_21, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_44@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (34.0ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_44@example.jp"], ["encrypted_password", "$2a$04$DXibujxSuiaNWoyG0W1K6e0WKg0W6TGvUjtJYb5akT2WglZ7rnFii"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:11 UTC +00:00], ["user_group_id", nil], ["username", "user_44"]] SQL (22.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 7ms (Views: 0.7ms | ActiveRecord: 0.2ms | Solr: 61.0ms) SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1  (13.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_82"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_22"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_22, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_45@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_45@example.jp"], ["encrypted_password", "$2a$04$r6CI5/gWUIWzFDOaS2E8VeAumpemNp0ogr3WrSgvj/XRMED9PaumK"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "user_45"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 1.7ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_83"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_23"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.6ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_23, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_46@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_46@example.jp"], ["encrypted_password", "$2a$04$KhW7gvTU6DwbkiU.toAQzeA9HMBobRPg6eHn5k8FoRSyNO.ucGCPa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "user_46"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 1.6ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_84"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_24"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_24, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_47@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_47@example.jp"], ["encrypted_password", "$2a$04$NlQGxXz6fW30MrMVxhGNa.Joc6xILB.lMC.KjIeQ/XY0vzyZFSRDa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "user_47"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 7ms (Views: 0.8ms | ActiveRecord: 0.2ms | Solr: 1.9ms)  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_85"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_25"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_25, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms (ActiveRecord: 0.0ms) SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_86"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_26"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_26, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"4", "series_statement_id"=>"3"}} Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_87"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_27"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_27, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_88"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_28"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.9ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_28, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#create as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}} Redirected to http://test.host/users/sign_in Completed 302 Found in 4ms (ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_89"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_29"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (1.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_29, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_90"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_30"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (1.7ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_30, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_50@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_50@example.jp"], ["encrypted_password", "$2a$04$M7dDgdWzBnFoshbaVQoP7e4N2VfykM6qoftS3pYrJ.2tka/8lP0bq"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_50"]] SQL (0.1ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.0ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-02-24 13:51:12.289212' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (27.3ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 37ms (ActiveRecord: 0.5ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_91"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_31"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (8.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_31, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.2ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_92"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.2ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_32"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (1.7ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_32, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_51@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.3ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_51@example.jp"], ["encrypted_password", "$2a$04$2.IPnFPRjondJKmEmY5Sk.ylNGj09rM2Rkf9OFWX1cjIOdTWFxKxi"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_51"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-02-24 13:51:12.373266' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (43.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 60ms (ActiveRecord: 0.9ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_93"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.6ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_33"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (10.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_33, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.6ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_94"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_34"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.9ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_34, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_52@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_52@example.jp"], ["encrypted_password", "$2a$04$WQ5sSnTvZpZOHt37CNjS9.lOI1fW8/8kZkb4TvheQccre9Dgb05AC"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "admin_52"]] SQL (0.4ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.1ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (40.9ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 54ms (Views: 1.2ms | ActiveRecord: 0.7ms | Solr: 105.4ms)  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_95"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_35"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (11.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_35, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (76.8ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_96"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_36"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (3.2ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_36, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_52@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_52@example.jp"], ["encrypted_password", "$2a$04$AReC4nQtql2T7VLdrsfple2hMvcOmedfON6FtgpBVoZhH4RyiGUei"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_52"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-02-24 13:51:12.675189' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (36.6ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 51ms (ActiveRecord: 0.8ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_97"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_37"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (9.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_37, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_98"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_38"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.6ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_38, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_53@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_53@example.jp"], ["encrypted_password", "$2a$04$aCI/SYHiTvacTYeYWVbal.JV1ojcASw5KpS7tvindDxTwby4HBMPe"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_53"]] SQL (1.0ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 4 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 5 LIMIT 1  (0.1ms) UPDATE "series_statement_merges" SET "series_statement_merge_list_id" = 5, "series_statement_id" = 4, "updated_at" = '2012-02-24 13:51:12.779575' WHERE "series_statement_merges"."id" = 4  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges/4 SOLR Request (40.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 54ms (ActiveRecord: 0.8ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_99"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_39"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (8.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_39, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_100"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_40"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.8ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_40, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_54@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_54@example.jp"], ["encrypted_password", "$2a$04$g5gIf/ZOqJA4cfvmEFDJH.SG5bgTT3s8HymOAvI5hW.FIwzMYS7r6"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "librarian_54"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 SOLR Request (38.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 200 OK in 51ms (Views: 1.2ms | ActiveRecord: 0.7ms | Solr: 155.6ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_101"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_41"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (13.5ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_41, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["title", "series_statement_merge_list_102"], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_42"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (5.5ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_42, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_48@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_48@example.jp"], ["encrypted_password", "$2a$04$sAU7SRFbiGz.DS6o/n8bNeLiZ3fKWzx/dAJaT8j25UM.S7X/59/Ti"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_group_id", nil], ["username", "user_48"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:12 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 10ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 57.1ms)  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_103"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_43"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_43, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_104"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.5ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_44"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (3.2ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_44, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.2ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_49@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.8ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_49@example.jp"], ["encrypted_password", "$2a$04$PXtBw2b7TQ/T693llsiL7espoAnKNFkWH04SJk4ydCspBCoo04E2q"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_group_id", nil], ["username", "user_49"]] SQL (0.9ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_id", 8]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 5.5ms)  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_105"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_45"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (5.8ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_45, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_106"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (1.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_46"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.2ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_46, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_50@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_50@example.jp"], ["encrypted_password", "$2a$04$8ywASDupP92/pnAQXtn1VuIFyU4oJP9T3UyykXCWTgMmLpXbzWLG2"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_group_id", nil], ["username", "user_50"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 12ms (Views: 1.2ms | ActiveRecord: 0.4ms | Solr: 8.0ms)  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_107"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_47"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_47, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_108"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.3ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_48"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (3.1ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_48, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.1ms)  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_109"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_49"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_49, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_110"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_50"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.8ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_50, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>"5", "series_statement_id"=>"4"}, "id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 7ms (ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_111"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_51"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_51, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_112"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.4ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_52"], ["periodical", nil], ["position", 4], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 4 SOLR Request (2.3ms) [ path=# parameters={data: SeriesStatement 4SeriesStatementActiveRecord::BaseSeriesStatement4series_statement_52, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#update as HTML Parameters: {"series_statement_merge"=>{"series_statement_merge_list_id"=>""}, "id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_113"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.4ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.9ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_53"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_53, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (14.9ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_53@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_53@example.jp"], ["encrypted_password", "$2a$04$mqFwONIYxdGUIS/4HH57au30oAB65OQQ6TtMCcOo61eI4rSJj8Lji"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_group_id", nil], ["username", "admin_53"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (77.5ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 90ms (ActiveRecord: 0.7ms)  (2.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_114"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_54"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (13.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_54, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Administrator' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'admin_54@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin_54@example.jp"], ["encrypted_password", "$2a$04$xoD7sKw8fn8qREfRqt7fAuFR16/5qd9TPenjjEGklY.gqlqLum1/S"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_group_id", nil], ["username", "admin_54"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["role_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (190.2ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 203ms (ActiveRecord: 0.8ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_115"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.8ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_55"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (18.7ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_55, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.6ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_55@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_55@example.jp"], ["encrypted_password", "$2a$04$N5bLn5HKfyRk2lt2yZWzbOgtPlcukTOfjseRrp.XTPRxu1l2E.Ajy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_group_id", nil], ["username", "librarian_55"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (44.0ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 54ms (ActiveRecord: 0.6ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_116"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_56"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (7.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_56, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'Librarian' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'librarian_56@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "librarian_56@example.jp"], ["encrypted_password", "$2a$04$NHkmEiLXLAKcRObOtf2jA.1OJ.RAmVuDM4Z3.qyi8CoWQ0nh7opDS"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_group_id", nil], ["username", "librarian_56"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["role_id", 3], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? [["id", 4]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/series_statement_merges SOLR Request (47.1ms) [ path=# parameters={data: , headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ] Completed 302 Found in 58ms (ActiveRecord: 0.6ms)  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_117"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.6ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_57"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.4ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (8.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_57, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_51@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_51@example.jp"], ["encrypted_password", "$2a$04$0I4R5KpZDbLSzAIM1eel5u6cwKY9.0A4QO.v65XDta6UmS9JPtGNm"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_group_id", nil], ["username", "user_51"]] SQL (0.2ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.4ms | Solr: 433.1ms)  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["title", "series_statement_merge_list_118"], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_58"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (2.4ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_58, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Role Load (0.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = 'User' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 User Exists (0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'user_52@example.jp' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "locale", "note", "remember_created_at", "required_role_id", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at", "user_group_id", "username") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "user_52@example.jp"], ["encrypted_password", "$2a$04$cIZlqFQrc3ljkM4xeA01h.1L9jiAxPovozbXOTNcRXAO46SNktUBG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["locale", nil], ["note", nil], ["remember_created_at", nil], ["required_role_id", 2], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 24 Feb 2012 13:51:13 UTC +00:00], ["user_group_id", nil], ["username", "user_52"]] SQL (0.3ms) INSERT INTO "user_has_roles" ("created_at", "role_id", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["role_id", 2], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["user_id", 8]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 8 LIMIT 1 SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Role Load (0.2ms) SELECT "roles".* FROM "roles" INNER JOIN "user_has_roles" ON "roles"."id" = "user_has_roles"."role_id" WHERE "user_has_roles"."user_id" = 8 LIMIT 1 Completed 403 Forbidden in 11ms (Views: 1.3ms | ActiveRecord: 0.5ms | Solr: 2.4ms)  (2.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["title", "series_statement_merge_list_119"], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_59"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (8.3ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_59, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (4.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["title", "series_statement_merge_list_120"], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.7ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_60"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]] SeriesHasManifestation Load (0.2ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.2ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_60, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.3ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by SeriesStatementMergesController#destroy as HTML Parameters: {"id"=>"4"} SeriesStatementMerge Load (0.1ms) SELECT "series_statement_merges".* FROM "series_statement_merges" WHERE "series_statement_merges"."id" = ? LIMIT 1 [["id", "4"]] Redirected to http://test.host/users/sign_in Completed 302 Found in 10ms (ActiveRecord: 0.1ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["title", "series_statement_merge_list_121"], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 SeriesStatement Load (0.1ms) SELECT "series_statements".* FROM "series_statements" SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" INNER JOIN "series_statement_merges" ON "series_statements"."id" = "series_statement_merges"."series_statement_id" WHERE "series_statement_merges"."series_statement_merge_list_id" = 4  (1.5ms) rollback transaction  (0.1ms) begin transaction Started GET "/series_statement_merge_lists" for 127.0.0.1 at 2012-02-24 22:51:14 +0900 Processing by SeriesStatementMergeListsController#index as HTML Redirected to http://www.example.com/users/sign_in Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/series_statement_merges" for 127.0.0.1 at 2012-02-24 22:51:14 +0900 Processing by SeriesStatementMergesController#index as HTML Redirected to http://www.example.com/users/sign_in Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Rendered /Users/kosuke/enju_resource_merge/app/views/series_statement_merge_lists/_form.html.erb (4.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Rendered /Users/kosuke/enju_resource_merge/app/views/series_statement_merge_lists/_form.html.erb (2.6ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction SeriesStatement Load (0.3ms) SELECT "series_statements".* FROM "series_statements" INNER JOIN "series_statement_merges" ON "series_statements"."id" = "series_statement_merges"."series_statement_id" WHERE "series_statement_merges"."series_statement_merge_list_id" = 1005  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 1 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 1 LIMIT 1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 1 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 2 LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "series_statement_merge_lists" ("created_at", "title", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["title", "series_statement_merge_list_122"], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE (1 = 1) ORDER BY position DESC LIMIT 1 SQL (0.6ms) INSERT INTO "series_statements" ("created_at", "issn", "manifestation_id", "note", "numbering", "numbering_subseries", "original_title", "periodical", "position", "series_statement_identifier", "title_alternative", "title_subseries", "title_transcription", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["issn", nil], ["manifestation_id", nil], ["note", nil], ["numbering", nil], ["numbering_subseries", nil], ["original_title", "series_statement_61"], ["periodical", nil], ["position", 3], ["series_statement_identifier", nil], ["title_alternative", nil], ["title_subseries", nil], ["title_transcription", nil], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]] SeriesHasManifestation Load (0.1ms) SELECT "series_has_manifestations".* FROM "series_has_manifestations" WHERE "series_has_manifestations"."series_statement_id" = 3 SOLR Request (4.0ms) [ path=# parameters={data: SeriesStatement 3SeriesStatementActiveRecord::BaseSeriesStatement33series_statement_61, headers: {"Content-Type"=>"text/xml"}, method: post, params: {:wt=>:ruby}, query: wt=ruby, path: update, uri: http://localhost:8981/solr/update?wt=ruby, open_timeout: , read_timeout: } ]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SeriesStatement Load (0.2ms) SELECT "series_statements".* FROM "series_statements" WHERE "series_statements"."id" = 3 LIMIT 1 SeriesStatementMergeList Load (0.1ms) SELECT "series_statement_merge_lists".* FROM "series_statement_merge_lists" WHERE "series_statement_merge_lists"."id" = 4 LIMIT 1 SQL (0.4ms) INSERT INTO "series_statement_merges" ("created_at", "series_statement_id", "series_statement_merge_list_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00], ["series_statement_id", 3], ["series_statement_merge_list_id", 4], ["updated_at", Fri, 24 Feb 2012 13:51:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (44.9ms) rollback transaction