Skip to content

Instantly share code, notes, and snippets.

@stevenh512
Created March 30, 2012 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenh512/2245469 to your computer and use it in GitHub Desktop.
Save stevenh512/2245469 to your computer and use it in GitHub Desktop.
Log of Diaspora's features/follows_tags.feature and features/tags.feature with latest acts_as_taggable_on gem
New Relic Agent not running.
New Relic Agent not running.
(0.2ms) BEGIN
(0.2ms) COMMIT
(47.6ms) SELECT @@FOREIGN_KEY_CHECKS
(0.2ms) SET FOREIGN_KEY_CHECKS = 0
(19.3ms) SELECT DATABASE() as db
(216.0ms) select table_name from information_schema.views where table_schema = 'diaspora_test'
(462.3ms) TRUNCATE TABLE `account_deletions`;
(348.2ms) TRUNCATE TABLE `aspect_memberships`;
(148.9ms) TRUNCATE TABLE `aspect_visibilities`;
(174.7ms) TRUNCATE TABLE `aspects`;
(107.1ms) TRUNCATE TABLE `blocks`;
(109.0ms) TRUNCATE TABLE `comments`;
(91.3ms) TRUNCATE TABLE `contacts`;
(174.9ms) TRUNCATE TABLE `conversation_visibilities`;
(82.8ms) TRUNCATE TABLE `conversations`;
(83.2ms) TRUNCATE TABLE `invitation_codes`;
(116.5ms) TRUNCATE TABLE `invitations`;
(127.6ms) TRUNCATE TABLE `likes`;
(138.0ms) TRUNCATE TABLE `mentions`;
(99.7ms) TRUNCATE TABLE `messages`;
(116.4ms) TRUNCATE TABLE `notification_actors`;
(147.7ms) TRUNCATE TABLE `notifications`;
(110.1ms) TRUNCATE TABLE `o_embed_caches`;
(66.3ms) TRUNCATE TABLE `oauth_access_tokens`;
(49.7ms) TRUNCATE TABLE `oauth_authorization_codes`;
(83.1ms) TRUNCATE TABLE `oauth_authorizations`;
(108.0ms) TRUNCATE TABLE `oauth_clients`;
(66.3ms) TRUNCATE TABLE `participations`;
(128.8ms) TRUNCATE TABLE `people`;
(104.0ms) TRUNCATE TABLE `photos`;
(58.0ms) TRUNCATE TABLE `pods`;
(125.0ms) TRUNCATE TABLE `posts`;
(83.0ms) TRUNCATE TABLE `profiles`;
(74.7ms) TRUNCATE TABLE `service_users`;
(124.9ms) TRUNCATE TABLE `services`;
(74.7ms) TRUNCATE TABLE `share_visibilities`;
(83.0ms) TRUNCATE TABLE `tag_followings`;
(149.7ms) TRUNCATE TABLE `taggings`;
(66.3ms) TRUNCATE TABLE `tags`;
(41.3ms) TRUNCATE TABLE `user_preferences`;
(116.9ms) TRUNCATE TABLE `users`;
(0.3ms) SET FOREIGN_KEY_CHECKS = 1
(0.2ms) BEGIN
(0.3ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.1ms) BEGIN
(25.4ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'samuel_beckett@example.com' LIMIT 1
(1.8ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'samuel_beckett' LIMIT 1
(2.9ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(50.5ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'samuel_beckett@localhost:9887' LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'samuel_beckett@localhost:9887' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'samuel_beckett@localhost:9887' LIMIT 1
SQL (13.7ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 00:44:03', 'samuel_beckett@localhost:9887', 'e6b73f24221dc6c4', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBAJ6f89a9feWklDs4lsLdK781GwIjjEqIkXGXbVvE9cpY/spEMeA7seh7\nC9jmuQfk18SzD98pwlLvqZ1IjLkTnnigv39dWm9DumwKy0jiM4BKgQGd0dE3o1/W\nl5bofKHeXDRPHh7p1CB6V57/9yXz62ybsiGRpwVcaylbIzyR9F6BAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 00:44:03', 'http://localhost:9887/')
SQL (16.1ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 00:44:03', NULL, 'Robert126db66', 'robert126db66 grimm1a1e203', 'robot', NULL, NULL, NULL, 'Grimm1a1e203', 'Earth', 0, 1, 1, '2012-03-30 00:44:03')
ActsAsTaggableOn::Tag Load (4.0ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.7ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (9.3ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 00:44:04', NULL, NULL, 0, 'samuel_beckett@example.com', '$2a$04$NcjaEy4LQQnBiWwGmk7EdeX3X/qkaP1WaUKMgNkwvzKlVEWOnBaW6', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCen/PWvX3lpJQ7OJbC3Su/NRsCI4xKiJFxl21bxPXKWP7KRDHg\nO7HoewvY5rkH5NfEsw/fKcJS76mdSIy5E554oL9/XVpvQ7psCstI4jOASoEBndHR\nN6Nf1peW6Hyh3lw0Tx4e6dQgelee//cl8+tsm7IhkacFXGspWyM8kfRegQIDAQAB\nAoGASqHxhUDE4m5r++0lKewL8DvZSElXcZ4N6IcZwgrKpnj28E3jtaAAleSG73em\n6SrnxjmFpzcrof/3KvR+mXm8nkEw5KYiK0QYrERoW2m8Hb7OD0ddmisRu5ZOsJIC\ny7o4GyMlMpnz0+L/k3rlwYRsCZaaECgUs+Lb/ET+5KqaO0ECQQDQRLgD/6bgik4N\npsiY5zcRbVZLoGSkxjdQd0Lbvc7m0DFrDYr6zlOn+1nDGDU8BWrJ3Xi29gfsJSB1\nhVN2OPKZAkEAwvqZ/l0JpBZRq3F26Y1QR9CguU7cBp+AFERR0ae82YLAVoIwIYvu\nwSVhWoQo9vMRBAmOJQwqZh74uWwu0XgkKQJAeaYp9ev2BWHDhaXNtcIYIE3FAheF\nsdk1pgKDQubzW05wDx+x9h1eL9hY7ePN9GkVnyOFxxieOAjXlM1zmrJYwQJBAL7g\nUi0fq7aFWwJ5m63cd8E2ToHa369kKiCtGWQjz88oH18RKElPEjbnfzz7sJbBMeE/\n8XX3SPKcU2ZCsDrEYLECQGwupECRCK/A6EIikLW+lRrEdls7WZlwzODtPcJBMmhp\n0cVG1k/pHNB3rbTPDlDSt9Vcl4WnFV4NLtQR7Xjr0SU=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 00:44:04', 'samuel_beckett')
(8.2ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'e6b73f24221dc6c4' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'samuel_beckett@localhost:9887' AND `people`.`id` != 1) LIMIT 1
(43.6ms) UPDATE `people` SET `owner_id` = 1, `updated_at` = '2012-03-30 00:44:04' WHERE `people`.`id` = 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(35.4ms) COMMIT
(0.2ms) BEGIN
(9.0ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'e6b73f24221dc6c4' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'samuel_beckett@localhost:9887' AND `people`.`id` != 1) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.3ms) BEGIN
(15.5ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:44:04', 'Besties', NULL, '2012-03-30 00:44:04', 1)
(37.3ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:44:04', 'Unicorns', NULL, '2012-03-30 00:44:04', 1)
(34.1ms) COMMIT
(0.2ms) BEGIN
(11.6ms) UPDATE `profiles` SET `first_name` = 'Samuel', `last_name` = 'Beckett', `full_name` = 'samuel beckett', `updated_at` = '2012-03-30 00:44:04' WHERE `profiles`.`id` = 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(32.7ms) COMMIT
User Load (13.1ms) SELECT `users`.* FROM `users` WHERE `users`.`username` = 'samuel_beckett' LIMIT 1
Person Load (0.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Profile Load (0.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
(0.2ms) BEGIN
ActsAsTaggableOn::Tag Load (7.1ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'rockstar' ESCAPE '!')
(0.6ms) SELECT 1 FROM `tags` WHERE `tags`.`name` = BINARY 'rockstar' LIMIT 1
SQL (0.4ms) INSERT INTO `tags` (`name`) VALUES ('rockstar')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.7ms) SELECT 1 FROM `taggings` WHERE (`taggings`.`tag_id` = BINARY 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`taggable_id` = 1 AND `taggings`.`context` = 'tags' AND `taggings`.`tagger_id` IS NULL AND `taggings`.`tagger_type` IS NULL) LIMIT 1
SQL (0.5ms) INSERT INTO `taggings` (`context`, `created_at`, `tag_id`, `taggable_id`, `taggable_type`, `tagger_id`, `tagger_type`) VALUES ('tags', '2012-03-30 00:44:04', 1, 1, 'Profile', NULL, NULL)
(23.1ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.3ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.1ms) BEGIN
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'bob1028d6b@pivotallabs.com' LIMIT 1
(0.5ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'bob1b5b7fb' LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(1.0ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.9ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob1b5b7fb@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'bob1b5b7fb@localhost:9887' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob1b5b7fb@localhost:9887' LIMIT 1
SQL (0.6ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 00:44:04', 'bob1b5b7fb@localhost:9887', 'b4f903ae1efd0795', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBAJ6f89a9feWklDs4lsLdK781GwIjjEqIkXGXbVvE9cpY/spEMeA7seh7\nC9jmuQfk18SzD98pwlLvqZ1IjLkTnnigv39dWm9DumwKy0jiM4BKgQGd0dE3o1/W\nl5bofKHeXDRPHh7p1CB6V57/9yXz62ybsiGRpwVcaylbIzyR9F6BAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 00:44:04', 'http://localhost:9887/')
SQL (0.5ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 00:44:04', NULL, 'Robert2a97845', 'robert2a97845 grimm2f11971', 'robot', NULL, NULL, NULL, 'Grimm2f11971', 'Earth', 0, 2, 1, '2012-03-30 00:44:04')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 00:44:05', NULL, NULL, 0, 'bob1028d6b@pivotallabs.com', '$2a$04$.FDFgRRD73QVVr6f7/.Bu.mjI4zvnZGPuiZSFrzcp7mEjKzxxxHza', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCen/PWvX3lpJQ7OJbC3Su/NRsCI4xKiJFxl21bxPXKWP7KRDHg\nO7HoewvY5rkH5NfEsw/fKcJS76mdSIy5E554oL9/XVpvQ7psCstI4jOASoEBndHR\nN6Nf1peW6Hyh3lw0Tx4e6dQgelee//cl8+tsm7IhkacFXGspWyM8kfRegQIDAQAB\nAoGASqHxhUDE4m5r++0lKewL8DvZSElXcZ4N6IcZwgrKpnj28E3jtaAAleSG73em\n6SrnxjmFpzcrof/3KvR+mXm8nkEw5KYiK0QYrERoW2m8Hb7OD0ddmisRu5ZOsJIC\ny7o4GyMlMpnz0+L/k3rlwYRsCZaaECgUs+Lb/ET+5KqaO0ECQQDQRLgD/6bgik4N\npsiY5zcRbVZLoGSkxjdQd0Lbvc7m0DFrDYr6zlOn+1nDGDU8BWrJ3Xi29gfsJSB1\nhVN2OPKZAkEAwvqZ/l0JpBZRq3F26Y1QR9CguU7cBp+AFERR0ae82YLAVoIwIYvu\nwSVhWoQo9vMRBAmOJQwqZh74uWwu0XgkKQJAeaYp9ev2BWHDhaXNtcIYIE3FAheF\nsdk1pgKDQubzW05wDx+x9h1eL9hY7ePN9GkVnyOFxxieOAjXlM1zmrJYwQJBAL7g\nUi0fq7aFWwJ5m63cd8E2ToHa369kKiCtGWQjz88oH18RKElPEjbnfzz7sJbBMeE/\n8XX3SPKcU2ZCsDrEYLECQGwupECRCK/A6EIikLW+lRrEdls7WZlwzODtPcJBMmhp\n0cVG1k/pHNB3rbTPDlDSt9Vcl4WnFV4NLtQR7Xjr0SU=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 00:44:05', 'bob1b5b7fb')
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'b4f903ae1efd0795' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob1b5b7fb@localhost:9887' AND `people`.`id` != 2) LIMIT 1
(0.6ms) UPDATE `people` SET `owner_id` = 2, `updated_at` = '2012-03-30 00:44:05' WHERE `people`.`id` = 2
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(40.0ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'b4f903ae1efd0795' AND `people`.`id` != 2) LIMIT 1
(0.8ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob1b5b7fb@localhost:9887' AND `people`.`id` != 2) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.8ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('generic') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:44:05', 'generic', NULL, '2012-03-30 00:44:05', 2)
(30.4ms) COMMIT
Started GET "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 17:44:36 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"2"}
Rendered features/support/integration_sessions_form.haml (4.1ms)
Completed 200 OK in 1687ms (Views: 1685.7ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 17:44:46 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"2"}
User Load (215.6ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.2ms) BEGIN
Person Load (75.9ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(42.4ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 00:44:46', `current_sign_in_at` = '2012-03-30 00:44:46', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 00:44:47', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 2
(46.9ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 414ms
Started GET "/" for 127.0.0.1 at 2012-03-29 17:44:47 -0700
Processing by HomeController#show as HTML
User Load (8.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 16ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:44:47 -0700
Processing by StreamsController#multi as HTML
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (53.2ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (10.0ms)
Rendered tags/_followed_tags_listings.haml (11.2ms)
Aspect Load (79.1ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (11.5ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (241.6ms)
Rendered photos/_new_photo.haml (15.0ms)
Rendered shared/_publisher.html.haml (495.8ms)
Rendered aspects/_no_posts_message.haml (5.1ms)
(26.2ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (5.8ms)
Rendered aspects/_aspect_stream.haml (669.9ms)
Rendered shared/_invitations.haml (7.6ms)
(10.1ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (125.2ms)
Rendered layouts/main_stream.html.haml within layouts/application (1166.5ms)
(34.1ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(2.7ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 1632ms (Views: 1281.9ms | ActiveRecord: 344.3ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:44:50 -0700
Processing by StreamsController#multi as JSON
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Aspect Load (15.5ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(211.3ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 2 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (3) AND (`posts`.`created_at` < '2012-03-30 00:44:51') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 2 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (3) AND (`posts`.`created_at` < '2012-03-30 00:44:51') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Aspect Load (1.2ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (3)
(1.0ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (3)
(0.8ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 00:44:51') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (18.7ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
(1.0ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:44:51') ORDER BY posts.created_at desc LIMIT 15
(3.8ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 2 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:44:51') ORDER BY posts.created_at desc LIMIT 15
(13.8ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(3.7ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:44:51') ORDER BY posts.created_at desc LIMIT 15
Block Load (0.9ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
Post Load (0.9ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:44:51') ORDER BY posts.created_at desc LIMIT 15
Like Load (1.0ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (7.3ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 1705ms (Views: 6.8ms | ActiveRecord: 424.1ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:44:52 -0700
Processing by StreamsController#multi as HTML
User Load (1.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (1.4ms)
Rendered tags/_followed_tags_listings.haml (1.0ms)
Aspect Load (0.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (7.2ms)
Rendered photos/_new_photo.haml (1.6ms)
Rendered shared/_publisher.html.haml (27.5ms)
Rendered aspects/_no_posts_message.haml (0.4ms)
(0.3ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (1.7ms)
Rendered aspects/_aspect_stream.haml (37.8ms)
Rendered shared/_invitations.haml (2.3ms)
(0.3ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (15.5ms)
Rendered layouts/main_stream.html.haml within layouts/application (78.8ms)
(0.4ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.3ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 129ms (Views: 115.3ms | ActiveRecord: 4.6ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:44:53 -0700
Processing by StreamsController#multi as JSON
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Aspect Load (0.4ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (3.1ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(23.6ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 2 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (3) AND (`posts`.`created_at` < '2012-03-30 00:44:54') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 2 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (3) AND (`posts`.`created_at` < '2012-03-30 00:44:54') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (3)
(1.5ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (3)
(7.3ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 00:44:54') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (2.7ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:44:54') ORDER BY posts.created_at desc LIMIT 15
(6.1ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 2 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:44:54') ORDER BY posts.created_at desc LIMIT 15
(0.3ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(9.0ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:44:54') ORDER BY posts.created_at desc LIMIT 15
Block Load (4.5ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
Post Load (1.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:44:54') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.3ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.4ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 164ms (Views: 1.4ms | ActiveRecord: 63.3ms)
Started GET "/people?utf8=%E2%9C%93&q=%23rockstar" for 127.0.0.1 at 2012-03-29 17:44:54 -0700
Processing by PeopleController#index as HTML
Parameters: {"utf8"=>"✓", "q"=>"#rockstar"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/tags/rockstar?q=%23rockstar
Completed 302 Found in 12ms
Started GET "/tags/rockstar?q=%23rockstar" for 127.0.0.1 at 2012-03-29 17:44:54 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#rockstar", "name"=>"rockstar"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(18.7ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'rockstar' AND (profiles.searchable IS TRUE)
Person Load (1.2ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'rockstar' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Profile Load (0.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Rendered people/_index.html.haml (19.7ms)
Rendered tags/_followed_tags_listings.haml (1.4ms)
(0.7ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'rockstar' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.7ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'rockstar' LIMIT 1
(0.6ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (4.8ms)
Rendered photos/_new_photo.haml (2.5ms)
Rendered shared/_publisher.html.haml (22.3ms)
Rendered tags/show.haml within layouts/application (161.8ms)
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.3ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 265ms (Views: 228.2ms | ActiveRecord: 28.4ms)
Started GET "/tags/rockstar" for 127.0.0.1 at 2012-03-29 17:44:55 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"rockstar"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (78.2ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'rockstar' ESCAPE '!')
Block Load (0.9ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (438.2ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_508dce0 ON posts_taggings_508dce0.taggable_id = posts.id AND posts_taggings_508dce0.taggable_type = 'Post' AND posts_taggings_508dce0.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 00:44:56') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.4ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.4ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 566ms (Views: 3.3ms | ActiveRecord: 519.3ms)
(24.6ms) SELECT @@FOREIGN_KEY_CHECKS
(0.3ms) SET FOREIGN_KEY_CHECKS = 0
(79.7ms) TRUNCATE TABLE `account_deletions`;
(66.8ms) TRUNCATE TABLE `aspect_memberships`;
(49.5ms) TRUNCATE TABLE `aspect_visibilities`;
(33.3ms) TRUNCATE TABLE `aspects`;
(32.6ms) TRUNCATE TABLE `blocks`;
(124.9ms) TRUNCATE TABLE `comments`;
(41.5ms) TRUNCATE TABLE `contacts`;
(33.0ms) TRUNCATE TABLE `conversation_visibilities`;
(33.0ms) TRUNCATE TABLE `conversations`;
(33.1ms) TRUNCATE TABLE `invitation_codes`;
(33.2ms) TRUNCATE TABLE `invitations`;
(74.8ms) TRUNCATE TABLE `likes`;
(33.1ms) TRUNCATE TABLE `mentions`;
(33.0ms) TRUNCATE TABLE `messages`;
(33.1ms) TRUNCATE TABLE `notification_actors`;
(33.2ms) TRUNCATE TABLE `notifications`;
(33.0ms) TRUNCATE TABLE `o_embed_caches`;
(33.5ms) TRUNCATE TABLE `oauth_access_tokens`;
(57.9ms) TRUNCATE TABLE `oauth_authorization_codes`;
(133.2ms) TRUNCATE TABLE `oauth_authorizations`;
(222.8ms) TRUNCATE TABLE `oauth_clients`;
(460.2ms) TRUNCATE TABLE `participations`;
(34.1ms) TRUNCATE TABLE `people`;
(32.8ms) TRUNCATE TABLE `photos`;
(33.0ms) TRUNCATE TABLE `pods`;
(41.5ms) TRUNCATE TABLE `posts`;
(32.9ms) TRUNCATE TABLE `profiles`;
(32.9ms) TRUNCATE TABLE `service_users`;
(33.0ms) TRUNCATE TABLE `services`;
(33.3ms) TRUNCATE TABLE `share_visibilities`;
(41.1ms) TRUNCATE TABLE `tag_followings`;
(33.0ms) TRUNCATE TABLE `taggings`;
(32.9ms) TRUNCATE TABLE `tags`;
(33.0ms) TRUNCATE TABLE `user_preferences`;
(33.2ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(64.8ms) SELECT @@FOREIGN_KEY_CHECKS
(0.2ms) SET FOREIGN_KEY_CHECKS = 0
(56.1ms) TRUNCATE TABLE `account_deletions`;
(33.0ms) TRUNCATE TABLE `aspect_memberships`;
(33.0ms) TRUNCATE TABLE `aspect_visibilities`;
(33.1ms) TRUNCATE TABLE `aspects`;
(33.1ms) TRUNCATE TABLE `blocks`;
(41.6ms) TRUNCATE TABLE `comments`;
(33.1ms) TRUNCATE TABLE `contacts`;
(33.2ms) TRUNCATE TABLE `conversation_visibilities`;
(33.0ms) TRUNCATE TABLE `conversations`;
(33.1ms) TRUNCATE TABLE `invitation_codes`;
(33.2ms) TRUNCATE TABLE `invitations`;
(41.4ms) TRUNCATE TABLE `likes`;
(33.1ms) TRUNCATE TABLE `mentions`;
(33.1ms) TRUNCATE TABLE `messages`;
(33.2ms) TRUNCATE TABLE `notification_actors`;
(41.4ms) TRUNCATE TABLE `notifications`;
(33.1ms) TRUNCATE TABLE `o_embed_caches`;
(91.4ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.1ms) TRUNCATE TABLE `oauth_authorization_codes`;
(49.8ms) TRUNCATE TABLE `oauth_authorizations`;
(41.5ms) TRUNCATE TABLE `oauth_clients`;
(41.4ms) TRUNCATE TABLE `participations`;
(41.5ms) TRUNCATE TABLE `people`;
(91.4ms) TRUNCATE TABLE `photos`;
(41.4ms) TRUNCATE TABLE `pods`;
(41.6ms) TRUNCATE TABLE `posts`;
(33.1ms) TRUNCATE TABLE `profiles`;
(41.4ms) TRUNCATE TABLE `service_users`;
(91.5ms) TRUNCATE TABLE `services`;
(41.5ms) TRUNCATE TABLE `share_visibilities`;
(41.4ms) TRUNCATE TABLE `tag_followings`;
(41.4ms) TRUNCATE TABLE `taggings`;
(99.7ms) TRUNCATE TABLE `tags`;
(33.2ms) TRUNCATE TABLE `user_preferences`;
(41.5ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
New Relic Agent not running.
New Relic Agent not running.
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.4ms) SELECT @@FOREIGN_KEY_CHECKS
(0.2ms) SET FOREIGN_KEY_CHECKS = 0
(10.9ms) SELECT DATABASE() as db
(2.4ms) select table_name from information_schema.views where table_schema = 'diaspora_test'
(45.4ms) TRUNCATE TABLE `account_deletions`;
(57.7ms) TRUNCATE TABLE `aspect_memberships`;
(49.6ms) TRUNCATE TABLE `aspect_visibilities`;
(66.2ms) TRUNCATE TABLE `aspects`;
(49.6ms) TRUNCATE TABLE `blocks`;
(66.7ms) TRUNCATE TABLE `comments`;
(66.1ms) TRUNCATE TABLE `contacts`;
(41.2ms) TRUNCATE TABLE `conversation_visibilities`;
(59.0ms) TRUNCATE TABLE `conversations`;
(39.8ms) TRUNCATE TABLE `invitation_codes`;
(41.3ms) TRUNCATE TABLE `invitations`;
(41.4ms) TRUNCATE TABLE `likes`;
(41.1ms) TRUNCATE TABLE `mentions`;
(40.9ms) TRUNCATE TABLE `messages`;
(41.5ms) TRUNCATE TABLE `notification_actors`;
(49.6ms) TRUNCATE TABLE `notifications`;
(41.6ms) TRUNCATE TABLE `o_embed_caches`;
(41.1ms) TRUNCATE TABLE `oauth_access_tokens`;
(57.8ms) TRUNCATE TABLE `oauth_authorization_codes`;
(41.2ms) TRUNCATE TABLE `oauth_authorizations`;
(41.2ms) TRUNCATE TABLE `oauth_clients`;
(41.7ms) TRUNCATE TABLE `participations`;
(40.9ms) TRUNCATE TABLE `people`;
(49.7ms) TRUNCATE TABLE `photos`;
(41.5ms) TRUNCATE TABLE `pods`;
(41.5ms) TRUNCATE TABLE `posts`;
(41.0ms) TRUNCATE TABLE `profiles`;
(41.4ms) TRUNCATE TABLE `service_users`;
(49.8ms) TRUNCATE TABLE `services`;
(41.2ms) TRUNCATE TABLE `share_visibilities`;
(40.6ms) TRUNCATE TABLE `tag_followings`;
(57.8ms) TRUNCATE TABLE `taggings`;
(32.9ms) TRUNCATE TABLE `tags`;
(33.1ms) TRUNCATE TABLE `user_preferences`;
(41.5ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.3ms) BEGIN
(0.3ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.2ms) BEGIN
(18.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'bob@bob.bob' LIMIT 1
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'bob' LIMIT 1
(6.5ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(12.2ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (1.1ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob@localhost:9887' LIMIT 1
(0.8ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'bob@localhost:9887' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob@localhost:9887' LIMIT 1
SQL (0.6ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 00:58:48', 'bob@localhost:9887', 'c8ada88aa7d06856', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 00:58:48', 'http://localhost:9887/')
SQL (8.7ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 00:58:48', NULL, 'Robert131a71a', 'robert131a71a grimm12391bc', 'robot', NULL, NULL, NULL, 'Grimm12391bc', 'Earth', 0, 1, 1, '2012-03-30 00:58:48')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 00:58:48', NULL, NULL, 0, 'bob@bob.bob', '$2a$04$Zac1l1HDHnRgDcaPFmfCM.VkBzHNxMqXvjyrXDSGDSK3cLxGA0Yg6', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 00:58:48', 'bob')
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'c8ada88aa7d06856' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob@localhost:9887' AND `people`.`id` != 1) LIMIT 1
(0.6ms) UPDATE `people` SET `owner_id` = 1, `updated_at` = '2012-03-30 00:58:48' WHERE `people`.`id` = 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(43.5ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'c8ada88aa7d06856' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob@localhost:9887' AND `people`.`id` != 1) LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.5ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
(10.2ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.5ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:58:48', 'Besties', NULL, '2012-03-30 00:58:48', 1)
(34.3ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:58:48', 'Unicorns', NULL, '2012-03-30 00:58:48', 1)
(33.0ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.1ms) BEGIN
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'alice@alice.alice' LIMIT 1
(0.5ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'alice' LIMIT 1
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'alice@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'alice@localhost:9887' LIMIT 1
(0.2ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.2ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'alice@localhost:9887' LIMIT 1
SQL (0.5ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 00:58:49', 'alice@localhost:9887', '374dcb8e891d2ae6', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 00:58:49', 'http://localhost:9887/')
SQL (0.7ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 00:58:49', NULL, 'Robert2139790', 'robert2139790 grimm2cb5b82', 'robot', NULL, NULL, NULL, 'Grimm2cb5b82', 'Earth', 0, 2, 1, '2012-03-30 00:58:49')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 00:58:49', NULL, NULL, 0, 'alice@alice.alice', '$2a$04$JdySs6hU0hY5In0Oj.WJBOx5xWOpOlD4afxbPWXd76XKlQ2qykAhe', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 00:58:49', 'alice')
(0.6ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '374dcb8e891d2ae6' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'alice@localhost:9887' AND `people`.`id` != 2) LIMIT 1
(0.6ms) UPDATE `people` SET `owner_id` = 2, `updated_at` = '2012-03-30 00:58:49' WHERE `people`.`id` = 2
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(30.9ms) COMMIT
(0.2ms) BEGIN
(0.9ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '374dcb8e891d2ae6' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'alice@localhost:9887' AND `people`.`id` != 2) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.1ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.1ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:58:49', 'Besties', NULL, '2012-03-30 00:58:49', 2)
(30.9ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:58:49', 'Unicorns', NULL, '2012-03-30 00:58:49', 2)
(34.4ms) COMMIT
User Load (1.0ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'bob@bob.bob' LIMIT 1
Started GET "/integration_sessions?user_id=1" for 127.0.0.1 at 2012-03-29 17:59:19 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"1"}
Rendered features/support/integration_sessions_form.haml (5.9ms)
Completed 200 OK in 1528ms (Views: 1527.0ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=1" for 127.0.0.1 at 2012-03-29 17:59:29 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"1"}
User Load (63.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.2ms) BEGIN
Person Load (9.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(1.0ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 00:59:29', `current_sign_in_at` = '2012-03-30 00:59:29', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 00:59:29', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 1
(48.1ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 140ms
Started GET "/" for 127.0.0.1 at 2012-03-29 17:59:29 -0700
Processing by HomeController#show as HTML
User Load (14.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 21ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:29 -0700
Processing by StreamsController#multi as HTML
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Person Load (0.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Profile Load (21.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
Rendered aspects/_aspect_listings.haml (14.9ms)
Rendered tags/_followed_tags_listings.haml (12.1ms)
Aspect Load (10.2ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Service Load (0.9ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Rendered shared/_public_explain.haml (732.1ms)
Rendered photos/_new_photo.haml (34.1ms)
Rendered shared/_publisher.html.haml (1005.7ms)
Rendered aspects/_no_posts_message.haml (12.1ms)
(40.8ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 1
Rendered aspects/_no_contacts_message.haml (8.8ms)
Rendered aspects/_aspect_stream.haml (1146.0ms)
Rendered shared/_invitations.haml (8.3ms)
(1.3ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 1
Rendered shared/_right_sections.html.haml (124.4ms)
Rendered layouts/main_stream.html.haml within layouts/application (1799.2ms)
(0.6ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 1 AND `notifications`.`unread` = 1
(17.5ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 1)
Completed 200 OK in 2090ms (Views: 1812.0ms | ActiveRecord: 269.3ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:32 -0700
Processing by StreamsController#multi as JSON
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Aspect Load (1.6ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(72.7ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 1 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (1, 2) AND (`posts`.`created_at` < '2012-03-30 00:59:33') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (1, 2) AND (`posts`.`created_at` < '2012-03-30 00:59:33') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Aspect Load (2.2ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (1, 2)
(1.1ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (1, 2)
(0.9ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 00:59:33') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (0.9ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 1 ORDER BY tags.name
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:33') ORDER BY posts.created_at desc LIMIT 15
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:33') ORDER BY posts.created_at desc LIMIT 15
(16.0ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(9.3ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:33') ORDER BY posts.created_at desc LIMIT 15
Block Load (0.8ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 1
Post Load (1.0ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:33') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.9ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 1 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.9ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 1 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 994ms (Views: 6.9ms | ActiveRecord: 133.5ms)
Person Load (0.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Profile Load (0.8ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
WARNING: Can't mass-assign protected attributes: public, to, author, diaspora_handle
Person Load (26.0ms) SELECT `people`.* FROM `people` WHERE `people`.`diaspora_handle` = 'bob@localhost:9887' LIMIT 1
(0.2ms) BEGIN
(1.4ms) SELECT 1 FROM `posts` WHERE `posts`.`guid` = BINARY '' LIMIT 1
SQL (22.5ms) INSERT INTO `posts` (`actor_url`, `author_id`, `comments_count`, `created_at`, `diaspora_handle`, `frame_name`, `guid`, `image_height`, `image_url`, `image_width`, `interacted_at`, `likes_count`, `o_embed_cache_id`, `objectId`, `object_url`, `pending`, `processed_image`, `provider_display_name`, `public`, `random_string`, `remote_photo_name`, `remote_photo_path`, `reshares_count`, `root_guid`, `status_message_guid`, `text`, `type`, `unprocessed_image`, `updated_at`) VALUES (NULL, 1, 0, '2012-03-30 00:59:33', 'bob@localhost:9887', NULL, 'e0dc313af2f73a27', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, NULL, 0, NULL, NULL, 'I am da #boss', 'StatusMessage', NULL, '2012-03-30 00:59:33')
SQL (5.8ms) UPDATE `posts` SET `updated_at` = '2012-03-30 00:59:33', `interacted_at` = '2012-03-30 00:59:33' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1
ActsAsTaggableOn::Tag Load (0.6ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
(0.6ms) SELECT 1 FROM `tags` WHERE `tags`.`name` = BINARY 'boss' LIMIT 1
SQL (18.1ms) INSERT INTO `tags` (`name`) VALUES ('boss')
ActsAsTaggableOn::Tag Load (0.9ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.7ms) SELECT 1 FROM `taggings` WHERE (`taggings`.`tag_id` = BINARY 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`taggable_id` = 1 AND `taggings`.`context` = 'tags' AND `taggings`.`tagger_id` IS NULL AND `taggings`.`tagger_type` IS NULL) LIMIT 1
SQL (0.6ms) INSERT INTO `taggings` (`context`, `created_at`, `tag_id`, `taggable_id`, `taggable_type`, `tagger_id`, `tagger_type`) VALUES ('tags', '2012-03-30 00:59:34', 1, 1, 'Post', NULL, NULL)
(103.7ms) COMMIT
Aspect Load (0.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
(0.2ms) BEGIN
Aspect Load (0.8ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 1 LIMIT 1
SQL (17.9ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (1, '2012-03-30 00:59:34', 1, 'Post', '2012-03-30 00:59:34')
(35.6ms) COMMIT
(0.2ms) BEGIN
Aspect Load (0.7ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 2 LIMIT 1
SQL (0.5ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (2, '2012-03-30 00:59:34', 1, 'Post', '2012-03-30 00:59:34')
(41.8ms) COMMIT
user:1 dispatching StatusMessage:e0dc313af2f73a27
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
StatusMessage Load (0.9ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1 LIMIT 1
Service Load (0.5ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 1 AND `services`.`type` IS NULL
Person Load (0.7ms) SELECT `people`.* FROM `people` INNER JOIN `contacts` ON `people`.`id` = `contacts`.`person_id` WHERE `contacts`.`user_id` = 1
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
event=post_to_service type=pubsub sender_handle=bob@localhost:9887
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.8ms) SELECT COUNT(*) FROM `photos` WHERE `photos`.`status_message_guid` = 'e0dc313af2f73a27'
(0.2ms) BEGIN
(0.6ms) SELECT 1 FROM `posts` WHERE (`posts`.`guid` = BINARY 'e0dc313af2f73a27' AND `posts`.`id` != 1) LIMIT 1
(0.6ms) UPDATE `posts` SET `created_at` = '2012-03-30 00:59:33', `updated_at` = '2012-03-30 00:59:34' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
ActsAsTaggableOn::Tag Load (1.0ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(47.5ms) COMMIT
Started GET "/users/sign_out" for 127.0.0.1 at 2012-03-29 17:59:34 -0700
Processing by SessionsController#destroy as HTML
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.2ms) BEGIN
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(0.6ms) UPDATE `users` SET `updated_at` = '2012-03-30 00:59:35', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 1
(34.4ms) COMMIT
Redirected to http://127.0.0.1:9887/logged_out
Completed 302 Found in 480ms
Started GET "/logged_out" for 127.0.0.1 at 2012-03-29 17:59:35 -0700
Processing by UsersController#logged_out as HTML
Rendered users/logged_out.haml within layouts/application (17.1ms)
Rendered layouts/_header.html.haml (10.5ms)
Completed 200 OK in 111ms (Views: 104.5ms | ActiveRecord: 0.0ms)
User Load (13.1ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'alice@alice.alice' LIMIT 1
Started GET "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 17:59:36 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"2"}
Rendered features/support/integration_sessions_form.haml (2.1ms)
Completed 200 OK in 18ms (Views: 4.4ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 17:59:36 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"2"}
User Load (1.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(3.7ms) BEGIN
Person Load (3.3ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(1.5ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 00:59:36', `current_sign_in_at` = '2012-03-30 00:59:36', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 00:59:36', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 2
(74.5ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 123ms
Started GET "/" for 127.0.0.1 at 2012-03-29 17:59:36 -0700
Processing by HomeController#show as HTML
User Load (1.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 6ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:36 -0700
Processing by StreamsController#multi as HTML
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (0.8ms)
Rendered tags/_followed_tags_listings.haml (1.2ms)
Aspect Load (1.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.9ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (5.4ms)
Rendered photos/_new_photo.haml (1.5ms)
Rendered shared/_publisher.html.haml (26.0ms)
Rendered aspects/_no_posts_message.haml (0.4ms)
(0.8ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (2.3ms)
Rendered aspects/_aspect_stream.haml (40.3ms)
Rendered shared/_invitations.haml (2.9ms)
(0.8ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (29.0ms)
Rendered layouts/main_stream.html.haml within layouts/application (85.8ms)
(0.7ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.9ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 134ms (Views: 122.5ms | ActiveRecord: 7.6ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:37 -0700
Processing by StreamsController#multi as JSON
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Aspect Load (18.3ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(32.6ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 2 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 00:59:38') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 2 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 00:59:38') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Profile Load (3.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Aspect Load (2.8ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Aspect Load (2.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (3, 4)
(1.0ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (3, 4)
(1.1ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 00:59:38') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (1.0ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
(0.9ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:38') ORDER BY posts.created_at desc LIMIT 15
(28.7ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 2 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:38') ORDER BY posts.created_at desc LIMIT 15
(0.4ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(4.1ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:38') ORDER BY posts.created_at desc LIMIT 15
Block Load (1.9ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
Post Load (0.9ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:38') ORDER BY posts.created_at desc LIMIT 15
Like Load (20.4ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (9.6ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 199ms (Views: 1.3ms | ActiveRecord: 127.4ms)
Started GET "/people?utf8=%E2%9C%93&q=%23boss" for 127.0.0.1 at 2012-03-29 17:59:38 -0700
Processing by PeopleController#index as HTML
Parameters: {"utf8"=>"✓", "q"=>"#boss"}
User Load (1.2ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/tags/boss?q=%23boss
Completed 302 Found in 8ms
Started GET "/tags/boss?q=%23boss" for 127.0.0.1 at 2012-03-29 17:59:38 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#boss", "name"=>"boss"}
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(2.1ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (0.9ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (12.7ms)
Rendered tags/_followed_tags_listings.haml (2.1ms)
(0.7ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.6ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(15.7ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (1.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (8.9ms)
Rendered photos/_new_photo.haml (1.5ms)
Rendered shared/_publisher.html.haml (30.4ms)
Rendered tags/show.haml within layouts/application (427.9ms)
Profile Load (0.6ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.2ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 521ms (Views: 488.3ms | ActiveRecord: 26.7ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 17:59:39 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (0.4ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (537.7ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_f42f866 ON posts_taggings_f42f866.taggable_id = posts.id AND posts_taggings_f42f866.taggable_type = 'Post' AND posts_taggings_f42f866.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 00:59:40') ORDER BY posts.created_at desc LIMIT 15
Person Load (1.2ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (1.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (26.4ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (1.0ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (0.9ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (1.1ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (24.6ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'e0dc313af2f73a27'
Completed 200 OK in 2458ms (Views: 9.1ms | ActiveRecord: 596.8ms)
Started POST "/tags/boss/tag_followings" for 127.0.0.1 at 2012-03-29 17:59:41 -0700
Processing by TagFollowingsController#create as HTML
Parameters: {"name"=>"boss"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.3ms) BEGIN
(20.6ms) SELECT 1 FROM `tag_followings` WHERE (`tag_followings`.`tag_id` = BINARY 1 AND `tag_followings`.`user_id` = 2) LIMIT 1
SQL (2.3ms) INSERT INTO `tag_followings` (`created_at`, `tag_id`, `updated_at`, `user_id`) VALUES ('2012-03-30 00:59:41', 1, '2012-03-30 00:59:41', 2)
(278.3ms) COMMIT
Redirected to http://127.0.0.1:9887/tags/boss?q=%23boss
Completed 302 Found in 358ms
Started GET "/tags/boss?q=%23boss" for 127.0.0.1 at 2012-03-29 17:59:42 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#boss", "name"=>"boss"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.6ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (0.5ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (6.6ms)
Rendered tags/_followed_tags_listings.haml (2.9ms)
(1.5ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(1.0ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.8ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (12.7ms)
Rendered photos/_new_photo.haml (3.5ms)
Rendered shared/_publisher.html.haml (42.2ms)
Rendered tags/show.haml within layouts/application (91.7ms)
Profile Load (0.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.4ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.4ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 162ms (Views: 145.5ms | ActiveRecord: 8.4ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 17:59:43 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (7.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (2.9ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (1.1ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (12.0ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_7c2f41b ON posts_taggings_7c2f41b.taggable_id = posts.id AND posts_taggings_7c2f41b.taggable_type = 'Post' AND posts_taggings_7c2f41b.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 00:59:44') ORDER BY posts.created_at desc LIMIT 15
Person Load (2.7ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (0.6ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (0.4ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (1.2ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (0.4ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (0.4ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.4ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'e0dc313af2f73a27'
Completed 200 OK in 128ms (Views: 16.3ms | ActiveRecord: 29.9ms)
WARNING: Can't mass-assign protected attributes: public, to, author, diaspora_handle
Person Load (0.9ms) SELECT `people`.* FROM `people` WHERE `people`.`diaspora_handle` = 'alice@localhost:9887' LIMIT 1
(0.3ms) BEGIN
(1.0ms) SELECT 1 FROM `posts` WHERE `posts`.`guid` = BINARY '' LIMIT 1
SQL (0.7ms) INSERT INTO `posts` (`actor_url`, `author_id`, `comments_count`, `created_at`, `diaspora_handle`, `frame_name`, `guid`, `image_height`, `image_url`, `image_width`, `interacted_at`, `likes_count`, `o_embed_cache_id`, `objectId`, `object_url`, `pending`, `processed_image`, `provider_display_name`, `public`, `random_string`, `remote_photo_name`, `remote_photo_path`, `reshares_count`, `root_guid`, `status_message_guid`, `text`, `type`, `unprocessed_image`, `updated_at`) VALUES (NULL, 2, 0, '2012-03-30 00:59:43', 'alice@localhost:9887', NULL, 'ee9aad2ed426a077', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, NULL, 0, NULL, NULL, '#boss from the tag page', 'StatusMessage', NULL, '2012-03-30 00:59:43')
SQL (0.9ms) UPDATE `posts` SET `updated_at` = '2012-03-30 00:59:43', `interacted_at` = '2012-03-30 00:59:43' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 2
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
ActsAsTaggableOn::Tag Load (1.0ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.7ms) SELECT 1 FROM `taggings` WHERE (`taggings`.`tag_id` = BINARY 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`taggable_id` = 2 AND `taggings`.`context` = 'tags' AND `taggings`.`tagger_id` IS NULL AND `taggings`.`tagger_type` IS NULL) LIMIT 1
SQL (0.5ms) INSERT INTO `taggings` (`context`, `created_at`, `tag_id`, `taggable_id`, `taggable_type`, `tagger_id`, `tagger_type`) VALUES ('tags', '2012-03-30 00:59:43', 1, 2, 'Post', NULL, NULL)
(70.9ms) COMMIT
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
(0.2ms) BEGIN
Aspect Load (0.9ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 3 LIMIT 1
SQL (0.5ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (3, '2012-03-30 00:59:43', 2, 'Post', '2012-03-30 00:59:43')
(38.1ms) COMMIT
(0.2ms) BEGIN
Aspect Load (0.7ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 4 LIMIT 1
SQL (0.5ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (4, '2012-03-30 00:59:43', 2, 'Post', '2012-03-30 00:59:43')
(33.6ms) COMMIT
user:2 dispatching StatusMessage:ee9aad2ed426a077
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
StatusMessage Load (0.9ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 2 LIMIT 1
Service Load (0.6ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2 AND `services`.`type` IS NULL
Person Load (0.7ms) SELECT `people`.* FROM `people` INNER JOIN `contacts` ON `people`.`id` = `contacts`.`person_id` WHERE `contacts`.`user_id` = 2
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
event=post_to_service type=pubsub sender_handle=alice@localhost:9887
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(8.6ms) SELECT COUNT(*) FROM `photos` WHERE `photos`.`status_message_guid` = 'ee9aad2ed426a077'
(0.2ms) BEGIN
(0.8ms) SELECT 1 FROM `posts` WHERE (`posts`.`guid` = BINARY 'ee9aad2ed426a077' AND `posts`.`id` != 2) LIMIT 1
(0.6ms) UPDATE `posts` SET `created_at` = '2012-03-30 00:59:43', `updated_at` = '2012-03-30 00:59:44' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 2
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
ActsAsTaggableOn::Tag Load (0.9ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(39.1ms) COMMIT
Started GET "/people?utf8=%E2%9C%93&q=%23boss" for 127.0.0.1 at 2012-03-29 17:59:44 -0700
Processing by PeopleController#index as HTML
Parameters: {"utf8"=>"✓", "q"=>"#boss"}
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/tags/boss?q=%23boss
Completed 302 Found in 7ms
Started GET "/tags/boss?q=%23boss" for 127.0.0.1 at 2012-03-29 17:59:44 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#boss", "name"=>"boss"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(1.3ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (1.0ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (4.4ms)
Rendered tags/_followed_tags_listings.haml (1.5ms)
(0.2ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.2ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (8.6ms)
Rendered photos/_new_photo.haml (1.5ms)
Rendered shared/_publisher.html.haml (28.9ms)
Rendered tags/show.haml within layouts/application (59.2ms)
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.2ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 105ms (Views: 93.7ms | ActiveRecord: 5.9ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 17:59:45 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (0.3ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (4.1ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_883a108 ON posts_taggings_883a108.taggable_id = posts.id AND posts_taggings_883a108.taggable_type = 'Post' AND posts_taggings_883a108.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 00:59:46') ORDER BY posts.created_at desc LIMIT 15
Person Load (17.8ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (2, 1)
Profile Load (3.2ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (2, 1)
Mention Load (16.9ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (2, 1)
Like Load (14.1ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (2, 1) AND `likes`.`target_type` = 'Post'
Participation Load (0.7ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (2, 1) AND `participations`.`target_type` = 'Post'
Mention Load (10.5ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 2
Photo Load (1.6ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'ee9aad2ed426a077'
Mention Load (0.4ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.3ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'e0dc313af2f73a27'
Completed 200 OK in 154ms (Views: 8.5ms | ActiveRecord: 71.7ms)
(0.6ms) SELECT @@FOREIGN_KEY_CHECKS
(4.8ms) SET FOREIGN_KEY_CHECKS = 0
(61.2ms) TRUNCATE TABLE `account_deletions`;
(41.5ms) TRUNCATE TABLE `aspect_memberships`;
(51.1ms) TRUNCATE TABLE `aspect_visibilities`;
(41.5ms) TRUNCATE TABLE `aspects`;
(33.0ms) TRUNCATE TABLE `blocks`;
(33.2ms) TRUNCATE TABLE `comments`;
(33.2ms) TRUNCATE TABLE `contacts`;
(58.0ms) TRUNCATE TABLE `conversation_visibilities`;
(33.1ms) TRUNCATE TABLE `conversations`;
(33.0ms) TRUNCATE TABLE `invitation_codes`;
(33.2ms) TRUNCATE TABLE `invitations`;
(33.2ms) TRUNCATE TABLE `likes`;
(41.4ms) TRUNCATE TABLE `mentions`;
(33.1ms) TRUNCATE TABLE `messages`;
(33.1ms) TRUNCATE TABLE `notification_actors`;
(49.8ms) TRUNCATE TABLE `notifications`;
(49.7ms) TRUNCATE TABLE `o_embed_caches`;
(49.8ms) TRUNCATE TABLE `oauth_access_tokens`;
(41.5ms) TRUNCATE TABLE `oauth_authorization_codes`;
(50.2ms) TRUNCATE TABLE `oauth_authorizations`;
(49.3ms) TRUNCATE TABLE `oauth_clients`;
(33.1ms) TRUNCATE TABLE `participations`;
(41.5ms) TRUNCATE TABLE `people`;
(41.4ms) TRUNCATE TABLE `photos`;
(33.0ms) TRUNCATE TABLE `pods`;
(33.2ms) TRUNCATE TABLE `posts`;
(33.3ms) TRUNCATE TABLE `profiles`;
(41.2ms) TRUNCATE TABLE `service_users`;
(33.1ms) TRUNCATE TABLE `services`;
(33.1ms) TRUNCATE TABLE `share_visibilities`;
(33.2ms) TRUNCATE TABLE `tag_followings`;
(33.1ms) TRUNCATE TABLE `taggings`;
(33.0ms) TRUNCATE TABLE `tags`;
(33.1ms) TRUNCATE TABLE `user_preferences`;
(49.9ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.6ms) SELECT @@FOREIGN_KEY_CHECKS
(0.3ms) SET FOREIGN_KEY_CHECKS = 0
(34.4ms) TRUNCATE TABLE `account_deletions`;
(33.2ms) TRUNCATE TABLE `aspect_memberships`;
(33.1ms) TRUNCATE TABLE `aspect_visibilities`;
(32.8ms) TRUNCATE TABLE `aspects`;
(32.9ms) TRUNCATE TABLE `blocks`;
(33.0ms) TRUNCATE TABLE `comments`;
(33.1ms) TRUNCATE TABLE `contacts`;
(33.2ms) TRUNCATE TABLE `conversation_visibilities`;
(33.0ms) TRUNCATE TABLE `conversations`;
(32.9ms) TRUNCATE TABLE `invitation_codes`;
(33.2ms) TRUNCATE TABLE `invitations`;
(41.4ms) TRUNCATE TABLE `likes`;
(33.2ms) TRUNCATE TABLE `mentions`;
(33.0ms) TRUNCATE TABLE `messages`;
(41.4ms) TRUNCATE TABLE `notification_actors`;
(33.1ms) TRUNCATE TABLE `notifications`;
(33.1ms) TRUNCATE TABLE `o_embed_caches`;
(33.1ms) TRUNCATE TABLE `oauth_access_tokens`;
(41.4ms) TRUNCATE TABLE `oauth_authorization_codes`;
(42.7ms) TRUNCATE TABLE `oauth_authorizations`;
(33.1ms) TRUNCATE TABLE `oauth_clients`;
(33.1ms) TRUNCATE TABLE `participations`;
(33.2ms) TRUNCATE TABLE `people`;
(41.5ms) TRUNCATE TABLE `photos`;
(33.0ms) TRUNCATE TABLE `pods`;
(33.2ms) TRUNCATE TABLE `posts`;
(33.0ms) TRUNCATE TABLE `profiles`;
(41.4ms) TRUNCATE TABLE `service_users`;
(33.1ms) TRUNCATE TABLE `services`;
(33.2ms) TRUNCATE TABLE `share_visibilities`;
(33.1ms) TRUNCATE TABLE `tag_followings`;
(59.1ms) TRUNCATE TABLE `taggings`;
(57.5ms) TRUNCATE TABLE `tags`;
(35.2ms) TRUNCATE TABLE `user_preferences`;
(31.0ms) TRUNCATE TABLE `users`;
(0.3ms) SET FOREIGN_KEY_CHECKS = 1
(0.5ms) SELECT @@FOREIGN_KEY_CHECKS
(0.3ms) SET FOREIGN_KEY_CHECKS = 0
(30.9ms) TRUNCATE TABLE `account_deletions`;
(33.0ms) TRUNCATE TABLE `aspect_memberships`;
(33.2ms) TRUNCATE TABLE `aspect_visibilities`;
(32.8ms) TRUNCATE TABLE `aspects`;
(58.0ms) TRUNCATE TABLE `blocks`;
(33.2ms) TRUNCATE TABLE `comments`;
(33.1ms) TRUNCATE TABLE `contacts`;
(41.5ms) TRUNCATE TABLE `conversation_visibilities`;
(33.1ms) TRUNCATE TABLE `conversations`;
(33.1ms) TRUNCATE TABLE `invitation_codes`;
(33.1ms) TRUNCATE TABLE `invitations`;
(33.1ms) TRUNCATE TABLE `likes`;
(33.1ms) TRUNCATE TABLE `mentions`;
(33.1ms) TRUNCATE TABLE `messages`;
(41.5ms) TRUNCATE TABLE `notification_actors`;
(41.3ms) TRUNCATE TABLE `notifications`;
(33.1ms) TRUNCATE TABLE `o_embed_caches`;
(33.1ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.1ms) TRUNCATE TABLE `oauth_authorization_codes`;
(33.1ms) TRUNCATE TABLE `oauth_authorizations`;
(33.2ms) TRUNCATE TABLE `oauth_clients`;
(33.1ms) TRUNCATE TABLE `participations`;
(41.5ms) TRUNCATE TABLE `people`;
(33.0ms) TRUNCATE TABLE `photos`;
(33.1ms) TRUNCATE TABLE `pods`;
(33.3ms) TRUNCATE TABLE `posts`;
(41.1ms) TRUNCATE TABLE `profiles`;
(33.1ms) TRUNCATE TABLE `service_users`;
(33.1ms) TRUNCATE TABLE `services`;
(33.2ms) TRUNCATE TABLE `share_visibilities`;
(33.1ms) TRUNCATE TABLE `tag_followings`;
(33.1ms) TRUNCATE TABLE `taggings`;
(34.3ms) TRUNCATE TABLE `tags`;
(41.4ms) TRUNCATE TABLE `user_preferences`;
(33.3ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.1ms) BEGIN
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'bob@bob.bob' LIMIT 1
(0.5ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'bob' LIMIT 1
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.7ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'bob@localhost:9887' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.2ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob@localhost:9887' LIMIT 1
SQL (0.5ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 00:59:49', 'bob@localhost:9887', '410052c8ea0400c6', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 00:59:49', 'http://localhost:9887/')
SQL (0.5ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 00:59:49', NULL, 'Robert38b86f3', 'robert38b86f3 grimm3a3b9d7', 'robot', NULL, NULL, NULL, 'Grimm3a3b9d7', 'Earth', 0, 1, 1, '2012-03-30 00:59:49')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 00:59:49', NULL, NULL, 0, 'bob@bob.bob', '$2a$04$BCzHW7ORH09dEpmgEfKMFeZ0DUqCY.A5UqOn64cMujemDYFaTEk1G', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 00:59:49', 'bob')
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '410052c8ea0400c6' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob@localhost:9887' AND `people`.`id` != 1) LIMIT 1
(0.5ms) UPDATE `people` SET `owner_id` = 1, `updated_at` = '2012-03-30 00:59:49' WHERE `people`.`id` = 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(38.3ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '410052c8ea0400c6' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob@localhost:9887' AND `people`.`id` != 1) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.1ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:59:49', 'Besties', NULL, '2012-03-30 00:59:49', 1)
(32.2ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.5ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:59:49', 'Unicorns', NULL, '2012-03-30 00:59:49', 1)
(34.3ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.3ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.2ms) BEGIN
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'alice@alice.alice' LIMIT 1
(0.5ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'alice' LIMIT 1
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.7ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'alice@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'alice@localhost:9887' LIMIT 1
(0.2ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'alice@localhost:9887' LIMIT 1
SQL (0.5ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 00:59:50', 'alice@localhost:9887', 'd037c8525f89409e', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 00:59:50', 'http://localhost:9887/')
SQL (0.5ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 00:59:50', NULL, 'Robert4ebc0a2', 'robert4ebc0a2 grimm483c369', 'robot', NULL, NULL, NULL, 'Grimm483c369', 'Earth', 0, 2, 1, '2012-03-30 00:59:50')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.9ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 00:59:50', NULL, NULL, 0, 'alice@alice.alice', '$2a$04$LvhnIKZ/3KNRDF2.9NNMtut.UhaCJ4WYTzpH4MhmlA4SvsQ55jRP6', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 00:59:50', 'alice')
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'd037c8525f89409e' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'alice@localhost:9887' AND `people`.`id` != 2) LIMIT 1
(0.6ms) UPDATE `people` SET `owner_id` = 2, `updated_at` = '2012-03-30 00:59:50' WHERE `people`.`id` = 2
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.4ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(37.8ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'd037c8525f89409e' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'alice@localhost:9887' AND `people`.`id` != 2) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.1ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.8ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:59:50', 'Besties', NULL, '2012-03-30 00:59:50', 2)
(32.0ms) COMMIT
(0.2ms) BEGIN
(0.9ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.6ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 00:59:50', 'Unicorns', NULL, '2012-03-30 00:59:50', 2)
(48.3ms) COMMIT
User Load (1.6ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'bob@bob.bob' LIMIT 1
Started GET "/integration_sessions?user_id=1" for 127.0.0.1 at 2012-03-29 17:59:50 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"1"}
Rendered features/support/integration_sessions_form.haml (2.4ms)
Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=1" for 127.0.0.1 at 2012-03-29 17:59:50 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"1"}
User Load (1.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.2ms) BEGIN
Person Load (0.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(0.7ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 00:59:50', `current_sign_in_at` = '2012-03-30 00:59:50', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 00:59:50', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 1
(40.6ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 58ms
Started GET "/" for 127.0.0.1 at 2012-03-29 17:59:50 -0700
Processing by HomeController#show as HTML
User Load (1.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 6ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:50 -0700
Processing by StreamsController#multi as HTML
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Person Load (0.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Profile Load (0.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
Rendered aspects/_aspect_listings.haml (0.8ms)
Rendered tags/_followed_tags_listings.haml (1.3ms)
Aspect Load (1.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Service Load (0.7ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Rendered shared/_public_explain.haml (5.9ms)
Rendered photos/_new_photo.haml (1.5ms)
Rendered shared/_publisher.html.haml (23.3ms)
Rendered aspects/_no_posts_message.haml (0.5ms)
(0.7ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 1
Rendered aspects/_no_contacts_message.haml (2.1ms)
Rendered aspects/_aspect_stream.haml (36.4ms)
Rendered shared/_invitations.haml (1.7ms)
(0.6ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 1
Rendered shared/_right_sections.html.haml (17.8ms)
Rendered layouts/main_stream.html.haml within layouts/application (70.7ms)
(0.7ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 1 AND `notifications`.`unread` = 1
(0.6ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 1)
Completed 200 OK in 116ms (Views: 105.4ms | ActiveRecord: 6.9ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:51 -0700
Processing by StreamsController#multi as JSON
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Aspect Load (1.0ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(2.5ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 1 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (1, 2) AND (`posts`.`created_at` < '2012-03-30 00:59:52') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (1, 2) AND (`posts`.`created_at` < '2012-03-30 00:59:52') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Aspect Load (4.0ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Profile Load (2.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
Aspect Load (7.0ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (1, 2)
(1.0ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (1, 2)
(0.8ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 00:59:52') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (1.0ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 1 ORDER BY tags.name
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:52') ORDER BY posts.created_at desc LIMIT 15
(1.0ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:52') ORDER BY posts.created_at desc LIMIT 15
(0.5ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(0.9ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:52') ORDER BY posts.created_at desc LIMIT 15
Block Load (0.8ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 1
Post Load (1.0ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:52') ORDER BY posts.created_at desc LIMIT 15
WARNING: Can't mass-assign protected attributes: public, to, author, diaspora_handle
Like Load (18.6ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 1 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Person Load (13.0ms) SELECT `people`.* FROM `people` WHERE `people`.`diaspora_handle` = 'bob@localhost:9887' LIMIT 1
(0.3ms) BEGIN
Participation Load (0.7ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 1 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 137ms (Views: 1.5ms | ActiveRecord: 43.4ms)
(7.4ms) SELECT 1 FROM `posts` WHERE `posts`.`guid` = BINARY '' LIMIT 1
SQL (3.8ms) INSERT INTO `posts` (`actor_url`, `author_id`, `comments_count`, `created_at`, `diaspora_handle`, `frame_name`, `guid`, `image_height`, `image_url`, `image_width`, `interacted_at`, `likes_count`, `o_embed_cache_id`, `objectId`, `object_url`, `pending`, `processed_image`, `provider_display_name`, `public`, `random_string`, `remote_photo_name`, `remote_photo_path`, `reshares_count`, `root_guid`, `status_message_guid`, `text`, `type`, `unprocessed_image`, `updated_at`) VALUES (NULL, 1, 0, '2012-03-30 00:59:51', 'bob@localhost:9887', NULL, '281994f560dbc014', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, NULL, 0, NULL, NULL, 'I am da #boss', 'StatusMessage', NULL, '2012-03-30 00:59:51')
SQL (1.0ms) UPDATE `posts` SET `updated_at` = '2012-03-30 00:59:51', `interacted_at` = '2012-03-30 00:59:51' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1
ActsAsTaggableOn::Tag Load (1.1ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
(0.9ms) SELECT 1 FROM `tags` WHERE `tags`.`name` = BINARY 'boss' LIMIT 1
SQL (0.5ms) INSERT INTO `tags` (`name`) VALUES ('boss')
ActsAsTaggableOn::Tag Load (3.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (1.0ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.9ms) SELECT 1 FROM `taggings` WHERE (`taggings`.`tag_id` = BINARY 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`taggable_id` = 1 AND `taggings`.`context` = 'tags' AND `taggings`.`tagger_id` IS NULL AND `taggings`.`tagger_type` IS NULL) LIMIT 1
SQL (0.5ms) INSERT INTO `taggings` (`context`, `created_at`, `tag_id`, `taggable_id`, `taggable_type`, `tagger_id`, `tagger_type`) VALUES ('tags', '2012-03-30 00:59:51', 1, 1, 'Post', NULL, NULL)
(38.8ms) COMMIT
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
(0.2ms) BEGIN
Aspect Load (0.7ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 1 LIMIT 1
SQL (0.5ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (1, '2012-03-30 00:59:51', 1, 'Post', '2012-03-30 00:59:51')
(38.7ms) COMMIT
(0.2ms) BEGIN
Aspect Load (0.8ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 2 LIMIT 1
SQL (0.6ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (2, '2012-03-30 00:59:51', 1, 'Post', '2012-03-30 00:59:51')
(25.3ms) COMMIT
user:1 dispatching StatusMessage:281994f560dbc014
User Load (0.6ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
StatusMessage Load (1.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1 LIMIT 1
Service Load (0.6ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 1 AND `services`.`type` IS NULL
Person Load (0.7ms) SELECT `people`.* FROM `people` INNER JOIN `contacts` ON `people`.`id` = `contacts`.`person_id` WHERE `contacts`.`user_id` = 1
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
event=post_to_service type=pubsub sender_handle=bob@localhost:9887
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.7ms) SELECT COUNT(*) FROM `photos` WHERE `photos`.`status_message_guid` = '281994f560dbc014'
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `posts` WHERE (`posts`.`guid` = BINARY '281994f560dbc014' AND `posts`.`id` != 1) LIMIT 1
(0.6ms) UPDATE `posts` SET `created_at` = '2012-03-30 00:59:51', `updated_at` = '2012-03-30 00:59:52' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1
ActsAsTaggableOn::Tag Load (0.7ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
ActsAsTaggableOn::Tag Load (1.2ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.8ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(27.1ms) COMMIT
Started GET "/users/sign_out" for 127.0.0.1 at 2012-03-29 17:59:52 -0700
Processing by SessionsController#destroy as HTML
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.3ms) BEGIN
Person Load (0.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(0.6ms) UPDATE `users` SET `updated_at` = '2012-03-30 00:59:52', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 1
(31.6ms) COMMIT
Redirected to http://127.0.0.1:9887/logged_out
Completed 302 Found in 58ms
Started GET "/logged_out" for 127.0.0.1 at 2012-03-29 17:59:52 -0700
Processing by UsersController#logged_out as HTML
Rendered users/logged_out.haml within layouts/application (3.7ms)
Rendered layouts/_header.html.haml (2.9ms)
Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.0ms)
User Load (1.5ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'alice@alice.alice' LIMIT 1
Started GET "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 17:59:52 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"2"}
Rendered features/support/integration_sessions_form.haml (2.6ms)
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 17:59:52 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"2"}
User Load (1.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.3ms) BEGIN
Person Load (1.1ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(0.7ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 00:59:52', `current_sign_in_at` = '2012-03-30 00:59:52', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 00:59:52', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 2
(28.6ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 53ms
Started GET "/" for 127.0.0.1 at 2012-03-29 17:59:52 -0700
Processing by HomeController#show as HTML
User Load (0.9ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 5ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:53 -0700
Processing by StreamsController#multi as HTML
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (1.0ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (0.9ms)
Rendered tags/_followed_tags_listings.haml (0.9ms)
Aspect Load (1.0ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.6ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (6.4ms)
Rendered photos/_new_photo.haml (1.7ms)
Rendered shared/_publisher.html.haml (24.6ms)
Rendered aspects/_no_posts_message.haml (0.5ms)
(0.6ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (1.7ms)
Rendered aspects/_aspect_stream.haml (35.3ms)
Rendered shared/_invitations.haml (2.2ms)
(0.9ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (18.9ms)
Rendered layouts/main_stream.html.haml within layouts/application (72.6ms)
(0.7ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.6ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 114ms (Views: 103.6ms | ActiveRecord: 6.9ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:53 -0700
Processing by StreamsController#multi as JSON
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Aspect Load (1.0ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(2.5ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 2 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 00:59:54') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 2 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 00:59:54') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (3.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (3.0ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Aspect Load (2.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (3, 4)
Profile Load (1.3ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(5.0ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (3, 4)
(1.9ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 00:59:54') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (1.1ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:54') ORDER BY posts.created_at desc LIMIT 15
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 2 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:54') ORDER BY posts.created_at desc LIMIT 15
(0.3ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(5.9ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:54') ORDER BY posts.created_at desc LIMIT 15
Block Load (0.6ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
Post Load (0.8ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:54') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.7ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.9ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 111ms (Views: 1.3ms | ActiveRecord: 30.5ms)
Started GET "/people?utf8=%E2%9C%93&q=%23boss" for 127.0.0.1 at 2012-03-29 17:59:54 -0700
Processing by PeopleController#index as HTML
Parameters: {"utf8"=>"✓", "q"=>"#boss"}
User Load (1.6ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/tags/boss?q=%23boss
Completed 302 Found in 15ms
Started GET "/tags/boss?q=%23boss" for 127.0.0.1 at 2012-03-29 17:59:54 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#boss", "name"=>"boss"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(1.3ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (0.9ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (4.7ms)
Rendered tags/_followed_tags_listings.haml (2.2ms)
(0.6ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (1.5ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.8ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (9.5ms)
Rendered photos/_new_photo.haml (1.7ms)
Rendered shared/_publisher.html.haml (32.3ms)
Rendered tags/show.haml within layouts/application (70.9ms)
Profile Load (0.6ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.4ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 132ms (Views: 113.0ms | ActiveRecord: 8.7ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 17:59:55 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (4.1ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.9ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (0.4ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (3.5ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_323177f ON posts_taggings_323177f.taggable_id = posts.id AND posts_taggings_323177f.taggable_type = 'Post' AND posts_taggings_323177f.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 00:59:56') ORDER BY posts.created_at desc LIMIT 15
Person Load (1.6ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (1.3ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (0.8ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (0.8ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (0.9ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (0.9ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.9ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = '281994f560dbc014'
Completed 200 OK in 79ms (Views: 4.9ms | ActiveRecord: 16.7ms)
Started POST "/tags/boss/tag_followings" for 127.0.0.1 at 2012-03-29 17:59:55 -0700
Processing by TagFollowingsController#create as HTML
Parameters: {"name"=>"boss"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.6ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.2ms) BEGIN
(28.2ms) SELECT 1 FROM `tag_followings` WHERE (`tag_followings`.`tag_id` = BINARY 1 AND `tag_followings`.`user_id` = 2) LIMIT 1
SQL (0.5ms) INSERT INTO `tag_followings` (`created_at`, `tag_id`, `updated_at`, `user_id`) VALUES ('2012-03-30 00:59:55', 1, '2012-03-30 00:59:55', 2)
(32.5ms) COMMIT
Redirected to http://127.0.0.1:9887/tags/boss?q=%23boss
Completed 302 Found in 84ms
Started GET "/tags/boss?q=%23boss" for 127.0.0.1 at 2012-03-29 17:59:55 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#boss", "name"=>"boss"}
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.5ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (0.3ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (3.6ms)
Rendered tags/_followed_tags_listings.haml (2.2ms)
(0.7ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.6ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (7.4ms)
Rendered photos/_new_photo.haml (2.2ms)
Rendered shared/_publisher.html.haml (28.2ms)
Rendered tags/show.haml within layouts/application (57.0ms)
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.2ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 103ms (Views: 93.7ms | ActiveRecord: 5.2ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 17:59:56 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (0.4ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (4.0ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_bcaa6dd ON posts_taggings_bcaa6dd.taggable_id = posts.id AND posts_taggings_bcaa6dd.taggable_type = 'Post' AND posts_taggings_bcaa6dd.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 00:59:57') ORDER BY posts.created_at desc LIMIT 15
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (0.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (11.9ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (1.3ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (0.6ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (1.0ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.4ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = '281994f560dbc014'
Completed 200 OK in 81ms (Views: 4.8ms | ActiveRecord: 22.6ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:57 -0700
Processing by StreamsController#multi as HTML
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (0.8ms)
Rendered tags/_followed_tags_listings.haml (1.6ms)
Aspect Load (0.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (5.2ms)
Rendered photos/_new_photo.haml (1.7ms)
Rendered shared/_publisher.html.haml (25.6ms)
Rendered aspects/_no_posts_message.haml (0.7ms)
(0.3ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (2.1ms)
Rendered aspects/_aspect_stream.haml (60.6ms)
Rendered shared/_invitations.haml (1.9ms)
(0.3ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (16.6ms)
Rendered layouts/main_stream.html.haml within layouts/application (95.1ms)
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.2ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 202ms (Views: 189.6ms | ActiveRecord: 3.8ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 17:59:57 -0700
Processing by StreamsController#multi as JSON
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Aspect Load (26.6ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(2.1ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 2 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 00:59:58') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 2 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 00:59:58') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (3, 4)
(0.3ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (3, 4)
(0.7ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 00:59:58') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (11.7ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
(24.8ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (1) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:58') ORDER BY posts.created_at desc LIMIT 15
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 2 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:58') ORDER BY posts.created_at desc LIMIT 15
(0.3ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(0.9ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:58') ORDER BY posts.created_at desc LIMIT 15
Block Load (0.4ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
Post Load (7.4ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (1) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 00:59:58') ORDER BY posts.created_at desc LIMIT 15
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (0.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (0.7ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (0.8ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (0.3ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (0.4ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (1.0ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = '281994f560dbc014'
Completed 200 OK in 194ms (Views: 4.9ms | ActiveRecord: 83.0ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 17:59:58 -0700
Processing by TagsController#show as HTML
Parameters: {"name"=>"boss"}
User Load (13.9ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(1.0ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (0.4ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (6.0ms)
Rendered tags/_followed_tags_listings.haml (2.5ms)
(0.4ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.4ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (1.7ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (8.6ms)
Rendered photos/_new_photo.haml (1.8ms)
Rendered shared/_publisher.html.haml (312.7ms)
Rendered tags/show.haml within layouts/application (359.8ms)
Profile Load (0.6ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.4ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.4ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 437ms (Views: 407.7ms | ActiveRecord: 20.7ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 17:59:59 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (0.9ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (0.4ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (9.4ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_007e620 ON posts_taggings_007e620.taggable_id = posts.id AND posts_taggings_007e620.taggable_type = 'Post' AND posts_taggings_007e620.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 01:00:00') ORDER BY posts.created_at desc LIMIT 15
Person Load (6.2ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (0.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (0.4ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (0.4ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (0.4ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (0.3ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.4ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = '281994f560dbc014'
Completed 200 OK in 87ms (Views: 4.7ms | ActiveRecord: 20.4ms)
(0.6ms) SELECT @@FOREIGN_KEY_CHECKS
(0.3ms) SET FOREIGN_KEY_CHECKS = 0
(67.5ms) TRUNCATE TABLE `account_deletions`;
(33.2ms) TRUNCATE TABLE `aspect_memberships`;
(33.3ms) TRUNCATE TABLE `aspect_visibilities`;
(32.9ms) TRUNCATE TABLE `aspects`;
(33.0ms) TRUNCATE TABLE `blocks`;
(33.1ms) TRUNCATE TABLE `comments`;
(33.1ms) TRUNCATE TABLE `contacts`;
(41.3ms) TRUNCATE TABLE `conversation_visibilities`;
(33.1ms) TRUNCATE TABLE `conversations`;
(66.4ms) TRUNCATE TABLE `invitation_codes`;
(66.6ms) TRUNCATE TABLE `invitations`;
(74.9ms) TRUNCATE TABLE `likes`;
(82.8ms) TRUNCATE TABLE `mentions`;
(174.9ms) TRUNCATE TABLE `messages`;
(40.8ms) TRUNCATE TABLE `notification_actors`;
(49.7ms) TRUNCATE TABLE `notifications`;
(58.1ms) TRUNCATE TABLE `o_embed_caches`;
(49.6ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.1ms) TRUNCATE TABLE `oauth_authorization_codes`;
(33.1ms) TRUNCATE TABLE `oauth_authorizations`;
(34.4ms) TRUNCATE TABLE `oauth_clients`;
(41.5ms) TRUNCATE TABLE `participations`;
(41.5ms) TRUNCATE TABLE `people`;
(41.4ms) TRUNCATE TABLE `photos`;
(33.0ms) TRUNCATE TABLE `pods`;
(41.6ms) TRUNCATE TABLE `posts`;
(108.1ms) TRUNCATE TABLE `profiles`;
(774.8ms) TRUNCATE TABLE `service_users`;
(91.5ms) TRUNCATE TABLE `services`;
(41.5ms) TRUNCATE TABLE `share_visibilities`;
(41.1ms) TRUNCATE TABLE `tag_followings`;
(33.0ms) TRUNCATE TABLE `taggings`;
(41.4ms) TRUNCATE TABLE `tags`;
(32.9ms) TRUNCATE TABLE `user_preferences`;
(91.4ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.6ms) SELECT @@FOREIGN_KEY_CHECKS
(0.3ms) SET FOREIGN_KEY_CHECKS = 0
(67.3ms) TRUNCATE TABLE `account_deletions`;
(109.4ms) TRUNCATE TABLE `aspect_memberships`;
(31.5ms) TRUNCATE TABLE `aspect_visibilities`;
(33.0ms) TRUNCATE TABLE `aspects`;
(41.4ms) TRUNCATE TABLE `blocks`;
(41.5ms) TRUNCATE TABLE `comments`;
(41.4ms) TRUNCATE TABLE `contacts`;
(58.1ms) TRUNCATE TABLE `conversation_visibilities`;
(41.4ms) TRUNCATE TABLE `conversations`;
(49.9ms) TRUNCATE TABLE `invitation_codes`;
(74.8ms) TRUNCATE TABLE `invitations`;
(41.5ms) TRUNCATE TABLE `likes`;
(41.4ms) TRUNCATE TABLE `mentions`;
(41.3ms) TRUNCATE TABLE `messages`;
(41.3ms) TRUNCATE TABLE `notification_actors`;
(33.1ms) TRUNCATE TABLE `notifications`;
(33.1ms) TRUNCATE TABLE `o_embed_caches`;
(33.1ms) TRUNCATE TABLE `oauth_access_tokens`;
(41.5ms) TRUNCATE TABLE `oauth_authorization_codes`;
(33.2ms) TRUNCATE TABLE `oauth_authorizations`;
(32.9ms) TRUNCATE TABLE `oauth_clients`;
(33.1ms) TRUNCATE TABLE `participations`;
(33.0ms) TRUNCATE TABLE `people`;
(41.4ms) TRUNCATE TABLE `photos`;
(33.1ms) TRUNCATE TABLE `pods`;
(44.2ms) TRUNCATE TABLE `posts`;
(30.4ms) TRUNCATE TABLE `profiles`;
(41.4ms) TRUNCATE TABLE `service_users`;
(33.1ms) TRUNCATE TABLE `services`;
(33.3ms) TRUNCATE TABLE `share_visibilities`;
(32.8ms) TRUNCATE TABLE `tag_followings`;
(33.1ms) TRUNCATE TABLE `taggings`;
(33.1ms) TRUNCATE TABLE `tags`;
(33.1ms) TRUNCATE TABLE `user_preferences`;
(34.4ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.5ms) SELECT @@FOREIGN_KEY_CHECKS
(0.2ms) SET FOREIGN_KEY_CHECKS = 0
(37.9ms) TRUNCATE TABLE `account_deletions`;
(33.2ms) TRUNCATE TABLE `aspect_memberships`;
(33.1ms) TRUNCATE TABLE `aspect_visibilities`;
(33.1ms) TRUNCATE TABLE `aspects`;
(33.1ms) TRUNCATE TABLE `blocks`;
(41.5ms) TRUNCATE TABLE `comments`;
(33.1ms) TRUNCATE TABLE `contacts`;
(32.6ms) TRUNCATE TABLE `conversation_visibilities`;
(33.1ms) TRUNCATE TABLE `conversations`;
(33.1ms) TRUNCATE TABLE `invitation_codes`;
(33.3ms) TRUNCATE TABLE `invitations`;
(41.3ms) TRUNCATE TABLE `likes`;
(33.1ms) TRUNCATE TABLE `mentions`;
(33.2ms) TRUNCATE TABLE `messages`;
(33.0ms) TRUNCATE TABLE `notification_actors`;
(33.1ms) TRUNCATE TABLE `notifications`;
(33.0ms) TRUNCATE TABLE `o_embed_caches`;
(33.1ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.1ms) TRUNCATE TABLE `oauth_authorization_codes`;
(33.1ms) TRUNCATE TABLE `oauth_authorizations`;
(41.5ms) TRUNCATE TABLE `oauth_clients`;
(33.0ms) TRUNCATE TABLE `participations`;
(33.3ms) TRUNCATE TABLE `people`;
(32.9ms) TRUNCATE TABLE `photos`;
(33.1ms) TRUNCATE TABLE `pods`;
(66.6ms) TRUNCATE TABLE `posts`;
(33.0ms) TRUNCATE TABLE `profiles`;
(33.3ms) TRUNCATE TABLE `service_users`;
(32.8ms) TRUNCATE TABLE `services`;
(33.2ms) TRUNCATE TABLE `share_visibilities`;
(41.5ms) TRUNCATE TABLE `tag_followings`;
(33.1ms) TRUNCATE TABLE `taggings`;
(33.1ms) TRUNCATE TABLE `tags`;
(33.1ms) TRUNCATE TABLE `user_preferences`;
(41.7ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.1ms) BEGIN
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'bob@bob.bob' LIMIT 1
(0.5ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'bob' LIMIT 1
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.7ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'bob@localhost:9887' LIMIT 1
(0.2ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob@localhost:9887' LIMIT 1
SQL (0.6ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 01:00:05', 'bob@localhost:9887', 'd5ce37b4bf13f9a3', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 01:00:05', 'http://localhost:9887/')
SQL (0.5ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 01:00:05', NULL, 'Robert5f971d2', 'robert5f971d2 grimm533323c', 'robot', NULL, NULL, NULL, 'Grimm533323c', 'Earth', 0, 1, 1, '2012-03-30 01:00:05')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.7ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 01:00:05', NULL, NULL, 0, 'bob@bob.bob', '$2a$04$evcwLgbWqpJXsyF2bnIAse.ar7Kqd5aWUcFpFN519n7gtUx2Bl/x6', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 01:00:05', 'bob')
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'd5ce37b4bf13f9a3' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob@localhost:9887' AND `people`.`id` != 1) LIMIT 1
(0.6ms) UPDATE `people` SET `owner_id` = 1, `updated_at` = '2012-03-30 01:00:05' WHERE `people`.`id` = 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(38.4ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'd5ce37b4bf13f9a3' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob@localhost:9887' AND `people`.`id` != 1) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.4ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.1ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:05', 'Besties', NULL, '2012-03-30 01:00:05', 1)
(31.7ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:05', 'Unicorns', NULL, '2012-03-30 01:00:05', 1)
(34.7ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.2ms) BEGIN
(0.3ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.1ms) BEGIN
(0.8ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'alice@alice.alice' LIMIT 1
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'alice' LIMIT 1
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'alice@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'alice@localhost:9887' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.2ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'alice@localhost:9887' LIMIT 1
SQL (0.8ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 01:00:05', 'alice@localhost:9887', '284c0a28160b5c8b', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 01:00:05', 'http://localhost:9887/')
SQL (0.5ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 01:00:05', NULL, 'Robert6b70f7d', 'robert6b70f7d grimm6bd3598', 'robot', NULL, NULL, NULL, 'Grimm6bd3598', 'Earth', 0, 2, 1, '2012-03-30 01:00:05')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 01:00:05', NULL, NULL, 0, 'alice@alice.alice', '$2a$04$j9tDuQuClubncue5Z8EqdOHbXUNGU1ZyqI6yZEvmF6jtIaPICGC8m', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 01:00:05', 'alice')
(0.6ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '284c0a28160b5c8b' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'alice@localhost:9887' AND `people`.`id` != 2) LIMIT 1
(0.6ms) UPDATE `people` SET `owner_id` = 2, `updated_at` = '2012-03-30 01:00:05' WHERE `people`.`id` = 2
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(35.7ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '284c0a28160b5c8b' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'alice@localhost:9887' AND `people`.`id` != 2) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.5ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:05', 'Besties', NULL, '2012-03-30 01:00:05', 2)
(40.7ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:05', 'Unicorns', NULL, '2012-03-30 01:00:05', 2)
(34.3ms) COMMIT
User Load (1.0ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'bob@bob.bob' LIMIT 1
Started GET "/integration_sessions?user_id=1" for 127.0.0.1 at 2012-03-29 18:00:05 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"1"}
Rendered features/support/integration_sessions_form.haml (2.3ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=1" for 127.0.0.1 at 2012-03-29 18:00:05 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"1"}
User Load (1.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.3ms) BEGIN
Person Load (1.2ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(1.1ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 01:00:05', `current_sign_in_at` = '2012-03-30 01:00:05', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 01:00:05', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 1
(66.3ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 95ms
Started GET "/" for 127.0.0.1 at 2012-03-29 18:00:05 -0700
Processing by HomeController#show as HTML
User Load (0.9ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 5ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:05 -0700
Processing by StreamsController#multi as HTML
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Person Load (1.2ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Profile Load (1.4ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
Rendered aspects/_aspect_listings.haml (1.0ms)
Rendered tags/_followed_tags_listings.haml (0.9ms)
Aspect Load (1.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Service Load (0.9ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Rendered shared/_public_explain.haml (5.3ms)
Rendered photos/_new_photo.haml (2.6ms)
Rendered shared/_publisher.html.haml (26.6ms)
Rendered aspects/_no_posts_message.haml (0.8ms)
(0.9ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 1
Rendered aspects/_no_contacts_message.haml (1.6ms)
Rendered aspects/_aspect_stream.haml (40.8ms)
Rendered shared/_invitations.haml (1.6ms)
(0.6ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 1
Rendered shared/_right_sections.html.haml (16.8ms)
Rendered layouts/main_stream.html.haml within layouts/application (78.7ms)
(0.7ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 1 AND `notifications`.`unread` = 1
(0.6ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 1)
Completed 200 OK in 121ms (Views: 109.3ms | ActiveRecord: 8.0ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:06 -0700
Processing by StreamsController#multi as JSON
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Aspect Load (1.0ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Person Load (0.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(2.5ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 1 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (1, 2) AND (`posts`.`created_at` < '2012-03-30 01:00:07') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (1, 2) AND (`posts`.`created_at` < '2012-03-30 01:00:07') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Aspect Load (6.8ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Profile Load (2.2ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
Aspect Load (6.2ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (1, 2)
(1.2ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (1, 2)
(2.0ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 01:00:07') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (1.0ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 1 ORDER BY tags.name
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:07') ORDER BY posts.created_at desc LIMIT 15
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:07') ORDER BY posts.created_at desc LIMIT 15
(1.0ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(0.7ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:07') ORDER BY posts.created_at desc LIMIT 15
Block Load (0.8ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 1
Post Load (1.0ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:07') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.8ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 1 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.8ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 1 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 97ms (Views: 1.6ms | ActiveRecord: 29.6ms)
WARNING: Can't mass-assign protected attributes: public, to, author, diaspora_handle
Person Load (1.2ms) SELECT `people`.* FROM `people` WHERE `people`.`diaspora_handle` = 'bob@localhost:9887' LIMIT 1
(0.3ms) BEGIN
(0.7ms) SELECT 1 FROM `posts` WHERE `posts`.`guid` = BINARY '' LIMIT 1
SQL (0.9ms) INSERT INTO `posts` (`actor_url`, `author_id`, `comments_count`, `created_at`, `diaspora_handle`, `frame_name`, `guid`, `image_height`, `image_url`, `image_width`, `interacted_at`, `likes_count`, `o_embed_cache_id`, `objectId`, `object_url`, `pending`, `processed_image`, `provider_display_name`, `public`, `random_string`, `remote_photo_name`, `remote_photo_path`, `reshares_count`, `root_guid`, `status_message_guid`, `text`, `type`, `unprocessed_image`, `updated_at`) VALUES (NULL, 1, 0, '2012-03-30 01:00:06', 'bob@localhost:9887', NULL, 'b17e1b4ce52733cd', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, NULL, 0, NULL, NULL, 'I am da #boss', 'StatusMessage', NULL, '2012-03-30 01:00:06')
SQL (0.9ms) UPDATE `posts` SET `updated_at` = '2012-03-30 01:00:06', `interacted_at` = '2012-03-30 01:00:06' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1
ActsAsTaggableOn::Tag Load (4.3ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
(2.5ms) SELECT 1 FROM `tags` WHERE `tags`.`name` = BINARY 'boss' LIMIT 1
SQL (0.5ms) INSERT INTO `tags` (`name`) VALUES ('boss')
ActsAsTaggableOn::Tag Load (1.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (1.2ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.7ms) SELECT 1 FROM `taggings` WHERE (`taggings`.`tag_id` = BINARY 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`taggable_id` = 1 AND `taggings`.`context` = 'tags' AND `taggings`.`tagger_id` IS NULL AND `taggings`.`tagger_type` IS NULL) LIMIT 1
SQL (0.5ms) INSERT INTO `taggings` (`context`, `created_at`, `tag_id`, `taggable_id`, `taggable_type`, `tagger_id`, `tagger_type`) VALUES ('tags', '2012-03-30 01:00:06', 1, 1, 'Post', NULL, NULL)
(42.3ms) COMMIT
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
(0.2ms) BEGIN
Aspect Load (0.8ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 1 LIMIT 1
SQL (0.4ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (1, '2012-03-30 01:00:06', 1, 'Post', '2012-03-30 01:00:06')
(29.8ms) COMMIT
(0.2ms) BEGIN
Aspect Load (0.9ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 2 LIMIT 1
SQL (0.4ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (2, '2012-03-30 01:00:07', 1, 'Post', '2012-03-30 01:00:07')
(24.9ms) COMMIT
user:1 dispatching StatusMessage:b17e1b4ce52733cd
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
StatusMessage Load (0.9ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1 LIMIT 1
Service Load (0.6ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 1 AND `services`.`type` IS NULL
Person Load (0.7ms) SELECT `people`.* FROM `people` INNER JOIN `contacts` ON `people`.`id` = `contacts`.`person_id` WHERE `contacts`.`user_id` = 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
event=post_to_service type=pubsub sender_handle=bob@localhost:9887
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.7ms) SELECT COUNT(*) FROM `photos` WHERE `photos`.`status_message_guid` = 'b17e1b4ce52733cd'
(0.2ms) BEGIN
(0.8ms) SELECT 1 FROM `posts` WHERE (`posts`.`guid` = BINARY 'b17e1b4ce52733cd' AND `posts`.`id` != 1) LIMIT 1
(0.6ms) UPDATE `posts` SET `created_at` = '2012-03-30 01:00:06', `updated_at` = '2012-03-30 01:00:07' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1
ActsAsTaggableOn::Tag Load (0.6ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
ActsAsTaggableOn::Tag Load (0.9ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(29.0ms) COMMIT
Started GET "/users/sign_out" for 127.0.0.1 at 2012-03-29 18:00:07 -0700
Processing by SessionsController#destroy as HTML
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.2ms) BEGIN
Person Load (0.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(0.6ms) UPDATE `users` SET `updated_at` = '2012-03-30 01:00:07', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 1
(26.4ms) COMMIT
Redirected to http://127.0.0.1:9887/logged_out
Completed 302 Found in 55ms
Started GET "/logged_out" for 127.0.0.1 at 2012-03-29 18:00:07 -0700
Processing by UsersController#logged_out as HTML
Rendered users/logged_out.haml within layouts/application (4.0ms)
Rendered layouts/_header.html.haml (2.0ms)
Completed 200 OK in 43ms (Views: 40.1ms | ActiveRecord: 0.0ms)
User Load (1.6ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'alice@alice.alice' LIMIT 1
Started GET "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 18:00:07 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"2"}
Rendered features/support/integration_sessions_form.haml (2.6ms)
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 18:00:07 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"2"}
User Load (1.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.9ms) BEGIN
Person Load (1.1ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(0.7ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 01:00:07', `current_sign_in_at` = '2012-03-30 01:00:07', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 01:00:07', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 2
(25.4ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 52ms
Started GET "/" for 127.0.0.1 at 2012-03-29 18:00:08 -0700
Processing by HomeController#show as HTML
User Load (1.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 5ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:08 -0700
Processing by StreamsController#multi as HTML
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (1.6ms)
Rendered tags/_followed_tags_listings.haml (1.0ms)
Aspect Load (1.0ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.6ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (5.5ms)
Rendered photos/_new_photo.haml (1.7ms)
Rendered shared/_publisher.html.haml (23.2ms)
Rendered aspects/_no_posts_message.haml (0.4ms)
(0.6ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (1.6ms)
Rendered aspects/_aspect_stream.haml (33.5ms)
Rendered shared/_invitations.haml (2.1ms)
(0.6ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (19.2ms)
Rendered layouts/main_stream.html.haml within layouts/application (71.3ms)
(0.7ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.6ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 113ms (Views: 102.7ms | ActiveRecord: 6.4ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:08 -0700
Processing by StreamsController#multi as JSON
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Aspect Load (1.0ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(2.5ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 2 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 01:00:09') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 2 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 01:00:09') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (4.3ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (2.0ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Aspect Load (14.9ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (3, 4)
(1.0ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (3, 4)
(0.8ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 01:00:09') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (1.0ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
(1.0ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:09') ORDER BY posts.created_at desc LIMIT 15
(1.2ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 2 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:09') ORDER BY posts.created_at desc LIMIT 15
(0.3ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(0.8ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:09') ORDER BY posts.created_at desc LIMIT 15
Block Load (0.8ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
Post Load (1.0ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:09') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.8ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.8ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 100ms (Views: 1.5ms | ActiveRecord: 33.7ms)
Started GET "/people?utf8=%E2%9C%93&q=%23boss" for 127.0.0.1 at 2012-03-29 18:00:09 -0700
Processing by PeopleController#index as HTML
Parameters: {"utf8"=>"✓", "q"=>"#boss"}
User Load (6.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/tags/boss?q=%23boss
Completed 302 Found in 21ms
Started GET "/tags/boss?q=%23boss" for 127.0.0.1 at 2012-03-29 18:00:09 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#boss", "name"=>"boss"}
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.9ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (1.0ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (4.7ms)
Rendered tags/_followed_tags_listings.haml (2.5ms)
(0.6ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.6ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.6ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (8.0ms)
Rendered photos/_new_photo.haml (1.5ms)
Rendered shared/_publisher.html.haml (27.3ms)
Rendered tags/show.haml within layouts/application (59.4ms)
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.4ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.3ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 107ms (Views: 94.4ms | ActiveRecord: 6.8ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 18:00:09 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (3.7ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (3.7ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_a647caa ON posts_taggings_a647caa.taggable_id = posts.id AND posts_taggings_a647caa.taggable_type = 'Post' AND posts_taggings_a647caa.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 01:00:10') ORDER BY posts.created_at desc LIMIT 15
Person Load (1.0ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (1.2ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (1.2ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (0.8ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (0.8ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (0.8ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.9ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'b17e1b4ce52733cd'
Completed 200 OK in 84ms (Views: 4.9ms | ActiveRecord: 16.2ms)
Started POST "/tags/boss/tag_followings" for 127.0.0.1 at 2012-03-29 18:00:10 -0700
Processing by TagFollowingsController#create as HTML
Parameters: {"name"=>"boss"}
User Load (0.9ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (7.0ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.2ms) BEGIN
(0.6ms) SELECT 1 FROM `tag_followings` WHERE (`tag_followings`.`tag_id` = BINARY 1 AND `tag_followings`.`user_id` = 2) LIMIT 1
SQL (0.5ms) INSERT INTO `tag_followings` (`created_at`, `tag_id`, `updated_at`, `user_id`) VALUES ('2012-03-30 01:00:10', 1, '2012-03-30 01:00:10', 2)
(24.5ms) COMMIT
Redirected to http://127.0.0.1:9887/tags/boss?q=%23boss
Completed 302 Found in 59ms
Started GET "/tags/boss?q=%23boss" for 127.0.0.1 at 2012-03-29 18:00:10 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#boss", "name"=>"boss"}
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (0.3ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (3.8ms)
Rendered tags/_followed_tags_listings.haml (1.7ms)
(0.7ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.8ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (7.3ms)
Rendered photos/_new_photo.haml (1.7ms)
Rendered shared/_publisher.html.haml (25.2ms)
Rendered tags/show.haml within layouts/application (56.5ms)
Profile Load (0.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.4ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.3ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 104ms (Views: 94.0ms | ActiveRecord: 5.8ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 18:00:11 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (0.4ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (4.5ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_5d26bfb ON posts_taggings_5d26bfb.taggable_id = posts.id AND posts_taggings_5d26bfb.taggable_type = 'Post' AND posts_taggings_5d26bfb.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 01:00:12') ORDER BY posts.created_at desc LIMIT 15
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (0.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (3.5ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (0.4ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (4.8ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (0.4ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.4ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'b17e1b4ce52733cd'
Completed 200 OK in 87ms (Views: 5.2ms | ActiveRecord: 17.3ms)
Started DELETE "/tags/boss/tag_followings" for 127.0.0.1 at 2012-03-29 18:00:11 -0700
Processing by TagFollowingsController#destroy as HTML
Parameters: {"name"=>"boss"}
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
TagFollowing Load (1.1ms) SELECT `tag_followings`.* FROM `tag_followings` WHERE `tag_followings`.`user_id` = 2 AND `tag_followings`.`tag_id` = 1 LIMIT 1
(0.3ms) BEGIN
SQL (10.2ms) DELETE FROM `tag_followings` WHERE `tag_followings`.`id` = 1
(31.4ms) COMMIT
Redirected to http://127.0.0.1:9887/tags/boss
Completed 302 Found in 63ms
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 18:00:11 -0700
Processing by TagsController#show as HTML
Parameters: {"name"=>"boss"}
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.4ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (0.3ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (5.0ms)
Rendered tags/_followed_tags_listings.haml (1.6ms)
(0.7ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (1.6ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.7ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (6.9ms)
Rendered photos/_new_photo.haml (1.5ms)
Rendered shared/_publisher.html.haml (24.3ms)
Rendered tags/show.haml within layouts/application (57.4ms)
Profile Load (0.6ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.4ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.2ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 103ms (Views: 91.8ms | ActiveRecord: 6.5ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 18:00:12 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (0.4ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (3.9ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_4888814 ON posts_taggings_4888814.taggable_id = posts.id AND posts_taggings_4888814.taggable_type = 'Post' AND posts_taggings_4888814.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 01:00:13') ORDER BY posts.created_at desc LIMIT 15
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (2.1ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (0.4ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (4.3ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (2.1ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (0.4ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.4ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'b17e1b4ce52733cd'
Completed 200 OK in 81ms (Views: 4.7ms | ActiveRecord: 16.2ms)
Started GET "/followed_tags" for 127.0.0.1 at 2012-03-29 18:00:12 -0700
Processing by StreamsController#followed_tags as HTML
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.9ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (1.6ms)
(1.0ms) SELECT COUNT(*) FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2
Rendered tags/_followed_tags_listings.haml (15.4ms)
Aspect Load (0.7ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (10.2ms)
Rendered photos/_new_photo.haml (2.7ms)
Rendered shared/_publisher.html.haml (44.9ms)
Rendered aspects/_no_posts_message.haml (0.8ms)
(0.3ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (4.0ms)
Rendered aspects/_aspect_stream.haml (61.6ms)
Rendered shared/_invitations.haml (3.5ms)
(0.4ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (27.1ms)
Rendered layouts/main_stream.html.haml within layouts/application (133.8ms)
(0.4ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.3ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 198ms (Views: 182.6ms | ActiveRecord: 5.9ms)
Started GET "/followed_tags" for 127.0.0.1 at 2012-03-29 18:00:13 -0700
Processing by StreamsController#followed_tags as JSON
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Block Load (0.2ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (1.4ms) SELECT DISTINCT posts.* FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id WHERE `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 01:00:14') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.3ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.2ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 31ms (Views: 1.7ms | ActiveRecord: 3.8ms)
(0.9ms) SELECT @@FOREIGN_KEY_CHECKS
(0.4ms) SET FOREIGN_KEY_CHECKS = 0
(58.9ms) TRUNCATE TABLE `account_deletions`;
(33.1ms) TRUNCATE TABLE `aspect_memberships`;
(33.0ms) TRUNCATE TABLE `aspect_visibilities`;
(46.0ms) TRUNCATE TABLE `aspects`;
(36.8ms) TRUNCATE TABLE `blocks`;
(33.2ms) TRUNCATE TABLE `comments`;
(33.2ms) TRUNCATE TABLE `contacts`;
(33.0ms) TRUNCATE TABLE `conversation_visibilities`;
(41.4ms) TRUNCATE TABLE `conversations`;
(33.1ms) TRUNCATE TABLE `invitation_codes`;
(33.2ms) TRUNCATE TABLE `invitations`;
(33.3ms) TRUNCATE TABLE `likes`;
(32.8ms) TRUNCATE TABLE `mentions`;
(116.4ms) TRUNCATE TABLE `messages`;
(41.5ms) TRUNCATE TABLE `notification_actors`;
(41.5ms) TRUNCATE TABLE `notifications`;
(41.4ms) TRUNCATE TABLE `o_embed_caches`;
(33.1ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.3ms) TRUNCATE TABLE `oauth_authorization_codes`;
(49.7ms) TRUNCATE TABLE `oauth_authorizations`;
(82.8ms) TRUNCATE TABLE `oauth_clients`;
(99.9ms) TRUNCATE TABLE `participations`;
(74.8ms) TRUNCATE TABLE `people`;
(74.7ms) TRUNCATE TABLE `photos`;
(66.4ms) TRUNCATE TABLE `pods`;
(75.0ms) TRUNCATE TABLE `posts`;
(66.0ms) TRUNCATE TABLE `profiles`;
(49.6ms) TRUNCATE TABLE `service_users`;
(116.4ms) TRUNCATE TABLE `services`;
(41.5ms) TRUNCATE TABLE `share_visibilities`;
(41.5ms) TRUNCATE TABLE `tag_followings`;
(41.5ms) TRUNCATE TABLE `taggings`;
(34.3ms) TRUNCATE TABLE `tags`;
(116.4ms) TRUNCATE TABLE `user_preferences`;
(49.9ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(1.0ms) SELECT @@FOREIGN_KEY_CHECKS
(0.3ms) SET FOREIGN_KEY_CHECKS = 0
(49.7ms) TRUNCATE TABLE `account_deletions`;
(41.5ms) TRUNCATE TABLE `aspect_memberships`;
(41.4ms) TRUNCATE TABLE `aspect_visibilities`;
(99.8ms) TRUNCATE TABLE `aspects`;
(33.3ms) TRUNCATE TABLE `blocks`;
(41.3ms) TRUNCATE TABLE `comments`;
(49.9ms) TRUNCATE TABLE `contacts`;
(35.1ms) TRUNCATE TABLE `conversation_visibilities`;
(114.2ms) TRUNCATE TABLE `conversations`;
(33.1ms) TRUNCATE TABLE `invitation_codes`;
(33.2ms) TRUNCATE TABLE `invitations`;
(41.5ms) TRUNCATE TABLE `likes`;
(41.4ms) TRUNCATE TABLE `mentions`;
(41.5ms) TRUNCATE TABLE `messages`;
(99.8ms) TRUNCATE TABLE `notification_actors`;
(41.5ms) TRUNCATE TABLE `notifications`;
(41.4ms) TRUNCATE TABLE `o_embed_caches`;
(41.4ms) TRUNCATE TABLE `oauth_access_tokens`;
(49.7ms) TRUNCATE TABLE `oauth_authorization_codes`;
(108.1ms) TRUNCATE TABLE `oauth_authorizations`;
(49.8ms) TRUNCATE TABLE `oauth_clients`;
(32.9ms) TRUNCATE TABLE `participations`;
(33.2ms) TRUNCATE TABLE `people`;
(33.1ms) TRUNCATE TABLE `photos`;
(41.5ms) TRUNCATE TABLE `pods`;
(99.9ms) TRUNCATE TABLE `posts`;
(41.2ms) TRUNCATE TABLE `profiles`;
(49.6ms) TRUNCATE TABLE `service_users`;
(41.4ms) TRUNCATE TABLE `services`;
(41.7ms) TRUNCATE TABLE `share_visibilities`;
(107.8ms) TRUNCATE TABLE `tag_followings`;
(49.8ms) TRUNCATE TABLE `taggings`;
(41.5ms) TRUNCATE TABLE `tags`;
(41.3ms) TRUNCATE TABLE `user_preferences`;
(124.9ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.5ms) SELECT @@FOREIGN_KEY_CHECKS
(0.2ms) SET FOREIGN_KEY_CHECKS = 0
(54.4ms) TRUNCATE TABLE `account_deletions`;
(41.6ms) TRUNCATE TABLE `aspect_memberships`;
(33.0ms) TRUNCATE TABLE `aspect_visibilities`;
(49.8ms) TRUNCATE TABLE `aspects`;
(108.1ms) TRUNCATE TABLE `blocks`;
(41.5ms) TRUNCATE TABLE `comments`;
(41.4ms) TRUNCATE TABLE `contacts`;
(41.5ms) TRUNCATE TABLE `conversation_visibilities`;
(41.4ms) TRUNCATE TABLE `conversations`;
(99.1ms) TRUNCATE TABLE `invitation_codes`;
(49.9ms) TRUNCATE TABLE `invitations`;
(41.4ms) TRUNCATE TABLE `likes`;
(41.4ms) TRUNCATE TABLE `mentions`;
(41.5ms) TRUNCATE TABLE `messages`;
(34.3ms) TRUNCATE TABLE `notification_actors`;
(33.1ms) TRUNCATE TABLE `notifications`;
(33.0ms) TRUNCATE TABLE `o_embed_caches`;
(41.4ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.2ms) TRUNCATE TABLE `oauth_authorization_codes`;
(33.3ms) TRUNCATE TABLE `oauth_authorizations`;
(116.4ms) TRUNCATE TABLE `oauth_clients`;
(74.9ms) TRUNCATE TABLE `participations`;
(66.7ms) TRUNCATE TABLE `people`;
(41.4ms) TRUNCATE TABLE `photos`;
(41.3ms) TRUNCATE TABLE `pods`;
(58.1ms) TRUNCATE TABLE `posts`;
(66.4ms) TRUNCATE TABLE `profiles`;
(133.2ms) TRUNCATE TABLE `service_users`;
(208.7ms) TRUNCATE TABLE `services`;
(124.2ms) TRUNCATE TABLE `share_visibilities`;
(50.2ms) TRUNCATE TABLE `tag_followings`;
(40.9ms) TRUNCATE TABLE `taggings`;
(58.1ms) TRUNCATE TABLE `tags`;
(49.8ms) TRUNCATE TABLE `user_preferences`;
(32.8ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.1ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'bob@bob.bob' LIMIT 1
(0.5ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'bob' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'bob@localhost:9887' LIMIT 1
(0.2ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob@localhost:9887' LIMIT 1
SQL (0.5ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 01:00:19', 'bob@localhost:9887', '43ae57fe51388aca', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 01:00:19', 'http://localhost:9887/')
SQL (0.5ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 01:00:19', NULL, 'Robert7d806c8', 'robert7d806c8 grimm7ad435a', 'robot', NULL, NULL, NULL, 'Grimm7ad435a', 'Earth', 0, 1, 1, '2012-03-30 01:00:19')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (12.0ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 01:00:20', NULL, NULL, 0, 'bob@bob.bob', '$2a$04$MV8NmUP7SYfKmtVAEdUdouzXFCdSMawWaCUIWEc9mU.apQVTf6nE.', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 01:00:20', 'bob')
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '43ae57fe51388aca' AND `people`.`id` != 1) LIMIT 1
(0.8ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob@localhost:9887' AND `people`.`id` != 1) LIMIT 1
(0.6ms) UPDATE `people` SET `owner_id` = 1, `updated_at` = '2012-03-30 01:00:20' WHERE `people`.`id` = 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(52.4ms) COMMIT
(0.2ms) BEGIN
(22.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '43ae57fe51388aca' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob@localhost:9887' AND `people`.`id` != 1) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.5ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:20', 'Besties', NULL, '2012-03-30 01:00:20', 1)
(50.0ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:20', 'Unicorns', NULL, '2012-03-30 01:00:20', 1)
(59.0ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.1ms) BEGIN
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'alice@alice.alice' LIMIT 1
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'alice' LIMIT 1
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'alice@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'alice@localhost:9887' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'alice@localhost:9887' LIMIT 1
SQL (0.5ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 01:00:20', 'alice@localhost:9887', '82210f21d5caf165', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 01:00:20', 'http://localhost:9887/')
SQL (0.6ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 01:00:20', NULL, 'Robert843e0b2', 'robert843e0b2 grimm8704167', 'robot', NULL, NULL, NULL, 'Grimm8704167', 'Earth', 0, 2, 1, '2012-03-30 01:00:20')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 01:00:20', NULL, NULL, 0, 'alice@alice.alice', '$2a$04$TK1iJKqBtpHdDY6ND6HC8ufC.afq9STwzXBLN6bZALuDXgL46j5g.', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 01:00:20', 'alice')
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '82210f21d5caf165' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'alice@localhost:9887' AND `people`.`id` != 2) LIMIT 1
(0.6ms) UPDATE `people` SET `owner_id` = 2, `updated_at` = '2012-03-30 01:00:20' WHERE `people`.`id` = 2
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(43.3ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '82210f21d5caf165' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'alice@localhost:9887' AND `people`.`id` != 2) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.1ms) BEGIN
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.5ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.3ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:20', 'Besties', NULL, '2012-03-30 01:00:20', 2)
(43.5ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:20', 'Unicorns', NULL, '2012-03-30 01:00:20', 2)
(51.1ms) COMMIT
User Load (1.2ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'bob@bob.bob' LIMIT 1
Started GET "/integration_sessions?user_id=1" for 127.0.0.1 at 2012-03-29 18:00:21 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"1"}
Rendered features/support/integration_sessions_form.haml (1.5ms)
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=1" for 127.0.0.1 at 2012-03-29 18:00:21 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"1"}
User Load (1.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.3ms) BEGIN
Person Load (1.1ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(1.0ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 01:00:21', `current_sign_in_at` = '2012-03-30 01:00:21', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 01:00:21', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 1
(45.1ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 71ms
Started GET "/" for 127.0.0.1 at 2012-03-29 18:00:21 -0700
Processing by HomeController#show as HTML
User Load (1.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 6ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:21 -0700
Processing by StreamsController#multi as HTML
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Person Load (1.0ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Profile Load (1.0ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
Rendered aspects/_aspect_listings.haml (0.8ms)
Rendered tags/_followed_tags_listings.haml (1.0ms)
Aspect Load (1.0ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Service Load (0.6ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Rendered shared/_public_explain.haml (5.4ms)
Rendered photos/_new_photo.haml (2.6ms)
Rendered shared/_publisher.html.haml (24.3ms)
Rendered aspects/_no_posts_message.haml (0.8ms)
(0.6ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 1
Rendered aspects/_no_contacts_message.haml (1.6ms)
Rendered aspects/_aspect_stream.haml (36.1ms)
Rendered shared/_invitations.haml (1.7ms)
(0.8ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 1
Rendered shared/_right_sections.html.haml (17.1ms)
Rendered layouts/main_stream.html.haml within layouts/application (72.4ms)
(0.8ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 1 AND `notifications`.`unread` = 1
(0.6ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 1)
Completed 200 OK in 116ms (Views: 104.6ms | ActiveRecord: 7.2ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:22 -0700
Processing by StreamsController#multi as JSON
User Load (1.2ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
Aspect Load (13.1ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Person Load (5.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Person Load (10.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Profile Load (0.7ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
(2.3ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 1 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (1, 2) AND (`posts`.`created_at` < '2012-03-30 01:00:23') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (1, 2) AND (`posts`.`created_at` < '2012-03-30 01:00:23') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (3.2ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
Aspect Load (1.2ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (1, 2)
(0.9ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (1, 2)
(0.8ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 01:00:23') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (1.0ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 1 ORDER BY tags.name
(1.1ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:23') ORDER BY posts.created_at desc LIMIT 15
(1.1ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:23') ORDER BY posts.created_at desc LIMIT 15
(1.2ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(4.9ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:23') ORDER BY posts.created_at desc LIMIT 15
Block Load (0.8ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 1
Post Load (0.9ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:23') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.9ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 1 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.9ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 1 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 129ms (Views: 1.7ms | ActiveRecord: 41.1ms)
WARNING: Can't mass-assign protected attributes: public, to, author, diaspora_handle
Person Load (1.3ms) SELECT `people`.* FROM `people` WHERE `people`.`diaspora_handle` = 'bob@localhost:9887' LIMIT 1
(0.3ms) BEGIN
(0.9ms) SELECT 1 FROM `posts` WHERE `posts`.`guid` = BINARY '' LIMIT 1
SQL (0.7ms) INSERT INTO `posts` (`actor_url`, `author_id`, `comments_count`, `created_at`, `diaspora_handle`, `frame_name`, `guid`, `image_height`, `image_url`, `image_width`, `interacted_at`, `likes_count`, `o_embed_cache_id`, `objectId`, `object_url`, `pending`, `processed_image`, `provider_display_name`, `public`, `random_string`, `remote_photo_name`, `remote_photo_path`, `reshares_count`, `root_guid`, `status_message_guid`, `text`, `type`, `unprocessed_image`, `updated_at`) VALUES (NULL, 1, 0, '2012-03-30 01:00:22', 'bob@localhost:9887', NULL, 'ec7024a765a466f7', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, 1, NULL, NULL, NULL, 0, NULL, NULL, 'I am da #boss', 'StatusMessage', NULL, '2012-03-30 01:00:22')
SQL (0.7ms) UPDATE `posts` SET `updated_at` = '2012-03-30 01:00:22', `interacted_at` = '2012-03-30 01:00:22' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1
ActsAsTaggableOn::Tag Load (0.7ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
(0.7ms) SELECT 1 FROM `tags` WHERE `tags`.`name` = BINARY 'boss' LIMIT 1
SQL (0.6ms) INSERT INTO `tags` (`name`) VALUES ('boss')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.7ms) SELECT 1 FROM `taggings` WHERE (`taggings`.`tag_id` = BINARY 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`taggable_id` = 1 AND `taggings`.`context` = 'tags' AND `taggings`.`tagger_id` IS NULL AND `taggings`.`tagger_type` IS NULL) LIMIT 1
SQL (0.5ms) INSERT INTO `taggings` (`context`, `created_at`, `tag_id`, `taggable_id`, `taggable_type`, `tagger_id`, `tagger_type`) VALUES ('tags', '2012-03-30 01:00:22', 1, 1, 'Post', NULL, NULL)
(39.8ms) COMMIT
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 1 ORDER BY order_id ASC
(0.2ms) BEGIN
Aspect Load (0.8ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 1 LIMIT 1
SQL (0.4ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (1, '2012-03-30 01:00:22', 1, 'Post', '2012-03-30 01:00:22')
(30.5ms) COMMIT
(0.2ms) BEGIN
Aspect Load (0.7ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` = 2 LIMIT 1
SQL (0.5ms) INSERT INTO `aspect_visibilities` (`aspect_id`, `created_at`, `shareable_id`, `shareable_type`, `updated_at`) VALUES (2, '2012-03-30 01:00:22', 1, 'Post', '2012-03-30 01:00:22')
(33.5ms) COMMIT
user:1 dispatching StatusMessage:ec7024a765a466f7
User Load (0.6ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
StatusMessage Load (0.9ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1 LIMIT 1
Service Load (0.5ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 1 AND `services`.`type` IS NULL
Person Load (0.7ms) SELECT `people`.* FROM `people` INNER JOIN `contacts` ON `people`.`id` = `contacts`.`person_id` WHERE `contacts`.`user_id` = 1
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
event=post_to_service type=pubsub sender_handle=bob@localhost:9887
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.6ms) SELECT COUNT(*) FROM `photos` WHERE `photos`.`status_message_guid` = 'ec7024a765a466f7'
(0.3ms) BEGIN
(0.7ms) SELECT 1 FROM `posts` WHERE (`posts`.`guid` = BINARY 'ec7024a765a466f7' AND `posts`.`id` != 1) LIMIT 1
(0.6ms) UPDATE `posts` SET `created_at` = '2012-03-30 01:00:21', `updated_at` = '2012-03-30 01:00:22' WHERE `posts`.`type` IN ('StatusMessage') AND `posts`.`id` = 1
ActsAsTaggableOn::Tag Load (0.6ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
ActsAsTaggableOn::Tag Load (0.9ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Post' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(31.1ms) COMMIT
Started GET "/users/sign_out" for 127.0.0.1 at 2012-03-29 18:00:22 -0700
Processing by SessionsController#destroy as HTML
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1
(0.3ms) BEGIN
Person Load (0.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
(0.7ms) UPDATE `users` SET `updated_at` = '2012-03-30 01:00:22', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 1
(32.1ms) COMMIT
Redirected to http://127.0.0.1:9887/logged_out
Completed 302 Found in 61ms
Started GET "/logged_out" for 127.0.0.1 at 2012-03-29 18:00:22 -0700
Processing by UsersController#logged_out as HTML
Rendered users/logged_out.haml within layouts/application (3.1ms)
Rendered layouts/_header.html.haml (2.2ms)
Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.0ms)
User Load (1.4ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'alice@alice.alice' LIMIT 1
Started GET "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 18:00:23 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"2"}
Rendered features/support/integration_sessions_form.haml (2.6ms)
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 18:00:23 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"2"}
User Load (1.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.3ms) BEGIN
Person Load (1.1ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(0.8ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 01:00:23', `current_sign_in_at` = '2012-03-30 01:00:23', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 01:00:23', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 2
(311.8ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 339ms
Started GET "/" for 127.0.0.1 at 2012-03-29 18:00:24 -0700
Processing by HomeController#show as HTML
User Load (1.2ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 14ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:24 -0700
Processing by StreamsController#multi as HTML
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (1.0ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (0.9ms)
Rendered tags/_followed_tags_listings.haml (0.9ms)
Aspect Load (1.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.7ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (5.3ms)
Rendered photos/_new_photo.haml (1.6ms)
Rendered shared/_publisher.html.haml (26.6ms)
Rendered aspects/_no_posts_message.haml (0.4ms)
(0.6ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (1.7ms)
Rendered aspects/_aspect_stream.haml (39.1ms)
Rendered shared/_invitations.haml (1.7ms)
(0.9ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (26.7ms)
Rendered layouts/main_stream.html.haml within layouts/application (82.9ms)
(0.7ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.6ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 136ms (Views: 124.8ms | ActiveRecord: 7.3ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:24 -0700
Processing by StreamsController#multi as JSON
User Load (1.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Aspect Load (25.2ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (0.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Person Load (6.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.6ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(2.7ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 2 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 01:00:26') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 2 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (3, 4) AND (`posts`.`created_at` < '2012-03-30 01:00:26') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (1.2ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Aspect Load (1.2ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (3, 4)
(5.9ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (3, 4)
(0.8ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 01:00:26') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (1.0ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
(1.3ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:26') ORDER BY posts.created_at desc LIMIT 15
(1.3ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 2 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:26') ORDER BY posts.created_at desc LIMIT 15
(0.4ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(0.8ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:26') ORDER BY posts.created_at desc LIMIT 15
Block Load (0.8ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
Post Load (1.3ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:26') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.7ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.9ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 478ms (Views: 1.6ms | ActiveRecord: 47.4ms)
Started GET "/people?utf8=%E2%9C%93&q=%23boss" for 127.0.0.1 at 2012-03-29 18:00:25 -0700
Processing by PeopleController#index as HTML
Parameters: {"utf8"=>"✓", "q"=>"#boss"}
User Load (2.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/tags/boss?q=%23boss
Completed 302 Found in 21ms
Started GET "/tags/boss?q=%23boss" for 127.0.0.1 at 2012-03-29 18:00:25 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#boss", "name"=>"boss"}
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(1.1ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (1.0ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (4.3ms)
Rendered tags/_followed_tags_listings.haml (1.8ms)
(0.8ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.6ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (7.8ms)
Rendered photos/_new_photo.haml (1.6ms)
Rendered shared/_publisher.html.haml (28.9ms)
Rendered tags/show.haml within layouts/application (61.7ms)
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.2ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 107ms (Views: 95.6ms | ActiveRecord: 6.8ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 18:00:26 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.9ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (3.4ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (7.7ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_7eaba27 ON posts_taggings_7eaba27.taggable_id = posts.id AND posts_taggings_7eaba27.taggable_type = 'Post' AND posts_taggings_7eaba27.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 01:00:27') ORDER BY posts.created_at desc LIMIT 15
Person Load (1.1ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (1.4ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (0.9ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (0.9ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (1.0ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (10.9ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.9ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'ec7024a765a466f7'
Completed 200 OK in 93ms (Views: 5.4ms | ActiveRecord: 30.3ms)
Started POST "/tags/boss/tag_followings" for 127.0.0.1 at 2012-03-29 18:00:26 -0700
Processing by TagFollowingsController#create as HTML
Parameters: {"name"=>"boss"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.4ms) BEGIN
(0.7ms) SELECT 1 FROM `tag_followings` WHERE (`tag_followings`.`tag_id` = BINARY 1 AND `tag_followings`.`user_id` = 2) LIMIT 1
SQL (0.6ms) INSERT INTO `tag_followings` (`created_at`, `tag_id`, `updated_at`, `user_id`) VALUES ('2012-03-30 01:00:26', 1, '2012-03-30 01:00:26', 2)
(36.8ms) COMMIT
Redirected to http://127.0.0.1:9887/tags/boss?q=%23boss
Completed 302 Found in 62ms
Started GET "/tags/boss?q=%23boss" for 127.0.0.1 at 2012-03-29 18:00:26 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#boss", "name"=>"boss"}
User Load (0.6ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE)
Person Load (0.5ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'boss' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Rendered people/_index.html.haml (4.3ms)
Rendered tags/_followed_tags_listings.haml (2.3ms)
(0.9ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'boss' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'boss' LIMIT 1
(0.7ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.4ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (8.2ms)
Rendered photos/_new_photo.haml (1.5ms)
Rendered shared/_publisher.html.haml (26.1ms)
Rendered tags/show.haml within layouts/application (56.6ms)
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.3ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 102ms (Views: 92.6ms | ActiveRecord: 5.4ms)
Started GET "/tags/boss" for 127.0.0.1 at 2012-03-29 18:00:27 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"boss"}
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'boss' ESCAPE '!')
Block Load (0.4ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (4.3ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_4e35f19 ON posts_taggings_4e35f19.taggable_id = posts.id AND posts_taggings_4e35f19.taggable_type = 'Post' AND posts_taggings_4e35f19.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 01:00:28') ORDER BY posts.created_at desc LIMIT 15
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (4.0ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (0.3ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (0.4ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (2.4ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (0.3ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (5.8ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'ec7024a765a466f7'
Completed 200 OK in 96ms (Views: 4.8ms | ActiveRecord: 20.2ms)
Started GET "/followed_tags" for 127.0.0.1 at 2012-03-29 18:00:27 -0700
Processing by StreamsController#followed_tags as HTML
User Load (2.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.7ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.6ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (1.5ms)
(1.0ms) SELECT COUNT(*) FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2
ActsAsTaggableOn::Tag Load (1.1ms) SELECT `tags`.* FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
Rendered tags/_followed_tags_listings.haml (30.9ms)
Aspect Load (0.7ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (8.2ms)
Rendered photos/_new_photo.haml (2.1ms)
Rendered shared/_publisher.html.haml (33.2ms)
Rendered aspects/_no_posts_message.haml (0.6ms)
(0.4ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (2.2ms)
Rendered aspects/_aspect_stream.haml (48.4ms)
Rendered shared/_invitations.haml (2.7ms)
(0.4ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (26.1ms)
Rendered layouts/main_stream.html.haml within layouts/application (128.3ms)
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.2ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 174ms (Views: 158.1ms | ActiveRecord: 8.6ms)
Started GET "/followed_tags" for 127.0.0.1 at 2012-03-29 18:00:28 -0700
Processing by StreamsController#followed_tags as JSON
User Load (4.2ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.4ms) SELECT `tags`.* FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Block Load (0.3ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (3.8ms) SELECT DISTINCT posts.* FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id WHERE `tags`.`id` IN (1) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 01:00:29') ORDER BY posts.created_at desc LIMIT 15
Person Load (1.1ms) SELECT `people`.* FROM `people` WHERE `people`.`id` IN (1)
Profile Load (7.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` IN (1)
Mention Load (0.5ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` IN (1)
Like Load (1.6ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (1) AND `likes`.`target_type` = 'Post'
Participation Load (0.9ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (1) AND `participations`.`target_type` = 'Post'
Mention Load (0.5ms) SELECT `mentions`.* FROM `mentions` WHERE `mentions`.`post_id` = 1
Photo Load (0.4ms) SELECT `photos`.* FROM `photos` WHERE `photos`.`status_message_guid` = 'ec7024a765a466f7'
Completed 200 OK in 92ms (Views: 4.5ms | ActiveRecord: 22.4ms)
Started GET "/tags/boss/tag_followings?remote=true" for 127.0.0.1 at 2012-03-29 18:00:29 -0700
(0.6ms) SELECT @@FOREIGN_KEY_CHECKS
(0.3ms) SET FOREIGN_KEY_CHECKS = 0
(34.4ms) TRUNCATE TABLE `account_deletions`;
(41.3ms) TRUNCATE TABLE `aspect_memberships`;
(41.4ms) TRUNCATE TABLE `aspect_visibilities`;
(41.5ms) TRUNCATE TABLE `aspects`;
(41.4ms) TRUNCATE TABLE `blocks`;
(41.5ms) TRUNCATE TABLE `comments`;
(41.5ms) TRUNCATE TABLE `contacts`;
(41.5ms) TRUNCATE TABLE `conversation_visibilities`;
(41.3ms) TRUNCATE TABLE `conversations`;
(33.1ms) TRUNCATE TABLE `invitation_codes`;
(41.6ms) TRUNCATE TABLE `invitations`;
(41.4ms) TRUNCATE TABLE `likes`;
(41.5ms) TRUNCATE TABLE `mentions`;
(41.1ms) TRUNCATE TABLE `messages`;
(41.4ms) TRUNCATE TABLE `notification_actors`;
(33.3ms) TRUNCATE TABLE `notifications`;
(32.9ms) TRUNCATE TABLE `o_embed_caches`;
(41.4ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.2ms) TRUNCATE TABLE `oauth_authorization_codes`;
(33.1ms) TRUNCATE TABLE `oauth_authorizations`;
(33.1ms) TRUNCATE TABLE `oauth_clients`;
(32.8ms) TRUNCATE TABLE `participations`;
(33.2ms) TRUNCATE TABLE `people`;
(33.0ms) TRUNCATE TABLE `photos`;
(33.1ms) TRUNCATE TABLE `pods`;
(33.2ms) TRUNCATE TABLE `posts`;
(33.1ms) TRUNCATE TABLE `profiles`;
(33.1ms) TRUNCATE TABLE `service_users`;
(33.1ms) TRUNCATE TABLE `services`;
(41.5ms) TRUNCATE TABLE `share_visibilities`;
(33.0ms) TRUNCATE TABLE `tag_followings`;
(33.1ms) TRUNCATE TABLE `taggings`;
(33.0ms) TRUNCATE TABLE `tags`;
(33.1ms) TRUNCATE TABLE `user_preferences`;
(41.6ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.6ms) SELECT @@FOREIGN_KEY_CHECKS
(0.3ms) SET FOREIGN_KEY_CHECKS = 0
(33.0ms) TRUNCATE TABLE `account_deletions`;
(32.9ms) TRUNCATE TABLE `aspect_memberships`;
(33.2ms) TRUNCATE TABLE `aspect_visibilities`;
(33.1ms) TRUNCATE TABLE `aspects`;
(33.0ms) TRUNCATE TABLE `blocks`;
(41.5ms) TRUNCATE TABLE `comments`;
(33.1ms) TRUNCATE TABLE `contacts`;
(33.1ms) TRUNCATE TABLE `conversation_visibilities`;
(33.1ms) TRUNCATE TABLE `conversations`;
(33.0ms) TRUNCATE TABLE `invitation_codes`;
(33.2ms) TRUNCATE TABLE `invitations`;
(41.4ms) TRUNCATE TABLE `likes`;
(37.0ms) TRUNCATE TABLE `mentions`;
(33.1ms) TRUNCATE TABLE `messages`;
(33.1ms) TRUNCATE TABLE `notification_actors`;
(33.3ms) TRUNCATE TABLE `notifications`;
(32.9ms) TRUNCATE TABLE `o_embed_caches`;
(33.2ms) TRUNCATE TABLE `oauth_access_tokens`;
(32.8ms) TRUNCATE TABLE `oauth_authorization_codes`;
(41.5ms) TRUNCATE TABLE `oauth_authorizations`;
(409.0ms) TRUNCATE TABLE `oauth_clients`;
(57.5ms) TRUNCATE TABLE `participations`;
(41.1ms) TRUNCATE TABLE `people`;
(41.3ms) TRUNCATE TABLE `photos`;
(41.4ms) TRUNCATE TABLE `pods`;
(41.4ms) TRUNCATE TABLE `posts`;
(49.6ms) TRUNCATE TABLE `profiles`;
(41.3ms) TRUNCATE TABLE `service_users`;
(41.3ms) TRUNCATE TABLE `services`;
(41.4ms) TRUNCATE TABLE `share_visibilities`;
(41.3ms) TRUNCATE TABLE `tag_followings`;
(49.8ms) TRUNCATE TABLE `taggings`;
(41.2ms) TRUNCATE TABLE `tags`;
(41.3ms) TRUNCATE TABLE `user_preferences`;
(41.5ms) TRUNCATE TABLE `users`;
(1.5ms) SET FOREIGN_KEY_CHECKS = 1
(0.5ms) SELECT @@FOREIGN_KEY_CHECKS
(0.2ms) SET FOREIGN_KEY_CHECKS = 0
(156.7ms) TRUNCATE TABLE `account_deletions`;
(54.8ms) TRUNCATE TABLE `aspect_memberships`;
(28.0ms) TRUNCATE TABLE `aspect_visibilities`;
(33.1ms) TRUNCATE TABLE `aspects`;
(33.1ms) TRUNCATE TABLE `blocks`;
(33.2ms) TRUNCATE TABLE `comments`;
(33.0ms) TRUNCATE TABLE `contacts`;
(33.2ms) TRUNCATE TABLE `conversation_visibilities`;
(33.1ms) TRUNCATE TABLE `conversations`;
(33.1ms) TRUNCATE TABLE `invitation_codes`;
(33.2ms) TRUNCATE TABLE `invitations`;
(33.2ms) TRUNCATE TABLE `likes`;
(33.1ms) TRUNCATE TABLE `mentions`;
(33.1ms) TRUNCATE TABLE `messages`;
(33.2ms) TRUNCATE TABLE `notification_actors`;
(33.1ms) TRUNCATE TABLE `notifications`;
(33.1ms) TRUNCATE TABLE `o_embed_caches`;
(33.1ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.1ms) TRUNCATE TABLE `oauth_authorization_codes`;
(33.2ms) TRUNCATE TABLE `oauth_authorizations`;
(33.1ms) TRUNCATE TABLE `oauth_clients`;
(33.0ms) TRUNCATE TABLE `participations`;
(33.2ms) TRUNCATE TABLE `people`;
(33.1ms) TRUNCATE TABLE `photos`;
(33.1ms) TRUNCATE TABLE `pods`;
(34.5ms) TRUNCATE TABLE `posts`;
(32.9ms) TRUNCATE TABLE `profiles`;
(33.1ms) TRUNCATE TABLE `service_users`;
(33.3ms) TRUNCATE TABLE `services`;
(33.1ms) TRUNCATE TABLE `share_visibilities`;
(32.9ms) TRUNCATE TABLE `tag_followings`;
(33.1ms) TRUNCATE TABLE `taggings`;
(33.1ms) TRUNCATE TABLE `tags`;
(33.1ms) TRUNCATE TABLE `user_preferences`;
(33.2ms) TRUNCATE TABLE `users`;
(0.3ms) SET FOREIGN_KEY_CHECKS = 1
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.1ms) BEGIN
(0.2ms) COMMIT
(0.1ms) BEGIN
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'samuel_beckett@example.com' LIMIT 1
(0.5ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'samuel_beckett' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.7ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'samuel_beckett@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'samuel_beckett@localhost:9887' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'samuel_beckett@localhost:9887' LIMIT 1
SQL (0.5ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 01:00:36', 'samuel_beckett@localhost:9887', 'e971022806b5c369', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 01:00:36', 'http://localhost:9887/')
SQL (0.5ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 01:00:36', NULL, 'Robert9fb7e1a', 'robert9fb7e1a grimm91a9138', 'robot', NULL, NULL, NULL, 'Grimm91a9138', 'Earth', 0, 1, 1, '2012-03-30 01:00:36')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.8ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 01:00:36', NULL, NULL, 0, 'samuel_beckett@example.com', '$2a$04$UO7nXv4f8izUi4XeildsZ.iAlbP3IbjzKfEmfxGYhcgBrDwbNZPXO', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 01:00:36', 'samuel_beckett')
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'e971022806b5c369' AND `people`.`id` != 1) LIMIT 1
(0.6ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'samuel_beckett@localhost:9887' AND `people`.`id` != 1) LIMIT 1
(0.8ms) UPDATE `people` SET `owner_id` = 1, `updated_at` = '2012-03-30 01:00:36' WHERE `people`.`id` = 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(31.5ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY 'e971022806b5c369' AND `people`.`id` != 1) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'samuel_beckett@localhost:9887' AND `people`.`id` != 1) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.3ms) COMMIT
(0.2ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Besties') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.5ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:36', 'Besties', NULL, '2012-03-30 01:00:36', 1)
(31.9ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('Unicorns') AND `aspects`.`user_id` = 1) LIMIT 1
SQL (0.4ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:36', 'Unicorns', NULL, '2012-03-30 01:00:36', 1)
(34.2ms) COMMIT
(0.2ms) BEGIN
(0.6ms) UPDATE `profiles` SET `first_name` = 'Samuel', `last_name` = 'Beckett', `full_name` = 'samuel beckett', `updated_at` = '2012-03-30 01:00:37' WHERE `profiles`.`id` = 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(35.7ms) COMMIT
User Load (1.0ms) SELECT `users`.* FROM `users` WHERE `users`.`username` = 'samuel_beckett' LIMIT 1
Person Load (0.9ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 1 LIMIT 1
Profile Load (0.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
(0.2ms) BEGIN
ActsAsTaggableOn::Tag Load (0.6ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'rockstar' ESCAPE '!')
(0.8ms) SELECT 1 FROM `tags` WHERE `tags`.`name` = BINARY 'rockstar' LIMIT 1
SQL (0.4ms) INSERT INTO `tags` (`name`) VALUES ('rockstar')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.6ms) SELECT 1 FROM `taggings` WHERE (`taggings`.`tag_id` = BINARY 1 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`taggable_id` = 1 AND `taggings`.`context` = 'tags' AND `taggings`.`tagger_id` IS NULL AND `taggings`.`tagger_type` IS NULL) LIMIT 1
SQL (0.4ms) INSERT INTO `taggings` (`context`, `created_at`, `tag_id`, `taggable_id`, `taggable_type`, `tagger_id`, `tagger_type`) VALUES ('tags', '2012-03-30 01:00:37', 1, 1, 'Profile', NULL, NULL)
(36.7ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.1ms) COMMIT
(0.1ms) BEGIN
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`email` = BINARY 'bob1f6128c@pivotallabs.com' LIMIT 1
(0.6ms) SELECT 1 FROM `users` WHERE `users`.`username` = BINARY 'bob1a6f531' LIMIT 1
(0.6ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags')
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` IS NULL AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
(0.7ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob1a6f531@localhost:9887' LIMIT 1
(0.5ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = 'bob1a6f531@localhost:9887' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`guid` = BINARY '' LIMIT 1
(0.3ms) SELECT 1 FROM `people` WHERE `people`.`diaspora_handle` = BINARY 'bob1a6f531@localhost:9887' LIMIT 1
SQL (0.5ms) INSERT INTO `people` (`closed_account`, `created_at`, `diaspora_handle`, `guid`, `owner_id`, `serialized_public_key`, `updated_at`, `url`) VALUES (0, '2012-03-30 01:00:37', 'bob1a6f531@localhost:9887', '75005633deb10499', NULL, '-----BEGIN RSA PUBLIC KEY-----\nMIGJAoGBALn5rvjP2TzSEXoQs5Jve5mllm3GqfsgocCVO7JjMamgPYT6J1e96U23\n1EiaAxatQMESd9AhwOEDzJobepyjy8I3u1YbwWb5yc3M/BlZQrkFFQH+O7Jot/7c\nJeehZEqfx7fPdmJwXxgyxGKQfKlWlXC6uy+ARDMfjoVJfdnC42dJAgMBAAE=\n-----END RSA PUBLIC KEY-----\n', '2012-03-30 01:00:37', 'http://localhost:9887/')
SQL (0.5ms) INSERT INTO `profiles` (`bio`, `birthday`, `created_at`, `diaspora_handle`, `first_name`, `full_name`, `gender`, `image_url`, `image_url_medium`, `image_url_small`, `last_name`, `location`, `nsfw`, `person_id`, `searchable`, `updated_at`) VALUES ('I am a cat lover and I love to run', '2012-03-29', '2012-03-30 01:00:37', NULL, 'Robert1001025c', 'robert1001025c grimm10fb93ea', 'robot', NULL, NULL, NULL, 'Grimm10fb93ea', 'Earth', 0, 2, 1, '2012-03-30 01:00:37')
ActsAsTaggableOn::Tag Load (1.0ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.6ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
SQL (0.7ms) INSERT INTO `users` (`authentication_token`, `auto_follow_back`, `auto_follow_back_aspect_id`, `confirm_email_token`, `created_at`, `current_sign_in_at`, `current_sign_in_ip`, `disable_mail`, `email`, `encrypted_password`, `getting_started`, `hidden_shareables`, `invitation_identifier`, `invitation_limit`, `invitation_sent_at`, `invitation_service`, `invitation_token`, `invited_by_id`, `invited_by_type`, `language`, `last_sign_in_at`, `last_sign_in_ip`, `locked_at`, `remember_created_at`, `remember_token`, `reset_password_token`, `serialized_private_key`, `show_community_spotlight_in_stream`, `sign_in_count`, `unconfirmed_email`, `updated_at`, `username`) VALUES (NULL, 0, NULL, NULL, '2012-03-30 01:00:37', NULL, NULL, 0, 'bob1f6128c@pivotallabs.com', '$2a$04$6z5YiFHC9PZ/WuMG2QEPveWAkE5Tc7pYlxrKTXgsp5TDUuZShnmve', 0, '--- {}\n\n', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'en', NULL, NULL, NULL, NULL, NULL, NULL, '-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQC5+a74z9k80hF6ELOSb3uZpZZtxqn7IKHAlTuyYzGpoD2E+idX\nvelNt9RImgMWrUDBEnfQIcDhA8yaG3qco8vCN7tWG8Fm+cnNzPwZWUK5BRUB/juy\naLf+3CXnoWRKn8e3z3ZicF8YMsRikHypVpVwursvgEQzH46FSX3ZwuNnSQIDAQAB\nAoGBAIGmRwy+GbwE1po6OnXDsm8SuSQeczHXNeyEHPHnpR+Tzk999R9+Db9YgG18\nsNqGPbZboZs/bK9xbpmgvoGkzs6N0lD/8QAj8DkHW4Xt3+je+Y6AMjIXR+Oa8Etx\nKrkb705F8w4BO1gp4PdkRwfxVP6GN4M0LFd7aTku/cdBpA3hAkEA6/lQ4G9meF//\nrIJig4XvKVpTV+vMnYif8rDMTYI2fAMY+JLyl2o3PJA1KtYFLKgt4yIUmw6xEeyX\n2kCXHWu3gwJBAMnCHd+M/gMukAAs5eTmkrqW4W1snj5U1DSEzgozJ97eVo0CE1kP\nocXgE7ozgUmLz4hEd04xivmXaZnI5waWIEMCQC3Pif74QYlvAaDI8z0bXFHH4lQ4\nR9HxezPPVOpbNB6hL1DanlP839pXGKtHP1vrDnWA4UU09fVH3DcXwP6KMecCQE+D\n/swNQEs2vbAkAdMOAIQjVOMQbOl5+0xbjuy8LpmKnSfjyoZOP97BqmS3SdwXiwpU\nmYSqx/AIeakPYeXZowsCQAgXs55paoqyNHMyQ8hjMMtxah2q5DK85ih5UtHXIcq4\noc2cEz3H5BBIKWfwTao6Zwncx3A11hjSW9lv9q3w4mg=\n-----END RSA PRIVATE KEY-----\n', 1, 0, NULL, '2012-03-30 01:00:37', 'bob1a6f531')
(0.6ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '75005633deb10499' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob1a6f531@localhost:9887' AND `people`.`id` != 2) LIMIT 1
(0.6ms) UPDATE `people` SET `owner_id` = 2, `updated_at` = '2012-03-30 01:00:37' WHERE `people`.`id` = 2
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(35.5ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`guid` = BINARY '75005633deb10499' AND `people`.`id` != 2) LIMIT 1
(0.7ms) SELECT 1 FROM `people` WHERE (`people`.`diaspora_handle` = BINARY 'bob1a6f531@localhost:9887' AND `people`.`id` != 2) LIMIT 1
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.4ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.1ms) BEGIN
ActsAsTaggableOn::Tag Load (0.3ms) SELECT `tags`.* FROM `tags` INNER JOIN `taggings` ON `tags`.`id` = `taggings`.`tag_id` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)
ActsAsTaggableOn::Tagging Load (0.3ms) SELECT `taggings`.* FROM `taggings` WHERE `taggings`.`taggable_id` = 2 AND `taggings`.`taggable_type` = 'Profile' AND `taggings`.`tagger_type` IS NULL AND `taggings`.`tagger_id` IS NULL AND `taggings`.`context` = 'tags' AND `taggings`.`tag_id` IN (NULL)
(0.2ms) COMMIT
(0.2ms) BEGIN
(0.7ms) SELECT 1 FROM `aspects` WHERE (LOWER(`aspects`.`name`) = LOWER('generic') AND `aspects`.`user_id` = 2) LIMIT 1
SQL (0.5ms) INSERT INTO `aspects` (`contacts_visible`, `created_at`, `name`, `order_id`, `updated_at`, `user_id`) VALUES (1, '2012-03-30 01:00:37', 'generic', NULL, '2012-03-30 01:00:37', 2)
(37.4ms) COMMIT
Started GET "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 18:00:37 -0700
Processing by IntegrationSessionsController#new as HTML
Parameters: {"user_id"=>"2"}
Rendered features/support/integration_sessions_form.haml (3.0ms)
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
Started POST "/integration_sessions?user_id=2" for 127.0.0.1 at 2012-03-29 18:00:37 -0700
Processing by IntegrationSessionsController#create as HTML
Parameters: {"user_id"=>"2"}
User Load (3.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.3ms) BEGIN
Person Load (1.2ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(0.6ms) UPDATE `users` SET `last_sign_in_at` = '2012-03-30 01:00:37', `current_sign_in_at` = '2012-03-30 01:00:37', `last_sign_in_ip` = '127.0.0.1', `current_sign_in_ip` = '127.0.0.1', `sign_in_count` = 1, `updated_at` = '2012-03-30 01:00:37', `hidden_shareables` = '--- {}\n\n' WHERE `users`.`id` = 2
(36.2ms) COMMIT
Redirected to http://127.0.0.1:9887/
Completed 302 Found in 63ms
Started GET "/" for 127.0.0.1 at 2012-03-29 18:00:37 -0700
Processing by HomeController#show as HTML
User Load (1.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/stream
Completed 302 Found in 5ms
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:37 -0700
Processing by StreamsController#multi as HTML
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.8ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.9ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (1.3ms)
Rendered tags/_followed_tags_listings.haml (1.1ms)
Aspect Load (1.0ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.6ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (5.2ms)
Rendered photos/_new_photo.haml (1.5ms)
Rendered shared/_publisher.html.haml (22.3ms)
Rendered aspects/_no_posts_message.haml (0.5ms)
(0.7ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (1.6ms)
Rendered aspects/_aspect_stream.haml (34.3ms)
Rendered shared/_invitations.haml (1.7ms)
(0.8ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (18.4ms)
Rendered layouts/main_stream.html.haml within layouts/application (71.9ms)
(0.7ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.6ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 116ms (Views: 105.9ms | ActiveRecord: 6.6ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:38 -0700
Processing by StreamsController#multi as JSON
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Aspect Load (1.6ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (1.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(6.3ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 2 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (3) AND (`posts`.`created_at` < '2012-03-30 01:00:39') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 2 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (3) AND (`posts`.`created_at` < '2012-03-30 01:00:39') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Aspect Load (1.3ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (3)
(5.1ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (3)
(0.8ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 01:00:39') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (0.8ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
(1.1ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:39') ORDER BY posts.created_at desc LIMIT 15
(1.1ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 2 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:39') ORDER BY posts.created_at desc LIMIT 15
(0.7ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(1.2ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:39') ORDER BY posts.created_at desc LIMIT 15
Block Load (15.3ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
Post Load (3.7ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:39') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.8ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (4.7ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 123ms (Views: 1.2ms | ActiveRecord: 47.4ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:38 -0700
Processing by StreamsController#multi as HTML
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
Rendered aspects/_aspect_listings.haml (0.8ms)
Rendered tags/_followed_tags_listings.haml (1.2ms)
Aspect Load (0.5ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.4ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (8.2ms)
Rendered photos/_new_photo.haml (2.8ms)
Rendered shared/_publisher.html.haml (31.3ms)
Rendered aspects/_no_posts_message.haml (0.5ms)
(0.3ms) SELECT COUNT(*) FROM `contacts` WHERE `contacts`.`user_id` = 2
Rendered aspects/_no_contacts_message.haml (2.3ms)
Rendered aspects/_aspect_stream.haml (42.4ms)
Rendered shared/_invitations.haml (1.6ms)
(0.3ms) SELECT COUNT(*) FROM `oauth_authorizations` WHERE `oauth_authorizations`.`resource_owner_id` = 2
Rendered shared/_right_sections.html.haml (16.0ms)
Rendered layouts/main_stream.html.haml within layouts/application (74.8ms)
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.2ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 128ms (Views: 108.0ms | ActiveRecord: 3.7ms)
Started GET "/stream" for 127.0.0.1 at 2012-03-29 18:00:39 -0700
Processing by StreamsController#multi as JSON
User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Aspect Load (0.4ms) SELECT `aspects`.id FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Person Load (0.6ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
(2.9ms) (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `share_visibilities` ON `share_visibilities`.`shareable_id` = `posts`.`id` AND `share_visibilities`.`shareable_type` = 'Post' INNER JOIN `contacts` ON `contacts`.`id` = `share_visibilities`.`contact_id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `posts`.`pending` = 0 AND `share_visibilities`.`hidden` = 0 AND `contacts`.`user_id` = 2 AND `contacts`.`receiving` = 1 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_memberships`.`aspect_id` IN (3) AND (`posts`.`created_at` < '2012-03-30 01:00:40') ORDER BY posts.created_at DESC LIMIT 15) UNION ALL (SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` INNER JOIN `aspect_visibilities` ON `aspect_visibilities`.`shareable_id` = `posts`.`id` AND `aspect_visibilities`.`shareable_type` = 'Post' WHERE `posts`.`author_id` = 2 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND `aspect_visibilities`.`aspect_id` IN (3) AND (`posts`.`created_at` < '2012-03-30 01:00:40') ORDER BY posts.created_at DESC LIMIT 15) ORDER BY created_at DESC LIMIT 15
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Aspect Load (5.2ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`id` IN (3)
(2.1ms) SELECT people.id FROM `people` INNER JOIN `contacts` ON `contacts`.`person_id` = `people`.`id` INNER JOIN `aspect_memberships` ON `aspect_memberships`.`contact_id` = `contacts`.`id` WHERE `aspect_memberships`.`aspect_id` IN (3)
(7.4ms) SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM `posts` WHERE `posts`.`author_id` IN (NULL) AND `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (`posts`.`created_at` < '2012-03-30 01:00:40') ORDER BY posts.created_at DESC
ActsAsTaggableOn::Tag Load (4.1ms) SELECT `tags`.id FROM `tags` INNER JOIN `tag_followings` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tag_followings`.`user_id` = 2 ORDER BY tags.name
(1.1ms) SELECT posts.id FROM `posts` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `posts`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Post' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `tags`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:40') ORDER BY posts.created_at desc LIMIT 15
(1.0ms) SELECT posts.id FROM `posts` INNER JOIN `mentions` ON `mentions`.`post_id` = `posts`.`id` WHERE `mentions`.`person_id` = 2 AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:40') ORDER BY posts.created_at desc LIMIT 15
(0.3ms) SELECT id FROM `people` WHERE `people`.`diaspora_handle` IN ('diasporahq@joindiaspora.com')
(302.9ms) SELECT posts.id FROM `posts` WHERE `posts`.`public` = 1 AND `posts`.`pending` = 0 AND `posts`.`author_id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:40') ORDER BY posts.created_at desc LIMIT 15
Block Load (34.9ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
Post Load (1.0ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` IN (NULL) AND `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND (posts.created_at < '2012-03-30 01:00:40') ORDER BY posts.created_at desc LIMIT 15
Like Load (0.4ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.4ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 449ms (Views: 1.1ms | ActiveRecord: 365.9ms)
Started GET "/people?utf8=%E2%9C%93&q=%23rockstar" for 127.0.0.1 at 2012-03-29 18:00:40 -0700
Processing by PeopleController#index as HTML
Parameters: {"utf8"=>"✓", "q"=>"#rockstar"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Redirected to http://127.0.0.1:9887/tags/rockstar?q=%23rockstar
Completed 302 Found in 10ms
Started GET "/tags/rockstar?q=%23rockstar" for 127.0.0.1 at 2012-03-29 18:00:40 -0700
Processing by TagsController#show as HTML
Parameters: {"q"=>"#rockstar", "name"=>"rockstar"}
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
(0.9ms) SELECT COUNT(*) FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'rockstar' AND (profiles.searchable IS TRUE)
Person Load (1.3ms) SELECT `people`.* FROM `people` INNER JOIN `profiles` ON `profiles`.`person_id` = `people`.`id` INNER JOIN `taggings` ON `taggings`.`taggable_id` = `profiles`.`id` AND taggings.context = 'tags' AND `taggings`.`taggable_type` = 'Profile' INNER JOIN `tags` ON `tags`.`id` = `taggings`.`tag_id` WHERE `tags`.`name` = 'rockstar' AND (profiles.searchable IS TRUE) LIMIT 15 OFFSET 0
Profile Load (1.0ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 1 LIMIT 1
Person Load (0.4ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
Rendered people/_index.html.haml (13.9ms)
Rendered tags/_followed_tags_listings.haml (1.4ms)
(0.7ms) SELECT 1 FROM `tag_followings` INNER JOIN `tags` ON `tags`.`id` = `tag_followings`.`tag_id` WHERE `tags`.`name` = 'rockstar' AND `tag_followings`.`user_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.6ms) SELECT `tags`.* FROM `tags` WHERE `tags`.`name` = 'rockstar' LIMIT 1
(0.8ms) SELECT COUNT(*) FROM `tag_followings` WHERE `tag_followings`.`tag_id` = 1
Aspect Load (0.6ms) SELECT `aspects`.* FROM `aspects` WHERE `aspects`.`user_id` = 2 ORDER BY order_id ASC
Service Load (0.3ms) SELECT `services`.* FROM `services` WHERE `services`.`user_id` = 2
CACHE (0.0ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Rendered shared/_public_explain.haml (6.3ms)
Rendered photos/_new_photo.haml (1.5ms)
Rendered shared/_publisher.html.haml (25.2ms)
Rendered tags/show.haml within layouts/application (66.2ms)
Profile Load (0.5ms) SELECT `profiles`.* FROM `profiles` WHERE `profiles`.`person_id` = 2 LIMIT 1
(0.3ms) SELECT COUNT(*) FROM `notifications` WHERE `notifications`.`recipient_id` = 2 AND `notifications`.`unread` = 1
(0.4ms) SELECT SUM(`conversation_visibilities`.`unread`) AS sum_id FROM `conversation_visibilities` WHERE (person_id = 2)
Completed 200 OK in 112ms (Views: 100.0ms | ActiveRecord: 8.3ms)
Started GET "/tags/rockstar" for 127.0.0.1 at 2012-03-29 18:00:40 -0700
Processing by TagsController#show as JSON
Parameters: {"name"=>"rockstar"}
User Load (0.8ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Person Load (0.5ms) SELECT `people`.* FROM `people` WHERE `people`.`owner_id` = 2 LIMIT 1
ActsAsTaggableOn::Tag Load (0.9ms) SELECT `tags`.* FROM `tags` WHERE (name LIKE 'rockstar' ESCAPE '!')
Block Load (8.6ms) SELECT `blocks`.* FROM `blocks` WHERE `blocks`.`user_id` = 2
StatusMessage Load (5.2ms) SELECT DISTINCT posts.* FROM `posts` LEFT OUTER JOIN share_visibilities ON share_visibilities.shareable_id = posts.id AND share_visibilities.shareable_type = 'Post' LEFT OUTER JOIN contacts ON contacts.id = share_visibilities.contact_id JOIN taggings posts_taggings_f85f4c7 ON posts_taggings_f85f4c7.taggable_id = posts.id AND posts_taggings_f85f4c7.taggable_type = 'Post' AND posts_taggings_f85f4c7.tag_id = 1 WHERE `posts`.`type` IN ('StatusMessage', 'Reshare', 'ActivityStreams::Photo') AND ((`contacts`.`user_id` = 2 OR (`posts`.`public` = 1 OR `posts`.`author_id` = 2))) AND (posts.created_at < '2012-03-30 01:00:41') ORDER BY posts.created_at desc LIMIT 15
Like Load (1.0ms) SELECT `likes`.* FROM `likes` WHERE `likes`.`author_id` = 2 AND `likes`.`target_id` IN (NULL) AND `likes`.`target_type` = 'Post'
Participation Load (0.3ms) SELECT `participations`.* FROM `participations` WHERE `participations`.`author_id` = 2 AND `participations`.`target_id` IN (NULL) AND `participations`.`target_type` = 'Post'
Completed 200 OK in 50ms (Views: 1.5ms | ActiveRecord: 17.3ms)
(0.8ms) SELECT @@FOREIGN_KEY_CHECKS
(0.3ms) SET FOREIGN_KEY_CHECKS = 0
(43.1ms) TRUNCATE TABLE `account_deletions`;
(41.2ms) TRUNCATE TABLE `aspect_memberships`;
(41.4ms) TRUNCATE TABLE `aspect_visibilities`;
(41.5ms) TRUNCATE TABLE `aspects`;
(41.4ms) TRUNCATE TABLE `blocks`;
(41.5ms) TRUNCATE TABLE `comments`;
(41.5ms) TRUNCATE TABLE `contacts`;
(41.4ms) TRUNCATE TABLE `conversation_visibilities`;
(41.4ms) TRUNCATE TABLE `conversations`;
(41.3ms) TRUNCATE TABLE `invitation_codes`;
(41.4ms) TRUNCATE TABLE `invitations`;
(41.4ms) TRUNCATE TABLE `likes`;
(41.5ms) TRUNCATE TABLE `mentions`;
(41.6ms) TRUNCATE TABLE `messages`;
(33.2ms) TRUNCATE TABLE `notification_actors`;
(32.6ms) TRUNCATE TABLE `notifications`;
(33.0ms) TRUNCATE TABLE `o_embed_caches`;
(33.0ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.2ms) TRUNCATE TABLE `oauth_authorization_codes`;
(33.2ms) TRUNCATE TABLE `oauth_authorizations`;
(33.1ms) TRUNCATE TABLE `oauth_clients`;
(33.1ms) TRUNCATE TABLE `participations`;
(33.2ms) TRUNCATE TABLE `people`;
(33.0ms) TRUNCATE TABLE `photos`;
(33.2ms) TRUNCATE TABLE `pods`;
(33.2ms) TRUNCATE TABLE `posts`;
(32.9ms) TRUNCATE TABLE `profiles`;
(33.1ms) TRUNCATE TABLE `service_users`;
(33.1ms) TRUNCATE TABLE `services`;
(34.4ms) TRUNCATE TABLE `share_visibilities`;
(33.1ms) TRUNCATE TABLE `tag_followings`;
(33.2ms) TRUNCATE TABLE `taggings`;
(33.0ms) TRUNCATE TABLE `tags`;
(33.1ms) TRUNCATE TABLE `user_preferences`;
(33.2ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
(0.5ms) SELECT @@FOREIGN_KEY_CHECKS
(0.2ms) SET FOREIGN_KEY_CHECKS = 0
(31.7ms) TRUNCATE TABLE `account_deletions`;
(33.2ms) TRUNCATE TABLE `aspect_memberships`;
(33.1ms) TRUNCATE TABLE `aspect_visibilities`;
(33.1ms) TRUNCATE TABLE `aspects`;
(33.1ms) TRUNCATE TABLE `blocks`;
(33.2ms) TRUNCATE TABLE `comments`;
(33.1ms) TRUNCATE TABLE `contacts`;
(33.1ms) TRUNCATE TABLE `conversation_visibilities`;
(33.2ms) TRUNCATE TABLE `conversations`;
(33.0ms) TRUNCATE TABLE `invitation_codes`;
(33.2ms) TRUNCATE TABLE `invitations`;
(33.1ms) TRUNCATE TABLE `likes`;
(33.1ms) TRUNCATE TABLE `mentions`;
(33.1ms) TRUNCATE TABLE `messages`;
(41.6ms) TRUNCATE TABLE `notification_actors`;
(33.0ms) TRUNCATE TABLE `notifications`;
(33.1ms) TRUNCATE TABLE `o_embed_caches`;
(33.1ms) TRUNCATE TABLE `oauth_access_tokens`;
(33.2ms) TRUNCATE TABLE `oauth_authorization_codes`;
(32.9ms) TRUNCATE TABLE `oauth_authorizations`;
(33.1ms) TRUNCATE TABLE `oauth_clients`;
(33.0ms) TRUNCATE TABLE `participations`;
(41.5ms) TRUNCATE TABLE `people`;
(33.2ms) TRUNCATE TABLE `photos`;
(32.9ms) TRUNCATE TABLE `pods`;
(58.3ms) TRUNCATE TABLE `posts`;
(41.3ms) TRUNCATE TABLE `profiles`;
(41.4ms) TRUNCATE TABLE `service_users`;
(41.3ms) TRUNCATE TABLE `services`;
(33.2ms) TRUNCATE TABLE `share_visibilities`;
(33.1ms) TRUNCATE TABLE `tag_followings`;
(33.2ms) TRUNCATE TABLE `taggings`;
(33.0ms) TRUNCATE TABLE `tags`;
(33.1ms) TRUNCATE TABLE `user_preferences`;
(33.3ms) TRUNCATE TABLE `users`;
(0.2ms) SET FOREIGN_KEY_CHECKS = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment