Connecting to database specified by database.yml Mysql2::Error: Table 'curate_development.local_authorities' doesn't exist: SHOW FULL FIELDS FROM `local_authorities` Connecting to database specified by database.yml Couldn't find SolrDocument Connecting to database specified by database.yml Couldn't find SolrDocument Connecting to database specified by database.yml Couldn't find SolrDocument Connecting to database specified by database.yml Couldn't find SolrDocument Connecting to database specified by database.yml Couldn't find SolrDocument Connecting to database specified by database.yml Couldn't find SolrDocument Connecting to database specified by database.yml Couldn't find SolrDocument Connecting to database specified by database.yml Mysql2::Error: Table 'curate_development.local_authorities' doesn't exist: SHOW FULL FIELDS FROM `local_authorities` Connecting to database specified by database.yml Couldn't find SolrDocument  (22.6ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (21.7ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Migrating to ActsAsFollowerMigration (20130408165009)  (10.7ms) CREATE TABLE `follows` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `followable_id` int(11) NOT NULL, `followable_type` varchar(255) NOT NULL, `follower_id` int(11) NOT NULL, `follower_type` varchar(255) NOT NULL, `blocked` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (18.5ms) CREATE INDEX `fk_follows` ON `follows` (`follower_id`, `follower_type`)  (11.8ms) CREATE INDEX `fk_followables` ON `follows` (`followable_id`, `followable_type`)  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165009') Migrating to AddSocialToUsers (20130408165010)  (0.2ms) ALTER TABLE `users` ADD `facebook_handle` varchar(255) Mysql2::Error: Table 'curate_development.users' doesn't exist: ALTER TABLE `users` ADD `facebook_handle` varchar(255) Connecting to database specified by database.yml Couldn't find SolrDocument  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Migrating to CreateUsers (20130408165008)  (16.6ms) CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165008') Migrating to ActsAsFollowerMigration (20130408165009) Migrating to AddSocialToUsers (20130408165010)  (21.0ms) ALTER TABLE `users` ADD `facebook_handle` varchar(255)  (12.4ms) ALTER TABLE `users` ADD `twitter_handle` varchar(255)  (15.1ms) ALTER TABLE `users` ADD `googleplus_handle` varchar(255)  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165010') Migrating to CreateSingleUseLinks (20130408165011)  (20.8ms) CREATE TABLE `single_use_links` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `downloadKey` varchar(255), `path` varchar(255), `itemId` varchar(255), `expires` datetime, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165011') Migrating to AddLdapAttrsToUser (20130408165012)  (14.9ms) ALTER TABLE `users` ADD `display_name` varchar(255)  (15.0ms) ALTER TABLE `users` ADD `address` varchar(255)  (16.5ms) ALTER TABLE `users` ADD `admin_area` varchar(255)  (17.0ms) ALTER TABLE `users` ADD `department` varchar(255)  (15.3ms) ALTER TABLE `users` ADD `title` varchar(255)  (13.2ms) ALTER TABLE `users` ADD `office` varchar(255)  (15.7ms) ALTER TABLE `users` ADD `chat_id` varchar(255)  (11.8ms) ALTER TABLE `users` ADD `website` varchar(255)  (13.8ms) ALTER TABLE `users` ADD `affiliation` varchar(255)  (12.5ms) ALTER TABLE `users` ADD `telephone` varchar(255)  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165012') Migrating to AddAvatarsToUsers (20130408165013)  (16.2ms) ALTER TABLE `users` ADD `avatar_file_name` varchar(255)  (15.0ms) ALTER TABLE `users` ADD `avatar_content_type` varchar(255)  (19.5ms) ALTER TABLE `users` ADD `avatar_file_size` int(11)  (11.4ms) ALTER TABLE `users` ADD `avatar_updated_at` datetime  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165013') Migrating to CreateChecksumAuditLogs (20130408165014)  (22.3ms) CREATE TABLE `checksum_audit_logs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `pid` varchar(255), `dsid` varchar(255), `version` varchar(255), `pass` int(11), `expected_result` varchar(255), `actual_result` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (17.3ms) CREATE INDEX `by_pid_and_dsid` ON `checksum_audit_logs` (`pid`, `dsid`)  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165014') Migrating to CreateVersionCommitters (20130408165015)  (12.4ms) CREATE TABLE `version_committers` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `obj_id` varchar(255), `datastream_id` varchar(255), `version_id` varchar(255), `committer_login` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165015') Migrating to AddGroupsToUsers (20130408165016)  (21.1ms) ALTER TABLE `users` ADD `group_list` text  (10.8ms) ALTER TABLE `users` ADD `groups_last_update` datetime  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165016') Migrating to CreateLocalAuthorities (20130408165017)  (15.5ms) CREATE TABLE `local_authority_entries` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `local_authority_id` int(11), `label` varchar(255), `uri` varchar(255)) ENGINE=InnoDB  (15.8ms) CREATE TABLE `local_authorities` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255)) ENGINE=InnoDB  (11.0ms) CREATE TABLE `domain_terms` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `model` varchar(255), `term` varchar(255)) ENGINE=InnoDB  (18.8ms) CREATE TABLE `domain_terms_local_authorities` (`domain_term_id` int(11), `local_authority_id` int(11)) ENGINE=InnoDB  (13.6ms) CREATE TABLE `subject_local_authority_entries` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `label` varchar(255), `lowerLabel` varchar(255), `url` varchar(255)) ENGINE=InnoDB  (20.4ms) CREATE INDEX `entries_by_term_and_label` ON `local_authority_entries` (`local_authority_id`, `label`)  (20.9ms) CREATE INDEX `entries_by_term_and_uri` ON `local_authority_entries` (`local_authority_id`, `uri`)  (22.5ms) CREATE INDEX `terms_by_model_and_term` ON `domain_terms` (`model`, `term`)  (17.4ms) CREATE INDEX `dtla_by_ids1` ON `domain_terms_local_authorities` (`local_authority_id`, `domain_term_id`)  (19.0ms) CREATE INDEX `dtla_by_ids2` ON `domain_terms_local_authorities` (`domain_term_id`, `local_authority_id`)  (13.8ms) CREATE INDEX `entries_by_lower_label` ON `subject_local_authority_entries` (`lowerLabel`)  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165017') Migrating to CreateTrophies (20130408165018)  (20.2ms) CREATE TABLE `trophies` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11), `generic_file_id` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165018') Migrating to CreateMailboxer (20130408165022)  (12.4ms) CREATE TABLE `conversations` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `subject` varchar(255) DEFAULT '', `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (19.5ms) CREATE TABLE `receipts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `receiver_id` int(11), `receiver_type` varchar(255), `notification_id` int(11) NOT NULL, `read` tinyint(1) DEFAULT 0, `trashed` tinyint(1) DEFAULT 0, `deleted` tinyint(1) DEFAULT 0, `mailbox_type` varchar(25), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (8.3ms) CREATE TABLE `notifications` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `type` varchar(255), `body` text, `subject` varchar(255) DEFAULT '', `sender_id` int(11), `sender_type` varchar(255), `object_id` int(11), `object_type` varchar(255), `conversation_id` int(11), `draft` tinyint(1) DEFAULT 0, `updated_at` datetime NOT NULL, `created_at` datetime NOT NULL) ENGINE=InnoDB  (11.5ms) CREATE INDEX `index_receipts_on_notification_id` ON `receipts` (`notification_id`)  (18.1ms) CREATE INDEX `index_notifications_on_conversation_id` ON `notifications` (`conversation_id`)  (12.8ms) ALTER TABLE `receipts` ADD CONSTRAINT `receipts_on_notification_id` FOREIGN KEY (`notification_id`) REFERENCES `notifications`(id)  (12.7ms) ALTER TABLE `notifications` ADD CONSTRAINT `notifications_on_conversation_id` FOREIGN KEY (`conversation_id`) REFERENCES `conversations`(id)  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165022') Migrating to AddNotifiedObject (20130408165023)  (22.6ms) ALTER TABLE `notifications` ADD `notified_object_id` int(11)  (12.7ms) ALTER TABLE `notifications` ADD `notified_object_type` varchar(255)  (17.3ms) ALTER TABLE `notifications` DROP `object_id`  (12.4ms) ALTER TABLE `notifications` DROP `object_type`  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165023') Migrating to AddNotificationCode (20130408165024)  (11.5ms) ALTER TABLE `notifications` ADD `notification_code` varchar(255) DEFAULT NULL  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165024') Migrating to AddAttachments (20130408165025)  (10.2ms) ALTER TABLE `notifications` ADD `attachment` varchar(255)  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165025') Migrating to RenameReceiptsRead (20130408165026)  (0.7ms) SHOW COLUMNS FROM `receipts` LIKE 'read'  (14.2ms) ALTER TABLE `receipts` CHANGE `read` `is_read` tinyint(1) DEFAULT 0  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165026')  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'   (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'   (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'   (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'   (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'   (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'   (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'   (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'   (0.1ms) SHOW CREATE TABLE `notifications`  (0.4ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'   (0.2ms) SHOW CREATE TABLE `receipts`  (0.3ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'   (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'   (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'   (0.1ms) SHOW CREATE TABLE `trophies`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'users'   (0.1ms) SHOW CREATE TABLE `users`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'   (0.1ms) SHOW CREATE TABLE `version_committers` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.1ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (1.0ms) DROP TABLE `users`  (0.4ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130408165008'  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers`  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (23.8ms) CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `email` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165008')  (47.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'users'  (0.1ms) SHOW CREATE TABLE `users`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.1ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Migrating to CreatePurl (20130130142162)  (12.0ms) CREATE TABLE `repo_object` (`repo_object_id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `filename` varchar(255), `url` varchar(255), `date_added` datetime, `add_source_ip` varchar(255), `date_modified` datetime, `information` varchar(255)) ENGINE=InnoDB  (19.9ms) CREATE TABLE `purl` (`purl_id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `repo_object_id` int(11), `access_count` varchar(255), `last_accessed` datetime, `source_app` varchar(255), `date_created` datetime) ENGINE=InnoDB  (13.7ms) CREATE TABLE `object_access` (`access_id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `date_accessed` datetime, `ip_address` varchar(255), `host_name` varchar(255), `user_agent` varchar(255), `request_method` varchar(255), `path_info` varchar(255), `repo_object_id` int(11), `purl_id` int(11)) ENGINE=InnoDB  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130130142162') Migrating to CreateHelpRequests (20130312135359)  (18.5ms) CREATE TABLE `help_requests` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `view_port` varchar(255), `current_url` text, `user_agent` varchar(255), `resolution` varchar(255), `how_can_we_help_you` text, `javascript_enabled` tinyint(1), `release_version` varchar(255), `user_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (18.4ms) CREATE INDEX `index_help_requests_on_user_id` ON `help_requests` (`user_id`)  (13.9ms) CREATE INDEX `index_help_requests_on_created_at` ON `help_requests` (`created_at`)  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130312135359') Migrating to CreateUsers (20130408165008) Migrating to ActsAsFollowerMigration (20130408165009) Migrating to AddSocialToUsers (20130408165010) Migrating to CreateSingleUseLinks (20130408165011) Migrating to AddLdapAttrsToUser (20130408165012) Migrating to AddAvatarsToUsers (20130408165013) Migrating to CreateChecksumAuditLogs (20130408165014) Migrating to CreateVersionCommitters (20130408165015) Migrating to AddGroupsToUsers (20130408165016) Migrating to CreateLocalAuthorities (20130408165017) Migrating to CreateTrophies (20130408165018) Migrating to CreateMailboxer (20130408165022) Migrating to AddNotifiedObject (20130408165023) Migrating to AddNotificationCode (20130408165024) Migrating to AddAttachments (20130408165025) Migrating to RenameReceiptsRead (20130408165026)  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.2ms) SHOW CREATE TABLE `object_access`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'users'  (0.1ms) SHOW CREATE TABLE `users`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (1.0ms) DROP TABLE `users`  (0.4ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130408165008'  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.1ms) SHOW CREATE TABLE `object_access`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers`  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (18.4ms) CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `email` varchar(255), `agreed_to_terms_of_service` tinyint(1), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165008')  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.1ms) SHOW CREATE TABLE `object_access`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'users'  (0.1ms) SHOW CREATE TABLE `users`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.5ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.4ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.6ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.5ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.1ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.4ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.6ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.1ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.8ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Couldn't find SolrDocument Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.6ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1  (0.4ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (1.3ms) DROP TABLE `users`  (0.4ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130408165008'  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.1ms) SHOW CREATE TABLE `object_access`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers`  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (22.7ms) CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `email` varchar(255), `agreed_to_terms_of_service` tinyint(1), `encrypted_password` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165008')  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.1ms) SHOW CREATE TABLE `object_access`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'users'  (0.1ms) SHOW CREATE TABLE `users`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Started GET "/" for 127.0.0.1 at 2013-04-16 15:44:22 -0400 Processing by WelcomeController#index as HTML Rendered /Users/jfriesen/Repositories/curate/app/views/catalog/_home_text.html.erb (0.6ms) Rendered /Users/jfriesen/Repositories/curate/app/views/welcome/index.html.erb within layouts/curate_nd/2_column (57.5ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_site_search.html.erb (1.2ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_flash_message.html.erb (0.6ms) Rendered /Users/jfriesen/Repositories/curate/app/views/_footer.html.erb (0.4ms) Compiled global-variables.css (290ms) (pid 68072) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb (351.6ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb (358.7ms) Completed 500 Internal Server Error in 423ms Sass::SyntaxError (File to import not found or unreadable: compass. Load path: /Users/jfriesen/Repositories/curate/spec/dummy (in /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss)): /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss:15 sass (3.2.7) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.7) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.7) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.7) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.7) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.7) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.7) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.7) lib/sass/engine.rb:315:in `_render' sass (3.2.7) lib/sass/engine.rb:262:in `render' tilt (1.3.6) lib/tilt/css.rb:24:in `evaluate' tilt (1.3.6) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb:13:in `___sers_jfriesen__epositories_curate_app_views_layouts_boilerplate_html_erb__440583805194824276_70234106422060' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb:55:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd_html_erb___3218077391626814207_70234086843460' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd/2_column.html.erb:26:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd___column_html_erb__204021324845557745_70234120989260' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/jfriesen/Repositories/curate/app/controllers/welcome_controller.rb:6:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:436:in `_run__1491939486120531619__process_action__4033066413087264199__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__666935565124893584__call__829730263162014207__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms) Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.1ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Started GET "/" for 127.0.0.1 at 2013-04-16 15:45:52 -0400 Processing by WelcomeController#index as HTML Rendered /Users/jfriesen/Repositories/curate/app/views/catalog/_home_text.html.erb (0.6ms) Rendered /Users/jfriesen/Repositories/curate/app/views/welcome/index.html.erb within layouts/curate_nd/2_column (62.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_site_search.html.erb (1.0ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_flash_message.html.erb (0.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/_footer.html.erb (0.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb (11.0ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb (16.4ms) Completed 500 Internal Server Error in 86ms Sass::SyntaxError (File to import not found or unreadable: compass. Load path: /Users/jfriesen/Repositories/curate/spec/dummy (in /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss)): /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss:15 sass (3.2.7) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.7) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.7) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.7) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.7) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.7) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.7) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.7) lib/sass/engine.rb:315:in `_render' sass (3.2.7) lib/sass/engine.rb:262:in `render' tilt (1.3.6) lib/tilt/css.rb:24:in `evaluate' tilt (1.3.6) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb:13:in `___sers_jfriesen__epositories_curate_app_views_layouts_boilerplate_html_erb__241607352193715312_70331443198860' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb:55:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd_html_erb__4446484705286022599_70331441880980' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd/2_column.html.erb:26:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd___column_html_erb__230311581963615468_70331433331160' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/jfriesen/Repositories/curate/app/controllers/welcome_controller.rb:6:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:436:in `_run__119678124558973569__process_action__982069751590175802__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__4260947612473286033__call__1993895923127948695__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms) Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.6ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Started GET "/" for 127.0.0.1 at 2013-04-16 15:46:19 -0400 Processing by WelcomeController#index as HTML Rendered /Users/jfriesen/Repositories/curate/app/views/catalog/_home_text.html.erb (0.5ms) Rendered /Users/jfriesen/Repositories/curate/app/views/welcome/index.html.erb within layouts/curate_nd/2_column (13.7ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_site_search.html.erb (1.5ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_flash_message.html.erb (0.4ms) Rendered /Users/jfriesen/Repositories/curate/app/views/_footer.html.erb (0.4ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb (11.1ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb (66.8ms) Completed 500 Internal Server Error in 88ms Sass::SyntaxError (File to import not found or unreadable: compass. Load path: /Users/jfriesen/Repositories/curate/spec/dummy (in /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss)): /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss:15 sass (3.2.7) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.7) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.7) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.7) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.7) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.7) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.7) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.7) lib/sass/engine.rb:315:in `_render' sass (3.2.7) lib/sass/engine.rb:262:in `render' tilt (1.3.6) lib/tilt/css.rb:24:in `evaluate' tilt (1.3.6) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb:13:in `___sers_jfriesen__epositories_curate_app_views_layouts_boilerplate_html_erb___2690141063571491416_70311220318260' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb:55:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd_html_erb__2308554927182302167_70311244549800' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd/2_column.html.erb:26:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd___column_html_erb___2777526862246866461_70311222873920' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/jfriesen/Repositories/curate/app/controllers/welcome_controller.rb:6:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:436:in `_run__1641119051255167254__process_action__3559047137094050633__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2638956026734613199__call__1550994637648461528__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms) Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Started GET "/" for 127.0.0.1 at 2013-04-16 15:47:04 -0400 Processing by WelcomeController#index as HTML Rendered /Users/jfriesen/Repositories/curate/app/views/catalog/_home_text.html.erb (0.6ms) Rendered /Users/jfriesen/Repositories/curate/app/views/welcome/index.html.erb within layouts/curate_nd/2_column (56.2ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_site_search.html.erb (1.1ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_flash_message.html.erb (0.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/_footer.html.erb (0.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb (241.1ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb (246.9ms) Completed 500 Internal Server Error in 310ms Sass::SyntaxError (File to import not found or unreadable: compass. Load path: /Users/jfriesen/Repositories/curate/spec/dummy (in /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss)): /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss:15 sass (3.2.7) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.7) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.7) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.7) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.7) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.7) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.7) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.7) lib/sass/engine.rb:315:in `_render' sass (3.2.7) lib/sass/engine.rb:262:in `render' tilt (1.3.6) lib/tilt/css.rb:24:in `evaluate' tilt (1.3.6) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb:13:in `___sers_jfriesen__epositories_curate_app_views_layouts_boilerplate_html_erb__2631145178719275302_70170167896360' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb:55:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd_html_erb__2501573923628152539_70170166378320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd/2_column.html.erb:26:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd___column_html_erb__1336760376492270112_70170136477160' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/jfriesen/Repositories/curate/app/controllers/welcome_controller.rb:6:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:436:in `_run__321190878480522603__process_action__2882503346838168886__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__598686325227806173__call__156083678167389176__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (43.6ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (49.2ms) Started GET "/" for 127.0.0.1 at 2013-04-16 15:47:05 -0400 Processing by WelcomeController#index as HTML Rendered /Users/jfriesen/Repositories/curate/app/views/catalog/_home_text.html.erb (0.2ms) Rendered /Users/jfriesen/Repositories/curate/app/views/welcome/index.html.erb within layouts/curate_nd/2_column (1.5ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_site_search.html.erb (0.6ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_flash_message.html.erb (0.1ms) Rendered /Users/jfriesen/Repositories/curate/app/views/_footer.html.erb (0.1ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb (7.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb (11.0ms) Completed 500 Internal Server Error in 15ms Sass::SyntaxError (File to import not found or unreadable: compass. Load path: /Users/jfriesen/Repositories/curate/spec/dummy (in /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss)): /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss:15 sass (3.2.7) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.7) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.7) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.7) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.7) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.7) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.7) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.7) lib/sass/engine.rb:315:in `_render' sass (3.2.7) lib/sass/engine.rb:262:in `render' tilt (1.3.6) lib/tilt/css.rb:24:in `evaluate' tilt (1.3.6) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb:13:in `___sers_jfriesen__epositories_curate_app_views_layouts_boilerplate_html_erb__2631145178719275302_70170167896360' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb:55:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd_html_erb__2501573923628152539_70170166378320' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd/2_column.html.erb:26:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd___column_html_erb__1336760376492270112_70170136477160' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/jfriesen/Repositories/curate/app/controllers/welcome_controller.rb:6:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:436:in `_run__321190878480522603__process_action__2882503346838168886__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__598686325227806173__call__156083678167389176__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms) Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Started GET "/" for 127.0.0.1 at 2013-04-16 15:47:26 -0400 Processing by WelcomeController#index as HTML Rendered /Users/jfriesen/Repositories/curate/app/views/catalog/_home_text.html.erb (0.7ms) Rendered /Users/jfriesen/Repositories/curate/app/views/welcome/index.html.erb within layouts/curate_nd/2_column (14.2ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_site_search.html.erb (1.1ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_flash_message.html.erb (0.4ms) Rendered /Users/jfriesen/Repositories/curate/app/views/_footer.html.erb (0.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb (10.7ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb (16.8ms) Completed 500 Internal Server Error in 38ms Sass::SyntaxError (File to import not found or unreadable: compass. Load path: /Users/jfriesen/Repositories/curate/spec/dummy (in /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss)): /Users/jfriesen/Repositories/curate/app/assets/stylesheets/curate.css.scss:15 sass (3.2.7) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.7) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.7) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.7) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.7) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `map' sass (3.2.7) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.7) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.7) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.7) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.7) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.7) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.7) lib/sass/engine.rb:315:in `_render' sass (3.2.7) lib/sass/engine.rb:262:in `render' tilt (1.3.6) lib/tilt/css.rb:24:in `evaluate' tilt (1.3.6) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.11) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb:13:in `___sers_jfriesen__epositories_curate_app_views_layouts_boilerplate_html_erb__3084071387153949960_70306460846980' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb:55:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd_html_erb___2676793906140209705_70306460655180' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd/2_column.html.erb:26:in `___sers_jfriesen__epositories_curate_app_views_layouts_curate_nd___column_html_erb___3925893930014348924_70306459626420' actionpack (3.2.11) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.11) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.11) lib/action_view/template.rb:143:in `render' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.11) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.11) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.11) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.11) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.11) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.11) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.11) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (3.2.11) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.11) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.11) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.11) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' /Users/jfriesen/Repositories/curate/app/controllers/welcome_controller.rb:6:in `index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.11) lib/active_support/callbacks.rb:436:in `_run__895282979279732026__process_action__950213175031246587__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__2157529508549336990__call__2391071324237147571__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.11) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.11) lib/rails/engine.rb:479:in `call' railties (3.2.11) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /Users/jfriesen/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms) Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Migrating to CreatePurl (20130130142162) Migrating to CreateHelpRequests (20130312135359) Migrating to CreateUsers (20130408165008) Migrating to ActsAsFollowerMigration (20130408165009) Migrating to AddSocialToUsers (20130408165010) Migrating to CreateSingleUseLinks (20130408165011) Migrating to AddLdapAttrsToUser (20130408165012) Migrating to AddAvatarsToUsers (20130408165013) Migrating to CreateChecksumAuditLogs (20130408165014) Migrating to CreateVersionCommitters (20130408165015) Migrating to AddGroupsToUsers (20130408165016) Migrating to CreateLocalAuthorities (20130408165017) Migrating to CreateTrophies (20130408165018) Migrating to CreateMailboxer (20130408165022) Migrating to AddNotifiedObject (20130408165023) Migrating to AddNotificationCode (20130408165024) Migrating to AddAttachments (20130408165025) Migrating to RenameReceiptsRead (20130408165026) Migrating to CreateSearches (20130417124658)  (22.2ms) CREATE TABLE `searches` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `query_params` text, `user_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (23.2ms) CREATE INDEX `index_searches_on_user_id` ON `searches` (`user_id`)  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130417124658') Migrating to CreateBookmarks (20130417124659)  (10.9ms) CREATE TABLE `bookmarks` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11) NOT NULL, `url` text, `document_id` varchar(255), `title` varchar(255), `notes` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130417124659') Migrating to RemoveEditableFieldsFromBookmarks (20130417124660)  (21.7ms) ALTER TABLE `bookmarks` DROP `notes`  (9.0ms) ALTER TABLE `bookmarks` DROP `url`  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130417124660') Migrating to AddUserTypesToBookmarksSearches (20130417124661)  (9.3ms) ALTER TABLE `searches` ADD `user_type` varchar(255)  (12.7ms) ALTER TABLE `bookmarks` ADD `user_type` varchar(255) SQL (0.1ms) UPDATE `searches` SET user_type = 'user' SQL (0.1ms) UPDATE `bookmarks` SET user_type = 'user'  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130417124661')  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (0.6ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'bookmarks'   (0.1ms) SHOW CREATE TABLE `bookmarks`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'   (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'   (0.1ms) SHOW CREATE TABLE `conversations`  (0.1ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'   (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.1ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'   (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'   (0.1ms) SHOW CREATE TABLE `follows`  (0.1ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'   (0.1ms) SHOW CREATE TABLE `help_requests`  (0.1ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'   (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.1ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'   (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.1ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'   (0.1ms) SHOW CREATE TABLE `notifications`  (0.3ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'   (0.2ms) SHOW CREATE TABLE `object_access`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'   (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'   (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'   (0.1ms) SHOW CREATE TABLE `repo_object`  (0.1ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'searches'   (0.1ms) SHOW CREATE TABLE `searches`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'   (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'   (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'   (0.1ms) SHOW CREATE TABLE `trophies`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'users'   (0.1ms) SHOW CREATE TABLE `users`  (0.2ms)  SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'   (0.1ms) SHOW CREATE TABLE `version_committers` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Started GET "/" for 127.0.0.1 at 2013-04-17 09:54:56 -0400 Processing by WelcomeController#index as HTML Rendered /Users/jfriesen/Repositories/curate/app/views/catalog/_home_text.html.erb (0.5ms) Rendered /Users/jfriesen/Repositories/curate/app/views/welcome/index.html.erb within layouts/curate_nd/2_column (13.7ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_site_search.html.erb (1.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_flash_message.html.erb (0.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/_footer.html.erb (0.3ms) Compiled global-variables.css (16ms) (pid 8731) Compiled bootstrap-datepicker.css (0ms) (pid 8731) Compiled improved-modal/bootstrap-modal.css (0ms) (pid 8731) Compiled curate.css (3276ms) (pid 8731) Compiled application.css (3399ms) (pid 8731) Compiled modernizr.js (0ms) (pid 8731) Rendered /Users/jfriesen/Repositories/curate/app/views/_ga.html.erb (1.0ms) Compiled jquery.js (3ms) (pid 8731) Compiled jquery_ujs.js (0ms) (pid 8731) Compiled blacklight/core.js (0ms) (pid 8731) Compiled blacklight/checkbox_submit.js (0ms) (pid 8731) Compiled blacklight/bookmark_toggle.js (5ms) (pid 8731) Compiled blacklight/facet_expand_contract.js (2ms) (pid 8731) Compiled blacklight/lightbox_dialog.js (2ms) (pid 8731) Compiled blacklight/search_context.js (2ms) (pid 8731) Compiled blacklight/select_submit.js (2ms) (pid 8731) Compiled blacklight/zebra_stripe.js (2ms) (pid 8731) Compiled blacklight/css_dropdowns.js (0ms) (pid 8731) Compiled bootstrap-transition.js (0ms) (pid 8731) Compiled bootstrap-collapse.js (0ms) (pid 8731) Compiled bootstrap-alert.js (0ms) (pid 8731) Compiled improved-modal/bootstrap-modalmanager.js (0ms) (pid 8731) Compiled improved-modal/bootstrap-modal.js (0ms) (pid 8731) Compiled blacklight/blacklight.js (80ms) (pid 8731) Compiled application.js (158ms) (pid 8731) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb (3727.6ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb (3734.4ms) Completed 200 OK in 3759ms (Views: 3757.4ms | ActiveRecord: 0.0ms) Started GET "/assets/global-variables.css?body=1" for 127.0.0.1 at 2013-04-17 09:55:00 -0400 Served asset /global-variables.css - 200 OK (11ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-17 09:55:00 -0400 Served asset /application.css - 200 OK (17ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:00 -0400 Served asset /jquery.js - 200 OK (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:00 -0400 Served asset /jquery_ujs.js - 200 OK (62ms) Started GET "/assets/curate.css?body=1" for 127.0.0.1 at 2013-04-17 09:55:00 -0400 Served asset /curate.css - 200 OK (7ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:00 -0400 Served asset /modernizr.js - 200 OK (3ms) Started GET "/assets/blacklight/core.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:00 -0400 Served asset /blacklight/core.js - 200 OK (6ms) Started GET "/assets/blacklight/checkbox_submit.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:00 -0400 Served asset /blacklight/checkbox_submit.js - 200 OK (6ms) Started GET "/assets/blacklight/bookmark_toggle.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:00 -0400 Served asset /blacklight/bookmark_toggle.js - 200 OK (9ms) Started GET "/assets/blacklight/facet_expand_contract.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /blacklight/facet_expand_contract.js - 200 OK (7ms) Started GET "/assets/blacklight/lightbox_dialog.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /blacklight/lightbox_dialog.js - 200 OK (8ms) Started GET "/assets/blacklight/search_context.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /blacklight/search_context.js - 200 OK (7ms) Started GET "/assets/blacklight/select_submit.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /blacklight/select_submit.js - 200 OK (4ms) Started GET "/assets/blacklight/zebra_stripe.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /blacklight/zebra_stripe.js - 200 OK (6ms) Started GET "/assets/blacklight/css_dropdowns.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /blacklight/css_dropdowns.js - 200 OK (6ms) Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /bootstrap-transition.js - 200 OK (1ms) Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /bootstrap-collapse.js - 200 OK (4ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /bootstrap-alert.js - 200 OK (5ms) Started GET "/assets/improved-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /improved-modal/bootstrap-modalmanager.js - 200 OK (4ms) Started GET "/assets/improved-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /improved-modal/bootstrap-modal.js - 200 OK (6ms) Started GET "/assets/blacklight/blacklight.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /blacklight/blacklight.js - 200 OK (14ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /application.js - 200 OK (80ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-04-17 09:55:01 -0400 Served asset /glyphicons-halflings-white.png - 200 OK (3ms) Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Started GET "/" for 127.0.0.1 at 2013-04-17 09:56:11 -0400 Processing by WelcomeController#index as HTML Rendered /Users/jfriesen/Repositories/curate/app/views/catalog/_home_text.html.erb (0.5ms) Rendered /Users/jfriesen/Repositories/curate/app/views/welcome/index.html.erb within layouts/curate_nd/2_column (13.6ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_site_search.html.erb (1.0ms) Rendered /Users/jfriesen/Repositories/curate/app/views/shared/_flash_message.html.erb (0.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/_footer.html.erb (0.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/_ga.html.erb (0.5ms) Compiled jquery-ui-1.9.2/jquery.ui.widget.js (0ms) (pid 8813) Compiled bootstrap-dropdown.js (0ms) (pid 8813) Compiled bootstrap-button.js (0ms) (pid 8813) Compiled bootstrap-tooltip.js (0ms) (pid 8813) Compiled bootstrap-popover.js (0ms) (pid 8813) Compiled bootstrap-datepicker/core.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.bg.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.br.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.ca.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.cs.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.da.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.de.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.el.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.es.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.fi.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.fr.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.he.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.hr.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.hu.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.id.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.is.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.it.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.ja.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.kr.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.lt.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.lv.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.ms.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.nb.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.nl.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.pl.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.pt.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.ro.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.rs.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.ru.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.sk.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.sl.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.sv.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.sw.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.th.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.tr.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.uk.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js (0ms) (pid 8813) Compiled bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.js (0ms) (pid 8813) Compiled bootstrap-datepicker/index.js (201ms) (pid 8813) Compiled manage_repeating_fields.js (0ms) (pid 8813) Compiled toggle_details.js (0ms) (pid 8813) Compiled help_modal.js (0ms) (pid 8813) Compiled curate.js (312ms) (pid 8813) Compiled application.js (320ms) (pid 8813) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/boilerplate.html.erb (501.3ms) Rendered /Users/jfriesen/Repositories/curate/app/views/layouts/curate_nd.html.erb (507.3ms) Completed 200 OK in 528ms (Views: 527.5ms | ActiveRecord: 0.0ms) Started GET "/assets/global-variables.css?body=1" for 127.0.0.1 at 2013-04-17 09:56:11 -0400 Served asset /global-variables.css - 304 Not Modified (9ms) Started GET "/assets/modernizr.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /modernizr.js - 304 Not Modified (2ms) Started GET "/assets/curate.css?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /curate.css - 304 Not Modified (65ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /application.css - 304 Not Modified (18ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery-ui-1.9.2/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /jquery-ui-1.9.2/jquery.ui.widget.js - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/blacklight/core.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/core.js - 304 Not Modified (4ms) Started GET "/assets/blacklight/checkbox_submit.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/checkbox_submit.js - 304 Not Modified (6ms) Started GET "/assets/blacklight/bookmark_toggle.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/bookmark_toggle.js - 304 Not Modified (9ms) Started GET "/assets/blacklight/facet_expand_contract.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/facet_expand_contract.js - 304 Not Modified (7ms) Started GET "/assets/blacklight/lightbox_dialog.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/lightbox_dialog.js - 304 Not Modified (4ms) Started GET "/assets/blacklight/search_context.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/search_context.js - 304 Not Modified (8ms) Started GET "/assets/blacklight/select_submit.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/select_submit.js - 304 Not Modified (7ms) Started GET "/assets/blacklight/zebra_stripe.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/zebra_stripe.js - 304 Not Modified (5ms) Started GET "/assets/blacklight/css_dropdowns.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/css_dropdowns.js - 304 Not Modified (70ms) Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-transition.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-collapse.js - 304 Not Modified (1ms) Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-alert.js - 304 Not Modified (2ms) Started GET "/assets/improved-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /improved-modal/bootstrap-modalmanager.js - 304 Not Modified (3ms) Started GET "/assets/improved-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /improved-modal/bootstrap-modal.js - 304 Not Modified (3ms) Started GET "/assets/blacklight/blacklight.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /blacklight/blacklight.js - 304 Not Modified (13ms) Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-dropdown.js - 200 OK (1ms) Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-button.js - 200 OK (1ms) Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-tooltip.js - 200 OK (2ms) Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-popover.js - 200 OK (1ms) Started GET "/assets/bootstrap-datepicker/core.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/core.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.bg.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.bg.js - 200 OK (3ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.br.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.br.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.ca.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.ca.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.cs.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.cs.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.da.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.da.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.de.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.de.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.el.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.el.js - 200 OK (3ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.es.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.es.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fi.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.fi.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.fr.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.he.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.he.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.hr.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.hr.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.hu.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.hu.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.id.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.id.js - 200 OK (3ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.is.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.is.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.it.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.it.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.ja.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.ja.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.kr.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.kr.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.lt.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.lt.js - 200 OK (3ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.lv.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.lv.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.ms.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.ms.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.nb.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.nb.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.nl.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.nl.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.pl.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.pl.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:12 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.pt.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.pt.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.ro.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.ro.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.rs.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.rs.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.ru.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.ru.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.sk.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.sk.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.sl.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.sl.js - 200 OK (3ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.sv.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.sv.js - 200 OK (3ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.sw.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.sw.js - 200 OK (3ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.th.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.th.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.tr.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.tr.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.uk.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.uk.js - 200 OK (2ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.js - 200 OK (3ms) Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.js - 200 OK (3ms) Started GET "/assets/bootstrap-datepicker/index.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /bootstrap-datepicker/index.js - 200 OK (115ms) Started GET "/assets/manage_repeating_fields.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /manage_repeating_fields.js - 200 OK (2ms) Started GET "/assets/toggle_details.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /toggle_details.js - 200 OK (2ms) Started GET "/assets/help_modal.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /help_modal.js - 200 OK (2ms) Started GET "/assets/curate.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /curate.js - 200 OK (49ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /application.js - 200 OK (125ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-04-17 09:56:13 -0400 Served asset /glyphicons-halflings-white.png - 304 Not Modified (1ms) Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.7ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1  (0.9ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.5ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (2.3ms) DROP TABLE `users`  (0.4ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130408165008'  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'bookmarks'  (0.1ms) SHOW CREATE TABLE `bookmarks`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.4ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.1ms) SHOW CREATE TABLE `object_access`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'searches'  (0.1ms) SHOW CREATE TABLE `searches`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers`  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (21.2ms) CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `email` varchar(255), `agreed_to_terms_of_service` tinyint(1), `encrypted_password` varchar(255), `sign_in_count` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165008')  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'bookmarks'  (0.1ms) SHOW CREATE TABLE `bookmarks`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.1ms) SHOW CREATE TABLE `object_access`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'searches'  (0.1ms) SHOW CREATE TABLE `searches`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'users'  (0.1ms) SHOW CREATE TABLE `users`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.4ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (0.7ms) DROP TABLE `users`  (0.3ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130408165008'  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'bookmarks'  (0.1ms) SHOW CREATE TABLE `bookmarks`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.2ms) SHOW CREATE TABLE `object_access`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'searches'  (0.1ms) SHOW CREATE TABLE `searches`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers`  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (22.1ms) CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `email` varchar(255), `agreed_to_terms_of_service` tinyint(1), `encrypted_password` varchar(255), `sign_in_count` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165008')  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'bookmarks'  (0.1ms) SHOW CREATE TABLE `bookmarks`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.1ms) SHOW CREATE TABLE `object_access`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'searches'  (0.1ms) SHOW CREATE TABLE `searches`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'users'  (0.1ms) SHOW CREATE TABLE `users`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.1ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (0.7ms) DROP TABLE `users`  (0.3ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130408165008'  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'bookmarks'  (0.1ms) SHOW CREATE TABLE `bookmarks`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.2ms) SHOW CREATE TABLE `object_access`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'searches'  (0.1ms) SHOW CREATE TABLE `searches`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.3ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers`  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (23.1ms) CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `email` varchar(255), `agreed_to_terms_of_service` tinyint(1), `encrypted_password` varchar(255), `sign_in_count` int(11) DEFAULT 0, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130408165008')  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'bookmarks'  (0.1ms) SHOW CREATE TABLE `bookmarks`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'checksum_audit_logs'  (0.1ms) SHOW CREATE TABLE `checksum_audit_logs`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'conversations'  (0.1ms) SHOW CREATE TABLE `conversations`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms'  (0.1ms) SHOW CREATE TABLE `domain_terms`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'domain_terms_local_authorities'  (0.1ms) SHOW CREATE TABLE `domain_terms_local_authorities`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'follows'  (0.1ms) SHOW CREATE TABLE `follows`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'help_requests'  (0.1ms) SHOW CREATE TABLE `help_requests`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authorities'  (0.1ms) SHOW CREATE TABLE `local_authorities`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'local_authority_entries'  (0.1ms) SHOW CREATE TABLE `local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'notifications'  (0.1ms) SHOW CREATE TABLE `notifications`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'object_access'  (0.1ms) SHOW CREATE TABLE `object_access`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'purl'  (0.1ms) SHOW CREATE TABLE `purl`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'receipts'  (0.1ms) SHOW CREATE TABLE `receipts`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'repo_object'  (0.1ms) SHOW CREATE TABLE `repo_object`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'searches'  (0.1ms) SHOW CREATE TABLE `searches`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'single_use_links'  (0.1ms) SHOW CREATE TABLE `single_use_links`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'subject_local_authority_entries'  (0.1ms) SHOW CREATE TABLE `subject_local_authority_entries`  (0.1ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'trophies'  (0.1ms) SHOW CREATE TABLE `trophies`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'users'  (0.1ms) SHOW CREATE TABLE `users`  (0.2ms) SELECT fk.referenced_table_name as 'to_table' ,fk.referenced_column_name as 'primary_key' ,fk.column_name as 'column' ,fk.constraint_name as 'name' FROM information_schema.key_column_usage fk WHERE fk.referenced_column_name is not null AND fk.table_schema = 'curate_development' AND fk.table_name = 'version_committers'  (0.1ms) SHOW CREATE TABLE `version_committers` Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.4ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.1ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.5ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.4ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1 Connecting to database specified by database.yml SOLRIZER: loading field name mappings from /Users/jfriesen/.rvm/gems/ruby-2.0.0-p0@curate/gems/solrizer-2.1.0/config/solr_mappings.yml resetting mappings for Solrizer::FieldMapper LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_subjects' LIMIT 1 LocalAuthority Load (0.3ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lexvo_languages' LIMIT 1 LocalAuthority Load (0.2ms) SELECT `local_authorities`.* FROM `local_authorities` WHERE `local_authorities`.`name` = 'lc_genres' LIMIT 1