has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] error preloading Tag: # has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000923) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.000000) Mysql::Error: #42S02Table 'quaintance_test.contacts' doesn't exist: SHOW FIELDS FROM contacts error preloading Tag: # SQL (0.000532) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.002453) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009966) SHOW FIELDS FROM contacts Tagging Columns (0.006627) SHOW FIELDS FROM taggings Tag Columns (0.007545) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000528) BEGIN SQL (0.000495) ROLLBACK SQL (0.000553) BEGIN SQL (0.000649) ROLLBACK SQL (0.000517) BEGIN SQL (0.004899) ROLLBACK SQL (0.000473) BEGIN SQL (0.000465) ROLLBACK SQL (0.000713) BEGIN SQL (0.000472) ROLLBACK SQL (0.000466) BEGIN SQL (0.000469) ROLLBACK SQL (0.000548) BEGIN SQL (0.000468) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000642) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.010951) SHOW FIELDS FROM contacts Tagging Columns (0.011124) SHOW FIELDS FROM taggings Tag Columns (0.010118) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000660) BEGIN SQL (0.000546) ROLLBACK SQL (0.000533) BEGIN SQL (0.005450) SELECT count(*) AS count_all FROM contacts  Processing ContactsController#create (for 0.0.0.0 at 2007-06-07 23:52:51) [POST] Session ID: Parameters: {"action"=>"create", "contact"=>{}, "controller"=>"contacts"} Organization Columns (0.021164) SHOW FIELDS FROM organizations default field list: [:value] SQL (0.000764) ROLLBACK SQL (0.000507) BEGIN Contact Load (0.005908) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Processing ContactsController#destroy (for 0.0.0.0 at 2007-06-07 23:52:52) [POST] Session ID: Parameters: {"action"=>"destroy", "id"=>"1", "controller"=>"contacts"} Contact Load (0.009032) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Tagging Load (0.002313) SELECT * FROM taggings WHERE (taggings.taggable_id = 1 AND taggings.taggable_type = 'Contact')  Contact Destroy (0.001132)  DELETE FROM contacts WHERE `id` = 1  ferret_destroy: Contact : 1 SQL (0.022107) SELECT count(*) AS count_all FROM contacts  SQL (0.001444) SELECT count(*) AS count_all FROM contacts  Contact Load (0.004335) SELECT * FROM contacts ORDER BY id ASC LIMIT 0, 1000 creating doc for class: Contact, id: 2 Adding field name with value 'Marge Simpson' to index creating doc for class: Contact, id: 3 Adding field name with value 'Moe Scizlak' to index ContactData Load (0.022234) SELECT * FROM contact_data WHERE (contact_id = 1)  Redirected to http://test.host/ Completed in 0.24149 (4 reqs/sec) | DB: 0.13096 (54%) | 302 Found [http://test.host/contacts/1] SQL (0.004032) ROLLBACK SQL (0.000577) BEGIN Processing ContactsController#edit (for 0.0.0.0 at 2007-06-07 23:52:52) [GET] Session ID: Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"contacts"} Contact Load (0.004596) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Load (0.003182) SELECT * FROM organizations WHERE (organizations.`id` = 2)  Rendering within layouts/application Rendering contacts/edit Tag Load (0.003798) SELECT tags.* FROM tags INNER JOIN taggings ON tags.id = taggings.tag_id WHERE ((taggings.taggable_type = 'Contact') AND (taggings.taggable_id = 1))  Rendered contacts/_photo_form (0.00262) Email Columns (0.026313) SHOW FIELDS FROM contact_data Email Load (0.005813) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  Rendered email/_form (0.11604) Address Columns (0.013414) SHOW FIELDS FROM contact_data Address Load (0.002866) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Address' ) )  Rendered address/_form (0.15242) Phone Columns (0.009077) SHOW FIELDS FROM contact_data Phone Load (0.005704) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Phone' ) )  Rendered phone/_form (0.05187) Url Columns (0.014234) SHOW FIELDS FROM contact_data Url Load (0.005552) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Url' ) )  Rendered url/_form (0.09494) Rendered contacts/_form (0.46947) Completed in 0.64447 (1 reqs/sec) | Rendering: 0.54574 (84%) | DB: 0.09916 (15%) | 200 OK [http://test.host/contacts/1;edit] SQL (0.034458) ROLLBACK SQL (0.000652) BEGIN Processing ContactsController#index (for 0.0.0.0 at 2007-06-07 23:52:53) [GET] Session ID: Parameters: {"action"=>"index", "controller"=>"contacts"} SQL (0.030463) SELECT count(*) AS count_all FROM contacts  Contact Load (0.070637) SELECT * FROM contacts ORDER BY last_viewed LIMIT 0, 10 Rendering within layouts/application Rendering contacts/index Organization Load (0.014090) SELECT * FROM organizations WHERE (organizations.`id` = 2)  Phone Load (0.002938) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Phone' ) )  Email Load (0.003179) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  Url Load (0.004697) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Url' ) )  Rendered contacts/_summary (0.04468) Phone Load (0.066095) SELECT * FROM contact_data WHERE (contact_data.contact_id = 2) AND ( (contact_data.`type` = 'Phone' ) )  Email Load (0.003350) SELECT * FROM contact_data WHERE (contact_data.contact_id = 2) AND ( (contact_data.`type` = 'Email' ) )  Url Load (0.002794) SELECT * FROM contact_data WHERE (contact_data.contact_id = 2) AND ( (contact_data.`type` = 'Url' ) )  Rendered contacts/_summary (0.08089) Organization Load (0.001859) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Phone Load (0.003374) SELECT * FROM contact_data WHERE (contact_data.contact_id = 3) AND ( (contact_data.`type` = 'Phone' ) )  Email Load (0.002889) SELECT * FROM contact_data WHERE (contact_data.contact_id = 3) AND ( (contact_data.`type` = 'Email' ) )  Url Load (0.004977) SELECT * FROM contact_data WHERE (contact_data.contact_id = 3) AND ( (contact_data.`type` = 'Url' ) )  Rendered contacts/_summary (0.02404) Completed in 0.27491 (3 reqs/sec) | Rendering: 0.05890 (21%) | DB: 0.24645 (89%) | 200 OK [http://test.host/] SQL (0.000815) ROLLBACK SQL (0.000955) BEGIN Processing ContactsController#list (for 0.0.0.0 at 2007-06-07 23:52:53) [GET] Session ID: Parameters: {"action"=>"list", "controller"=>"contacts"} SQL (0.000584) ROLLBACK SQL (0.005163) BEGIN Processing ContactsController#new (for 0.0.0.0 at 2007-06-07 23:52:53) [GET] Session ID: Parameters: {"action"=>"new", "controller"=>"contacts"} Rendering within layouts/application Rendering contacts/new SQL (0.002256) ROLLBACK SQL (0.000504) BEGIN Processing ContactsController#show (for 0.0.0.0 at 2007-06-07 23:52:54) [GET] Session ID: Parameters: {"action"=>"show", "id"=>"1", "controller"=>"contacts"} Contact Load (0.004718) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Update (0.001666) UPDATE contacts SET `phone` = NULL, `title` = 'Nuclear Engineer', `user_id` = NULL, `organization_id` = 2, `birthday` = NULL, `email` = NULL, `last_viewed` = '2007-06-07 23:52:54', `source` = NULL, `updated_at` = '2007-06-08 03:52:54', `url` = NULL, `name` = 'Homer Simpson' WHERE `id` = 1 ferret_create/update: Contact : 1 creating doc for class: Contact, id: 1 Adding field name with value 'Homer Simpson' to index Rendering within layouts/application Rendering contacts/show Organization Load (0.013515) SELECT * FROM organizations WHERE (organizations.`id` = 2)  Tag Load (0.001976) SELECT tags.* FROM tags INNER JOIN taggings ON tags.id = taggings.tag_id WHERE ((taggings.taggable_type = 'Contact') AND (taggings.taggable_id = 1))  Url Load (0.004915) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Url' ) )  Email Load (0.004834) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  Rendered email/_list (0.46804) Address Load (0.003078) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Address' ) )  Rendered address/_list (0.01001) Phone Load (0.003691) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Phone' ) )  Rendered phone/_list (0.01133) Rendered url/_list (0.00423) Rendered contacts/_contact (0.53524) Completed in 1.26381 (0 reqs/sec) | Rendering: 0.61703 (48%) | DB: 0.04115 (3%) | 200 OK [http://test.host/contacts/1] SQL (0.001704) ROLLBACK SQL (0.000763) BEGIN Processing ContactsController#update (for 0.0.0.0 at 2007-06-07 23:52:55) [POST] Session ID: Parameters: {"action"=>"update", "id"=>"1", "controller"=>"contacts"} Contact Load (0.004353) SELECT * FROM contacts WHERE (contacts.`id` = 1)  SQL (0.001886) ROLLBACK SQL (0.000551) BEGIN SQL (0.000502) ROLLBACK SQL (0.000384) BEGIN SQL (0.000467) ROLLBACK SQL (0.000445) BEGIN SQL (0.000477) ROLLBACK SQL (0.000656) BEGIN SQL (0.001793) SELECT count(*) AS count_all FROM organizations  Processing OrganizationsController#create (for 0.0.0.0 at 2007-06-07 23:52:55) [POST] Session ID: Parameters: {"action"=>"create", "controller"=>"organizations", "organization"=>{}} SQL (0.001635) INSERT INTO organizations (`name`) VALUES(NULL) Redirected to http://test.host/organizations/list Completed in 0.04164 (24 reqs/sec) | DB: 0.01562 (37%) | 302 Found [http://test.host/organizations/create?organization=] SQL (0.051652) SELECT count(*) AS count_all FROM organizations  SQL (0.001865) ROLLBACK SQL (0.000542) BEGIN Organization Load (0.003253) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Processing OrganizationsController#destroy (for 0.0.0.0 at 2007-06-07 23:52:55) [POST] Session ID: Parameters: {"action"=>"destroy", "id"=>"1", "controller"=>"organizations"} Organization Load (0.001793) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Organization Destroy (0.001071)  DELETE FROM organizations WHERE `id` = 1  Redirected to http://test.host/organizations/list Completed in 0.00704 (142 reqs/sec) | DB: 0.06018 (854%) | 302 Found [http://test.host/organizations/destroy/1] Organization Load (0.002980) SELECT * FROM organizations WHERE (organizations.`id` = 1)  SQL (0.001584) ROLLBACK SQL (0.000531) BEGIN Processing OrganizationsController#edit (for 0.0.0.0 at 2007-06-07 23:52:55) [GET] Session ID: Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"organizations"} Organization Load (0.041682) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Rendering within layouts/application Rendering organizations/edit Rendered organizations/_form (0.00604) Completed in 0.09637 (10 reqs/sec) | Rendering: 0.04058 (42%) | DB: 0.04678 (48%) | 200 OK [http://test.host/organizations/edit/1] SQL (0.002117) ROLLBACK SQL (0.019894) BEGIN Processing OrganizationsController#index (for 0.0.0.0 at 2007-06-07 23:52:55) [GET] Session ID: Parameters: {"action"=>"index", "controller"=>"organizations"} SQL (0.056826) SELECT count(*) AS count_all FROM organizations  Organization Load (0.001650) SELECT * FROM organizations LIMIT 0, 10 Rendering layoutfalseactionlist within layouts/application Rendering organizations/list Completed in 0.08927 (11 reqs/sec) | Rendering: 0.02660 (29%) | DB: 0.08049 (90%) | 200 OK [http://test.host/organizations] SQL (0.000779) ROLLBACK SQL (0.000534) BEGIN Processing OrganizationsController#list (for 0.0.0.0 at 2007-06-07 23:52:55) [GET] Session ID: Parameters: {"action"=>"list", "controller"=>"organizations"} SQL (0.001556) SELECT count(*) AS count_all FROM organizations  Organization Load (0.001948) SELECT * FROM organizations LIMIT 0, 10 Rendering within layouts/application Rendering organizations/list Completed in 0.05579 (17 reqs/sec) | Rendering: 0.04870 (87%) | DB: 0.00482 (8%) | 200 OK [http://test.host/organizations/list] SQL (0.001265) ROLLBACK SQL (0.000824) BEGIN Processing OrganizationsController#new (for 0.0.0.0 at 2007-06-07 23:52:56) [GET] Session ID: Parameters: {"action"=>"new", "controller"=>"organizations"} Rendering within layouts/application Rendering organizations/new Rendered organizations/_form (0.00228) Completed in 0.02659 (37 reqs/sec) | Rendering: 0.02599 (97%) | DB: 0.00209 (7%) | 200 OK [http://test.host/organizations/new] SQL (0.000670) ROLLBACK SQL (0.000550) BEGIN Processing OrganizationsController#show (for 0.0.0.0 at 2007-06-07 23:52:56) [GET] Session ID: Parameters: {"action"=>"show", "id"=>"1", "controller"=>"organizations"} Organization Load (0.001873) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Rendering within layouts/application Rendering organizations/show Completed in 0.10081 (9 reqs/sec) | Rendering: 0.01833 (18%) | DB: 0.00309 (3%) | 200 OK [http://test.host/organizations/show/1] SQL (0.000743) ROLLBACK SQL (0.000490) BEGIN Processing OrganizationsController#update (for 0.0.0.0 at 2007-06-07 23:52:56) [POST] Session ID: Parameters: {"action"=>"update", "id"=>"1", "controller"=>"organizations"} Organization Load (0.003286) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Organization Update (0.001258) UPDATE organizations SET `name` = 'Moe\'s Tavern' WHERE `id` = 1 Redirected to http://test.host/organizations/show/1 Completed in 0.01069 (93 reqs/sec) | DB: 0.00578 (54%) | 302 Found [http://test.host/organizations/update/1] SQL (0.000734) ROLLBACK SQL (0.000383) BEGIN SQL (0.000473) ROLLBACK SQL (0.000529) BEGIN SQL (0.000486) ROLLBACK SQL (0.000417) BEGIN SQL (0.000560) ROLLBACK SQL (0.000363) BEGIN SQL (0.000446) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000672) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.011025) SHOW FIELDS FROM contacts Tagging Columns (0.007123) SHOW FIELDS FROM taggings Tag Columns (0.010591) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000525) BEGIN SQL (0.000497) ROLLBACK SQL (0.000563) BEGIN SQL (0.000696) ROLLBACK SQL (0.000495) BEGIN SQL (0.000501) ROLLBACK SQL (0.000477) BEGIN SQL (0.000472) ROLLBACK SQL (0.000993) BEGIN SQL (0.000494) ROLLBACK SQL (0.002000) BEGIN SQL (0.000566) ROLLBACK SQL (0.000480) BEGIN SQL (0.000541) ROLLBACK SQL (0.000467) BEGIN SQL (0.000512) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000757) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012705) SHOW FIELDS FROM contacts Tagging Columns (0.006600) SHOW FIELDS FROM taggings Tag Columns (0.011411) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000676) BEGIN SQL (0.000509) ROLLBACK SQL (0.000496) BEGIN SQL (0.001991) SELECT count(*) AS count_all FROM contacts  Processing ContactsController#create (for 0.0.0.0 at 2007-06-07 23:54:21) [POST] Session ID: Parameters: {"action"=>"create", "contact"=>{}, "controller"=>"contacts"} Organization Columns (0.006248) SHOW FIELDS FROM organizations default field list: [:value] SQL (0.003231) ROLLBACK SQL (0.000724) BEGIN Contact Load (0.006313) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Processing ContactsController#destroy (for 0.0.0.0 at 2007-06-07 23:54:21) [POST] Session ID: Parameters: {"action"=>"destroy", "id"=>"1", "controller"=>"contacts"} Contact Load (0.004340) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Tagging Load (0.002312) SELECT * FROM taggings WHERE (taggings.taggable_id = 1 AND taggings.taggable_type = 'Contact')  Contact Destroy (0.001297)  DELETE FROM contacts WHERE `id` = 1  ferret_destroy: Contact : 1 ContactData Load (0.003404) SELECT * FROM contact_data WHERE (contact_id = 1)  Redirected to http://test.host/ Completed in 0.05391 (18 reqs/sec) | DB: 0.06301 (116%) | 302 Found [http://test.host/contacts/1] SQL (0.001807) ROLLBACK SQL (0.000537) BEGIN Processing ContactsController#edit (for 0.0.0.0 at 2007-06-07 23:54:21) [GET] Session ID: Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"contacts"} Contact Load (0.007626) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Load (0.001847) SELECT * FROM organizations WHERE (organizations.`id` = 2)  Rendering within layouts/application Rendering contacts/edit Tag Load (0.002526) SELECT tags.* FROM tags INNER JOIN taggings ON tags.id = taggings.tag_id WHERE ((taggings.taggable_type = 'Contact') AND (taggings.taggable_id = 1))  Rendered contacts/_photo_form (0.00317) Email Columns (0.014673) SHOW FIELDS FROM contact_data Email Load (0.003519) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  Rendered email/_form (0.03293) Address Columns (0.012229) SHOW FIELDS FROM contact_data Address Load (0.003552) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Address' ) )  Rendered address/_form (0.02650) Phone Columns (0.008072) SHOW FIELDS FROM contact_data Phone Load (0.007929) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Phone' ) )  Rendered phone/_form (0.02885) Url Columns (0.008960) SHOW FIELDS FROM contact_data Url Load (0.005929) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Url' ) )  Rendered url/_form (0.02579) Rendered contacts/_form (0.24314) Completed in 0.38757 (2 reqs/sec) | Rendering: 0.30674 (79%) | DB: 0.07921 (20%) | 200 OK [http://test.host/contacts/1;edit] SQL (0.000973) ROLLBACK SQL (0.012896) BEGIN Processing ContactsController#index (for 0.0.0.0 at 2007-06-07 23:54:22) [GET] Session ID: Parameters: {"action"=>"index", "controller"=>"contacts"} SQL (0.003085) SELECT count(*) AS count_all FROM contacts  Contact Load (0.005226) SELECT * FROM contacts ORDER BY last_viewed LIMIT 0, 10 Rendering within layouts/application Rendering contacts/index Organization Load (0.016530) SELECT * FROM organizations WHERE (organizations.`id` = 2)  Phone Load (0.007557) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Phone' ) )  Email Load (0.004055) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  Url Load (0.003649) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Url' ) )  Rendered contacts/_summary (0.11497) Phone Load (0.003738) SELECT * FROM contact_data WHERE (contact_data.contact_id = 2) AND ( (contact_data.`type` = 'Phone' ) )  Email Load (0.002863) SELECT * FROM contact_data WHERE (contact_data.contact_id = 2) AND ( (contact_data.`type` = 'Email' ) )  Url Load (0.003331) SELECT * FROM contact_data WHERE (contact_data.contact_id = 2) AND ( (contact_data.`type` = 'Url' ) )  Rendered contacts/_summary (0.02094) Organization Load (0.001978) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Phone Load (0.003607) SELECT * FROM contact_data WHERE (contact_data.contact_id = 3) AND ( (contact_data.`type` = 'Phone' ) )  Email Load (0.004695) SELECT * FROM contact_data WHERE (contact_data.contact_id = 3) AND ( (contact_data.`type` = 'Email' ) )  Url Load (0.002911) SELECT * FROM contact_data WHERE (contact_data.contact_id = 3) AND ( (contact_data.`type` = 'Url' ) )  Rendered contacts/_summary (0.02335) Completed in 0.20434 (4 reqs/sec) | Rendering: 0.13686 (66%) | DB: 0.07709 (37%) | 200 OK [http://test.host/] SQL (0.000790) ROLLBACK SQL (0.000580) BEGIN Processing ContactsController#list (for 0.0.0.0 at 2007-06-07 23:54:22) [GET] Session ID: Parameters: {"action"=>"list", "controller"=>"contacts"} SQL (0.000750) ROLLBACK SQL (0.000523) BEGIN Processing ContactsController#new (for 0.0.0.0 at 2007-06-07 23:54:22) [GET] Session ID: Parameters: {"action"=>"new", "controller"=>"contacts"} Rendering within layouts/application Rendering contacts/new SQL (0.000620) ROLLBACK SQL (0.000492) BEGIN Processing ContactsController#show (for 0.0.0.0 at 2007-06-07 23:54:22) [GET] Session ID: Parameters: {"action"=>"show", "id"=>"1", "controller"=>"contacts"} Contact Load (0.004773) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Update (0.001520) UPDATE contacts SET `phone` = NULL, `title` = 'Nuclear Engineer', `user_id` = NULL, `organization_id` = 2, `birthday` = NULL, `email` = NULL, `last_viewed` = '2007-06-07 23:54:22', `source` = NULL, `updated_at` = '2007-06-08 03:54:22', `url` = NULL, `name` = 'Homer Simpson' WHERE `id` = 1 ferret_create/update: Contact : 1 creating doc for class: Contact, id: 1 Adding field name with value 'Homer Simpson' to index Rendering within layouts/application Rendering contacts/show Organization Load (0.013442) SELECT * FROM organizations WHERE (organizations.`id` = 2)  Tag Load (0.001917) SELECT tags.* FROM tags INNER JOIN taggings ON tags.id = taggings.tag_id WHERE ((taggings.taggable_type = 'Contact') AND (taggings.taggable_id = 1))  Url Load (0.003435) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Url' ) )  Email Load (0.004364) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  Rendered email/_list (0.01111) Address Load (0.003331) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Address' ) )  Rendered address/_list (0.01006) Phone Load (0.003658) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Phone' ) )  Rendered phone/_list (0.01172) Rendered url/_list (0.46205) Rendered contacts/_contact (0.53527) Completed in 0.60540 (1 reqs/sec) | Rendering: 0.52725 (87%) | DB: 0.03755 (6%) | 200 OK [http://test.host/contacts/1] SQL (0.097949) ROLLBACK SQL (0.000562) BEGIN Processing ContactsController#update (for 0.0.0.0 at 2007-06-07 23:54:23) [POST] Session ID: Parameters: {"action"=>"update", "id"=>"1", "controller"=>"contacts"} Contact Load (0.005056) SELECT * FROM contacts WHERE (contacts.`id` = 1)  SQL (0.002842) ROLLBACK SQL (0.000613) BEGIN SQL (0.001067) ROLLBACK SQL (0.000412) BEGIN SQL (0.000512) ROLLBACK SQL (0.000454) BEGIN SQL (0.000507) ROLLBACK SQL (0.000664) BEGIN SQL (0.003136) SELECT count(*) AS count_all FROM organizations  Processing OrganizationsController#create (for 0.0.0.0 at 2007-06-07 23:54:23) [POST] Session ID: Parameters: {"action"=>"create", "controller"=>"organizations", "organization"=>{}} SQL (0.001611) INSERT INTO organizations (`name`) VALUES(NULL) Redirected to http://test.host/organizations/list Completed in 0.01339 (74 reqs/sec) | DB: 0.11538 (862%) | 302 Found [http://test.host/organizations/create?organization=] SQL (0.001549) SELECT count(*) AS count_all FROM organizations  SQL (0.001545) ROLLBACK SQL (0.000720) BEGIN Organization Load (0.001851) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Processing OrganizationsController#destroy (for 0.0.0.0 at 2007-06-07 23:54:23) [POST] Session ID: Parameters: {"action"=>"destroy", "id"=>"1", "controller"=>"organizations"} Organization Load (0.004034) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Organization Destroy (0.001301)  DELETE FROM organizations WHERE `id` = 1  Redirected to http://test.host/organizations/list Completed in 0.01161 (86 reqs/sec) | DB: 0.01100 (94%) | 302 Found [http://test.host/organizations/destroy/1] Organization Load (0.001636) SELECT * FROM organizations WHERE (organizations.`id` = 1)  SQL (0.001947) ROLLBACK SQL (0.000554) BEGIN Processing OrganizationsController#edit (for 0.0.0.0 at 2007-06-07 23:54:23) [GET] Session ID: Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"organizations"} Organization Load (0.001819) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Rendering within layouts/application Rendering organizations/edit Rendered organizations/_form (0.00392) Completed in 0.13831 (7 reqs/sec) | Rendering: 0.13467 (97%) | DB: 0.00596 (4%) | 200 OK [http://test.host/organizations/edit/1] SQL (0.000789) ROLLBACK SQL (0.000807) BEGIN Processing OrganizationsController#index (for 0.0.0.0 at 2007-06-07 23:54:23) [GET] Session ID: Parameters: {"action"=>"index", "controller"=>"organizations"} SQL (0.001576) SELECT count(*) AS count_all FROM organizations  Organization Load (0.001716) SELECT * FROM organizations LIMIT 0, 10 Rendering layoutfalseactionlist within layouts/application Rendering organizations/list Completed in 0.07515 (13 reqs/sec) | Rendering: 0.06755 (89%) | DB: 0.00489 (6%) | 200 OK [http://test.host/organizations] SQL (0.000805) ROLLBACK SQL (0.000503) BEGIN Processing OrganizationsController#list (for 0.0.0.0 at 2007-06-07 23:54:23) [GET] Session ID: Parameters: {"action"=>"list", "controller"=>"organizations"} SQL (0.001461) SELECT count(*) AS count_all FROM organizations  Organization Load (0.001784) SELECT * FROM organizations LIMIT 0, 10 Rendering within layouts/application Rendering organizations/list Completed in 0.12874 (7 reqs/sec) | Rendering: 0.12166 (94%) | DB: 0.00455 (3%) | 200 OK [http://test.host/organizations/list] SQL (0.002123) ROLLBACK SQL (0.000554) BEGIN Processing OrganizationsController#new (for 0.0.0.0 at 2007-06-07 23:54:23) [GET] Session ID: Parameters: {"action"=>"new", "controller"=>"organizations"} Rendering within layouts/application Rendering organizations/new Rendered organizations/_form (0.00126) Completed in 0.05965 (16 reqs/sec) | Rendering: 0.05895 (98%) | DB: 0.00268 (4%) | 200 OK [http://test.host/organizations/new] SQL (0.000679) ROLLBACK SQL (0.000545) BEGIN Processing OrganizationsController#show (for 0.0.0.0 at 2007-06-07 23:54:23) [GET] Session ID: Parameters: {"action"=>"show", "id"=>"1", "controller"=>"organizations"} Organization Load (0.001900) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Rendering within layouts/application Rendering organizations/show Completed in 0.07781 (12 reqs/sec) | Rendering: 0.07386 (94%) | DB: 0.00312 (4%) | 200 OK [http://test.host/organizations/show/1] SQL (0.000862) ROLLBACK SQL (0.101009) BEGIN Processing OrganizationsController#update (for 0.0.0.0 at 2007-06-07 23:54:24) [POST] Session ID: Parameters: {"action"=>"update", "id"=>"1", "controller"=>"organizations"} Organization Load (0.001894) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Organization Update (0.103811) UPDATE organizations SET `name` = 'Moe\'s Tavern' WHERE `id` = 1 Redirected to http://test.host/organizations/show/1 Completed in 0.11729 (8 reqs/sec) | DB: 0.20758 (176%) | 302 Found [http://test.host/organizations/update/1] SQL (0.000854) ROLLBACK SQL (0.000470) BEGIN SQL (0.001672) ROLLBACK SQL (0.000374) BEGIN SQL (0.001085) ROLLBACK SQL (0.000442) BEGIN SQL (0.000478) ROLLBACK SQL (0.000368) BEGIN SQL (0.004571) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000666) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009599) SHOW FIELDS FROM contacts Tagging Columns (0.007515) SHOW FIELDS FROM taggings Tag Columns (0.030136) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000585) BEGIN SQL (0.000490) ROLLBACK SQL (0.000954) BEGIN SQL (0.000809) ROLLBACK SQL (0.000494) BEGIN SQL (0.000482) ROLLBACK SQL (0.000524) BEGIN SQL (0.000481) ROLLBACK SQL (0.000499) BEGIN SQL (0.000493) ROLLBACK SQL (0.000486) BEGIN SQL (0.000491) ROLLBACK SQL (0.000901) BEGIN SQL (0.000579) ROLLBACK SQL (0.000511) BEGIN SQL (0.000491) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000717) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012504) SHOW FIELDS FROM contacts Tagging Columns (0.007026) SHOW FIELDS FROM taggings Tag Columns (0.008633) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000768) BEGIN SQL (0.000508) ROLLBACK SQL (0.000529) BEGIN SQL (0.026938) SELECT count(*) AS count_all FROM contacts  Processing ContactsController#create (for 0.0.0.0 at 2007-06-08 00:05:06) [POST] Session ID: Parameters: {"action"=>"create", "contact"=>{}, "controller"=>"contacts"} Organization Columns (0.008730) SHOW FIELDS FROM organizations default field list: [:value] SQL (0.000844) ROLLBACK SQL (0.000515) BEGIN Contact Load (0.009768) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Processing ContactsController#destroy (for 0.0.0.0 at 2007-06-08 00:05:06) [POST] Session ID: Parameters: {"action"=>"destroy", "id"=>"1", "controller"=>"contacts"} Contact Load (0.004341) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Tagging Load (0.002417) SELECT * FROM taggings WHERE (taggings.taggable_id = 1 AND taggings.taggable_type = 'Contact')  Contact Destroy (0.001374)  DELETE FROM contacts WHERE `id` = 1  ferret_destroy: Contact : 1 ContactData Load (0.003496) SELECT * FROM contact_data WHERE (contact_id = 1)  Redirected to http://test.host/ Completed in 0.20423 (4 reqs/sec) | DB: 0.08911 (43%) | 302 Found [http://test.host/contacts/1] SQL (0.002383) ROLLBACK SQL (0.011255) BEGIN Processing ContactsController#edit (for 0.0.0.0 at 2007-06-08 00:05:07) [GET] Session ID: Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"contacts"} Contact Load (0.004692) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Load (0.001736) SELECT * FROM organizations WHERE (organizations.`id` = 2)  Rendering within layouts/application Rendering contacts/edit Tag Load (0.101269) SELECT tags.* FROM tags INNER JOIN taggings ON tags.id = taggings.tag_id WHERE ((taggings.taggable_type = 'Contact') AND (taggings.taggable_id = 1))  Rendered contacts/_photo_form (0.01677) Email Columns (0.010877) SHOW FIELDS FROM contact_data Email Load (0.006320) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  Rendered email/_form (0.05148) Address Columns (0.007684) SHOW FIELDS FROM contact_data Address Load (0.005932) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Address' ) )  Rendered address/_form (0.05176) Phone Columns (0.010049) SHOW FIELDS FROM contact_data Phone Load (0.005304) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Phone' ) )  Rendered phone/_form (0.04516) Url Columns (0.007551) SHOW FIELDS FROM contact_data Url Load (0.005599) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Url' ) )  Rendered url/_form (0.04198) Rendered contacts/_form (0.34675) Completed in 0.51636 (1 reqs/sec) | Rendering: 0.34547 (66%) | DB: 0.18065 (34%) | 200 OK [http://test.host/contacts/1;edit] SQL (0.005670) ROLLBACK SQL (0.000567) BEGIN Processing ContactsController#index (for 0.0.0.0 at 2007-06-08 00:05:07) [GET] Session ID: Parameters: {"action"=>"index", "controller"=>"contacts"} SQL (0.001574) SELECT count(*) AS count_all FROM contacts  Contact Load (0.004745) SELECT * FROM contacts ORDER BY last_viewed LIMIT 0, 10 Rendering within layouts/application Rendering contacts/index Organization Load (0.002172) SELECT * FROM organizations WHERE (organizations.`id` = 2)  Phone Load (0.003453) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Phone' ) )  Email Load (0.003191) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  Url Load (0.003204) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Url' ) )  Rendered contacts/_summary (0.05447) Phone Load (0.003306) SELECT * FROM contact_data WHERE (contact_data.contact_id = 2) AND ( (contact_data.`type` = 'Phone' ) )  Email Load (0.002956) SELECT * FROM contact_data WHERE (contact_data.contact_id = 2) AND ( (contact_data.`type` = 'Email' ) )  Url Load (0.002919) SELECT * FROM contact_data WHERE (contact_data.contact_id = 2) AND ( (contact_data.`type` = 'Url' ) )  Rendered contacts/_summary (0.01746) Organization Load (0.002200) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Phone Load (0.002844) SELECT * FROM contact_data WHERE (contact_data.contact_id = 3) AND ( (contact_data.`type` = 'Phone' ) )  Email Load (0.003573) SELECT * FROM contact_data WHERE (contact_data.contact_id = 3) AND ( (contact_data.`type` = 'Email' ) )  Url Load (0.002846) SELECT * FROM contact_data WHERE (contact_data.contact_id = 3) AND ( (contact_data.`type` = 'Url' ) )  Rendered contacts/_summary (0.02025) Completed in 0.18723 (5 reqs/sec) | Rendering: 0.14377 (76%) | DB: 0.04522 (24%) | 200 OK [http://test.host/] SQL (0.000849) ROLLBACK SQL (0.000577) BEGIN Processing ContactsController#list (for 0.0.0.0 at 2007-06-08 00:05:07) [GET] Session ID: Parameters: {"action"=>"list", "controller"=>"contacts"} SQL (0.000649) ROLLBACK SQL (0.000484) BEGIN Processing ContactsController#new (for 0.0.0.0 at 2007-06-08 00:05:07) [GET] Session ID: Parameters: {"action"=>"new", "controller"=>"contacts"} Rendering within layouts/application Rendering contacts/new SQL (0.000626) ROLLBACK SQL (0.000541) BEGIN Processing ContactsController#show (for 0.0.0.0 at 2007-06-08 00:05:08) [GET] Session ID: Parameters: {"action"=>"show", "id"=>"1", "controller"=>"contacts"} Contact Load (0.079816) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Update (0.004314) UPDATE contacts SET `phone` = NULL, `title` = 'Nuclear Engineer', `user_id` = NULL, `organization_id` = 2, `birthday` = NULL, `email` = NULL, `last_viewed` = '2007-06-08 00:05:08', `source` = NULL, `updated_at` = '2007-06-08 04:05:08', `url` = NULL, `name` = 'Homer Simpson' WHERE `id` = 1 ferret_create/update: Contact : 1 creating doc for class: Contact, id: 1 Adding field name with value 'Homer Simpson' to index Rendering within layouts/application Rendering contacts/show Organization Load (0.002341) SELECT * FROM organizations WHERE (organizations.`id` = 2)  Tag Load (0.001910) SELECT tags.* FROM tags INNER JOIN taggings ON tags.id = taggings.tag_id WHERE ((taggings.taggable_type = 'Contact') AND (taggings.taggable_id = 1))  Url Load (0.003321) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Url' ) )  Email Load (0.003388) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  Rendered email/_list (0.02757) Address Load (0.002996) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Address' ) )  Rendered address/_list (0.02202) Phone Load (0.075174) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Phone' ) )  Rendered phone/_list (0.08208) Rendered url/_list (0.02641) Rendered contacts/_contact (0.51934) Completed in 0.93109 (1 reqs/sec) | Rendering: 0.48085 (51%) | DB: 0.17443 (18%) | 200 OK [http://test.host/contacts/1] SQL (0.001871) ROLLBACK SQL (0.000564) BEGIN Processing ContactsController#update (for 0.0.0.0 at 2007-06-08 00:05:09) [POST] Session ID: Parameters: {"action"=>"update", "id"=>"1", "controller"=>"contacts"} Contact Load (0.004445) SELECT * FROM contacts WHERE (contacts.`id` = 1)  SQL (0.077718) ROLLBACK SQL (0.000454) BEGIN SQL (0.000528) ROLLBACK SQL (0.000439) BEGIN SQL (0.000759) ROLLBACK SQL (0.000437) BEGIN SQL (0.000624) ROLLBACK SQL (0.000600) BEGIN SQL (0.001414) SELECT count(*) AS count_all FROM organizations  Processing OrganizationsController#create (for 0.0.0.0 at 2007-06-08 00:05:09) [POST] Session ID: Parameters: {"action"=>"create", "controller"=>"organizations", "organization"=>{}} SQL (0.001208) INSERT INTO organizations (`name`) VALUES(NULL) Redirected to http://test.host/organizations/list Completed in 0.01201 (83 reqs/sec) | DB: 0.09106 (758%) | 302 Found [http://test.host/organizations/create?organization=] SQL (0.002136) SELECT count(*) AS count_all FROM organizations  SQL (0.001586) ROLLBACK SQL (0.000546) BEGIN Organization Load (0.002002) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Processing OrganizationsController#destroy (for 0.0.0.0 at 2007-06-08 00:05:09) [POST] Session ID: Parameters: {"action"=>"destroy", "id"=>"1", "controller"=>"organizations"} Organization Load (0.001809) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Organization Destroy (0.001170)  DELETE FROM organizations WHERE `id` = 1  Redirected to http://test.host/organizations/list Completed in 0.00756 (132 reqs/sec) | DB: 0.00925 (122%) | 302 Found [http://test.host/organizations/destroy/1] Organization Load (0.001636) SELECT * FROM organizations WHERE (organizations.`id` = 1)  SQL (0.001670) ROLLBACK SQL (0.000542) BEGIN Processing OrganizationsController#edit (for 0.0.0.0 at 2007-06-08 00:05:09) [GET] Session ID: Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"organizations"} Organization Load (0.001869) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Rendering within layouts/application Rendering organizations/edit Rendered organizations/_form (0.00444) Completed in 0.10816 (9 reqs/sec) | Rendering: 0.10442 (96%) | DB: 0.00572 (5%) | 200 OK [http://test.host/organizations/edit/1] SQL (0.000806) ROLLBACK SQL (0.000571) BEGIN Processing OrganizationsController#index (for 0.0.0.0 at 2007-06-08 00:05:09) [GET] Session ID: Parameters: {"action"=>"index", "controller"=>"organizations"} SQL (0.025561) SELECT count(*) AS count_all FROM organizations  Organization Load (0.012418) SELECT * FROM organizations LIMIT 0, 10 Rendering layoutfalseactionlist within layouts/application Rendering organizations/list Completed in 0.06455 (15 reqs/sec) | Rendering: 0.02255 (34%) | DB: 0.03936 (60%) | 200 OK [http://test.host/organizations] SQL (0.000763) ROLLBACK SQL (0.000609) BEGIN Processing OrganizationsController#list (for 0.0.0.0 at 2007-06-08 00:05:09) [GET] Session ID: Parameters: {"action"=>"list", "controller"=>"organizations"} SQL (0.001567) SELECT count(*) AS count_all FROM organizations  Organization Load (0.001974) SELECT * FROM organizations LIMIT 0, 10 Rendering within layouts/application Rendering organizations/list Completed in 0.06374 (15 reqs/sec) | Rendering: 0.01608 (25%) | DB: 0.00491 (7%) | 200 OK [http://test.host/organizations/list] SQL (0.000841) ROLLBACK SQL (0.000653) BEGIN Processing OrganizationsController#new (for 0.0.0.0 at 2007-06-08 00:05:09) [GET] Session ID: Parameters: {"action"=>"new", "controller"=>"organizations"} Rendering within layouts/application Rendering organizations/new Rendered organizations/_form (0.00124) Completed in 0.06823 (14 reqs/sec) | Rendering: 0.06487 (95%) | DB: 0.00149 (2%) | 200 OK [http://test.host/organizations/new] SQL (0.000723) ROLLBACK SQL (0.033134) BEGIN Processing OrganizationsController#show (for 0.0.0.0 at 2007-06-08 00:05:09) [GET] Session ID: Parameters: {"action"=>"show", "id"=>"1", "controller"=>"organizations"} Organization Load (0.002362) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Rendering within layouts/application Rendering organizations/show Completed in 0.01864 (53 reqs/sec) | Rendering: 0.01439 (77%) | DB: 0.03622 (194%) | 200 OK [http://test.host/organizations/show/1] SQL (0.000782) ROLLBACK SQL (0.001012) BEGIN Processing OrganizationsController#update (for 0.0.0.0 at 2007-06-08 00:05:09) [POST] Session ID: Parameters: {"action"=>"update", "id"=>"1", "controller"=>"organizations"} Organization Load (0.005342) SELECT * FROM organizations WHERE (organizations.`id` = 1)  Organization Update (0.001300) UPDATE organizations SET `name` = 'Moe\'s Tavern' WHERE `id` = 1 Redirected to http://test.host/organizations/show/1 Completed in 0.10053 (9 reqs/sec) | DB: 0.00844 (8%) | 302 Found [http://test.host/organizations/update/1] SQL (0.000841) ROLLBACK SQL (0.000393) BEGIN SQL (0.000462) ROLLBACK SQL (0.000464) BEGIN SQL (0.000534) ROLLBACK SQL (0.000429) BEGIN SQL (0.000502) ROLLBACK SQL (0.000443) BEGIN SQL (0.000534) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000667) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009534) SHOW FIELDS FROM contacts Tagging Columns (0.007052) SHOW FIELDS FROM taggings Tag Columns (0.006390) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000564) BEGIN SQL (0.000553) ROLLBACK SQL (0.000504) BEGIN SQL (0.000724) ROLLBACK SQL (0.000514) BEGIN SQL (0.000489) ROLLBACK SQL (0.000495) BEGIN SQL (0.000477) ROLLBACK SQL (0.000481) BEGIN SQL (0.000505) ROLLBACK SQL (0.000540) BEGIN SQL (0.000476) ROLLBACK SQL (0.000545) BEGIN SQL (0.000473) ROLLBACK SQL (0.000553) BEGIN SQL (0.000483) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000715) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012696) SHOW FIELDS FROM contacts Tagging Columns (0.009626) SHOW FIELDS FROM taggings Tag Columns (0.009258) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000534) BEGIN SQL (0.000481) ROLLBACK SQL (0.000490) BEGIN SQL (0.000474) ROLLBACK SQL (0.000596) BEGIN Contact Load (0.004475) SELECT * FROM contacts WHERE (contacts.`id` = 1)  SQL (0.000828) ROLLBACK SQL (0.000539) BEGIN SQL (0.000841) ROLLBACK SQL (0.000485) BEGIN SQL (0.000517) ROLLBACK SQL (0.000543) BEGIN SQL (0.000553) ROLLBACK SQL (0.001030) BEGIN SQL (0.000592) ROLLBACK SQL (0.000487) BEGIN SQL (0.000471) ROLLBACK SQL (0.000485) BEGIN SQL (0.000484) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000712) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.013108) SHOW FIELDS FROM contacts Tagging Columns (0.009683) SHOW FIELDS FROM taggings Tag Columns (0.009322) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000623) BEGIN SQL (0.000488) ROLLBACK SQL (0.000491) BEGIN SQL (0.000512) ROLLBACK SQL (0.000877) BEGIN Contact Load (0.004206) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.010935) SHOW FIELDS FROM organizations Organization Load (0.004147) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000829) ROLLBACK SQL (0.000475) BEGIN SQL (0.000824) ROLLBACK SQL (0.000497) BEGIN SQL (0.000482) ROLLBACK SQL (0.000475) BEGIN SQL (0.000547) ROLLBACK SQL (0.002041) BEGIN SQL (0.000569) ROLLBACK SQL (0.000480) BEGIN SQL (0.000473) ROLLBACK SQL (0.000508) BEGIN SQL (0.000478) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.001022) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012638) SHOW FIELDS FROM contacts Tagging Columns (0.028372) SHOW FIELDS FROM taggings Tag Columns (0.010253) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000605) BEGIN SQL (0.000494) ROLLBACK SQL (0.000488) BEGIN SQL (0.000471) ROLLBACK SQL (0.000527) BEGIN Contact Load (0.006676) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.008746) SHOW FIELDS FROM organizations Organization Load (0.004563) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000729) ROLLBACK SQL (0.000863) BEGIN SQL (0.000566) ROLLBACK SQL (0.000482) BEGIN SQL (0.000475) ROLLBACK SQL (0.000478) BEGIN SQL (0.000464) ROLLBACK SQL (0.000484) BEGIN SQL (0.000478) ROLLBACK SQL (0.000477) BEGIN SQL (0.000842) ROLLBACK SQL (0.000482) BEGIN SQL (0.000936) ROLLBACK SQL (0.000486) BEGIN SQL (0.000470) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000695) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009998) SHOW FIELDS FROM contacts Tagging Columns (0.006942) SHOW FIELDS FROM taggings Tag Columns (0.008584) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000574) BEGIN SQL (0.000540) ROLLBACK SQL (0.000549) BEGIN SQL (0.000536) ROLLBACK SQL (0.000538) BEGIN Contact Load (0.004395) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.005908) SHOW FIELDS FROM organizations Organization Load (0.005474) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000843) ROLLBACK SQL (0.000962) BEGIN SQL (0.000485) ROLLBACK SQL (0.000572) BEGIN SQL (0.000673) ROLLBACK SQL (0.000545) BEGIN SQL (0.000490) ROLLBACK SQL (0.000511) BEGIN SQL (0.000484) ROLLBACK SQL (0.000613) BEGIN SQL (0.000808) ROLLBACK SQL (0.000487) BEGIN SQL (0.000837) ROLLBACK SQL (0.000625) BEGIN SQL (0.000495) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000720) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012262) SHOW FIELDS FROM contacts Tagging Columns (0.009266) SHOW FIELDS FROM taggings Tag Columns (0.009086) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000530) BEGIN SQL (0.000487) ROLLBACK SQL (0.000558) BEGIN Contact Load (0.004632) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004543) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.007567) SHOW FIELDS FROM contact_data Email Load (0.006134) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000796) ROLLBACK SQL (0.000573) BEGIN Contact Load (0.004663) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.008235) SHOW FIELDS FROM organizations Organization Load (0.001873) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000816) ROLLBACK SQL (0.000514) BEGIN Contact Load (0.005439) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.008263) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003362) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.001208) ROLLBACK SQL (0.000549) BEGIN SQL (0.000511) ROLLBACK SQL (0.000504) BEGIN SQL (0.000519) ROLLBACK SQL (0.003082) BEGIN SQL (0.000624) ROLLBACK SQL (0.000532) BEGIN SQL (0.000483) ROLLBACK SQL (0.000543) BEGIN SQL (0.000485) ROLLBACK SQL (0.000544) BEGIN SQL (0.000490) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.005483) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.063825) SHOW FIELDS FROM contacts Tagging Columns (0.035241) SHOW FIELDS FROM taggings Tag Columns (0.006762) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000569) BEGIN SQL (0.000626) ROLLBACK SQL (0.000696) BEGIN Contact Load (0.004251) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.130693) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.158845) SHOW FIELDS FROM contact_data Email Load (0.187743) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.279209) ROLLBACK SQL (0.000570) BEGIN Contact Load (0.004207) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.040352) SHOW FIELDS FROM organizations Organization Load (0.032762) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000869) ROLLBACK SQL (0.000580) BEGIN Contact Load (0.004348) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.011044) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003272) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000833) ROLLBACK SQL (0.000545) BEGIN Contact Load (0.004576) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004481) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003126) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000720) ROLLBACK SQL (0.000478) BEGIN Contact Load (0.004317) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.221805) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000816) ROLLBACK SQL (0.000553) BEGIN SQL (0.000470) ROLLBACK SQL (0.000561) BEGIN Contact Load (0.004127) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004406) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003247) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000735) ROLLBACK SQL (0.000570) BEGIN Contact Load (0.006221) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004682) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000758) ROLLBACK SQL (0.000479) BEGIN SQL (0.000468) ROLLBACK SQL (0.000611) BEGIN Contact Load (0.004117) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004900) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003757) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000823) ROLLBACK SQL (0.000512) BEGIN Contact Load (0.004880) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.188799) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000803) ROLLBACK SQL (0.000568) BEGIN SQL (0.000563) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000709) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.013039) SHOW FIELDS FROM contacts Tagging Columns (0.009319) SHOW FIELDS FROM taggings Tag Columns (0.009007) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.001340) BEGIN SQL (0.000550) ROLLBACK SQL (0.000560) BEGIN Contact Load (0.004232) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004862) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.008212) SHOW FIELDS FROM contact_data Email Load (0.006038) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000850) ROLLBACK SQL (0.000474) BEGIN Contact Load (0.004448) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.006579) SHOW FIELDS FROM organizations Organization Load (0.004196) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000837) ROLLBACK SQL (0.000508) BEGIN Contact Load (0.004147) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004489) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003241) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.001079) ROLLBACK SQL (0.000477) BEGIN Contact Load (0.004296) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004204) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003469) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000726) ROLLBACK SQL (0.000500) BEGIN Contact Load (0.006705) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004222) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.001026) ROLLBACK SQL (0.000600) BEGIN SQL (0.000871) ROLLBACK SQL (0.000773) BEGIN Contact Load (0.004613) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004056) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003058) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000710) ROLLBACK SQL (0.000500) BEGIN Contact Load (0.004702) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004637) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000689) ROLLBACK SQL (0.000497) BEGIN Contact Load (0.004214) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004448) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003180) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000805) ROLLBACK SQL (0.000544) BEGIN Contact Load (0.004532) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004142) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000681) ROLLBACK SQL (0.000615) BEGIN SQL (0.000535) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000708) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.086229) SHOW FIELDS FROM contacts Tagging Columns (0.009517) SHOW FIELDS FROM taggings Tag Columns (0.008985) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000912) BEGIN SQL (0.000524) ROLLBACK SQL (0.000489) BEGIN Contact Load (0.007722) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.006414) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.007632) SHOW FIELDS FROM contact_data Email Load (0.005947) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000842) ROLLBACK SQL (0.002205) BEGIN Contact Load (0.004046) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.005812) SHOW FIELDS FROM organizations Organization Load (0.004457) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000829) ROLLBACK SQL (0.000486) BEGIN Contact Load (0.004085) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.003996) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003135) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000719) ROLLBACK SQL (0.000492) BEGIN Contact Load (0.004318) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004484) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003813) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000714) ROLLBACK SQL (0.000543) BEGIN Contact Load (0.004555) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004196) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000727) ROLLBACK SQL (0.000473) BEGIN SQL (0.000509) ROLLBACK SQL (0.000501) BEGIN Contact Load (0.004111) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004088) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003504) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000806) ROLLBACK SQL (0.000575) BEGIN Contact Load (0.006551) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004926) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000770) ROLLBACK SQL (0.000485) BEGIN Contact Load (0.004552) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004257) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003153) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000762) ROLLBACK SQL (0.000503) BEGIN Contact Load (0.004379) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.006861) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000834) ROLLBACK SQL (0.000552) BEGIN SQL (0.000469) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000653) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009472) SHOW FIELDS FROM contacts Tagging Columns (0.006938) SHOW FIELDS FROM taggings Tag Columns (0.009134) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000557) BEGIN SQL (0.000484) ROLLBACK SQL (0.000490) BEGIN Contact Load (0.004504) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004075) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.009584) SHOW FIELDS FROM contact_data Email Load (0.005946) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000866) ROLLBACK SQL (0.000499) BEGIN Contact Load (0.006109) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.006006) SHOW FIELDS FROM organizations Organization Load (0.004505) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.001209) ROLLBACK SQL (0.000481) BEGIN Contact Load (0.003993) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004074) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003493) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000792) ROLLBACK SQL (0.000483) BEGIN Contact Load (0.004524) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004209) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003152) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000813) ROLLBACK SQL (0.000513) BEGIN Contact Load (0.004842) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004560) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000795) ROLLBACK SQL (0.000559) BEGIN SQL (0.000477) ROLLBACK SQL (0.000524) BEGIN Contact Load (0.005088) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.003989) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.007412) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.003547) ROLLBACK SQL (0.000560) BEGIN Contact Load (0.004566) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004516) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000691) ROLLBACK SQL (0.000484) BEGIN Contact Load (0.004066) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004622) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003507) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000818) ROLLBACK SQL (0.000513) BEGIN Contact Load (0.004108) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004038) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000796) ROLLBACK SQL (0.000496) BEGIN SQL (0.000476) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000706) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012415) SHOW FIELDS FROM contacts Tagging Columns (0.007068) SHOW FIELDS FROM taggings Tag Columns (0.010009) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000578) BEGIN SQL (0.000589) ROLLBACK SQL (0.000898) BEGIN Contact Load (0.006533) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004613) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.007615) SHOW FIELDS FROM contact_data Email Load (0.005600) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000896) ROLLBACK SQL (0.000488) BEGIN Contact Load (0.004485) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.006412) SHOW FIELDS FROM organizations Organization Load (0.004348) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000834) ROLLBACK SQL (0.001087) BEGIN Contact Load (0.004310) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004578) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003234) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000711) ROLLBACK SQL (0.000524) BEGIN Contact Load (0.004230) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004247) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003554) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000736) ROLLBACK SQL (0.000541) BEGIN Contact Load (0.004390) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004669) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000708) ROLLBACK SQL (0.001046) BEGIN SQL (0.000900) ROLLBACK SQL (0.000546) BEGIN Contact Load (0.006564) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004598) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003580) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000793) ROLLBACK SQL (0.000571) BEGIN Contact Load (0.004613) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004013) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000744) ROLLBACK SQL (0.000530) BEGIN Contact Load (0.004234) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004629) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003845) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000791) ROLLBACK SQL (0.000564) BEGIN Contact Load (0.004540) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004142) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000738) ROLLBACK SQL (0.000545) BEGIN SQL (0.000464) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.001063) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009021) SHOW FIELDS FROM contacts Tagging Columns (0.009240) SHOW FIELDS FROM taggings Tag Columns (0.009209) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000517) BEGIN SQL (0.001127) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000653) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.149948) SHOW FIELDS FROM contacts Tagging Columns (0.006707) SHOW FIELDS FROM taggings Tag Columns (0.008125) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000579) BEGIN SQL (0.000794) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.001072) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.011442) SHOW FIELDS FROM contacts Tagging Columns (0.006828) SHOW FIELDS FROM taggings Tag Columns (0.009737) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000553) BEGIN SQL (0.000706) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000674) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009984) SHOW FIELDS FROM contacts Tagging Columns (0.006817) SHOW FIELDS FROM taggings Tag Columns (0.008853) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000548) BEGIN default field list: [:value] Email Columns (0.010557) SHOW FIELDS FROM contact_data Organization Columns (0.008794) SHOW FIELDS FROM organizations Organization Load (0.001933) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001112) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Url Columns (0.007881) SHOW FIELDS FROM contact_data Phone Columns (0.010857) SHOW FIELDS FROM contact_data SQL (0.004563) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000659) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009511) SHOW FIELDS FROM contacts Tagging Columns (0.006730) SHOW FIELDS FROM taggings Tag Columns (0.008984) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000590) BEGIN default field list: [:value] Url Columns (0.168116) SHOW FIELDS FROM contact_data Organization Columns (0.008315) SHOW FIELDS FROM organizations Organization Load (0.005046) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001058) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Phone Columns (0.010677) SHOW FIELDS FROM contact_data Email Columns (0.010058) SHOW FIELDS FROM contact_data SQL (0.001645) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000881) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012433) SHOW FIELDS FROM contacts Tagging Columns (0.009385) SHOW FIELDS FROM taggings Tag Columns (0.008894) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000668) BEGIN Organization Columns (0.012506) SHOW FIELDS FROM organizations Organization Load (0.001970) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001158) INSERT INTO organizations (`name`) VALUES('Citizen Agency') default field list: [:value] Email Columns (0.010371) SHOW FIELDS FROM contact_data Phone Columns (0.007315) SHOW FIELDS FROM contact_data Url Columns (0.010457) SHOW FIELDS FROM contact_data SQL (0.008410) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000664) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.010895) SHOW FIELDS FROM contacts Tagging Columns (0.007182) SHOW FIELDS FROM taggings Tag Columns (0.008069) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000693) BEGIN default field list: [:value] Url Columns (0.007754) SHOW FIELDS FROM contact_data Phone Columns (0.010274) SHOW FIELDS FROM contact_data Organization Columns (0.008685) SHOW FIELDS FROM organizations Organization Load (0.004186) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001178) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Email Columns (0.007980) SHOW FIELDS FROM contact_data SQL (0.033349) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000712) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.016121) SHOW FIELDS FROM contacts Tagging Columns (0.128406) SHOW FIELDS FROM taggings Tag Columns (0.006757) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000713) BEGIN default field list: [:value] Url Columns (0.007953) SHOW FIELDS FROM contact_data Phone Columns (0.010117) SHOW FIELDS FROM contact_data Email Columns (0.011152) SHOW FIELDS FROM contact_data Organization Columns (0.008360) SHOW FIELDS FROM organizations Organization Load (0.004461) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001240) INSERT INTO organizations (`name`) VALUES('Citizen Agency') SQL (0.001667) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000685) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009437) SHOW FIELDS FROM contacts Tagging Columns (0.009078) SHOW FIELDS FROM taggings Tag Columns (0.008822) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000991) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009762) SHOW FIELDS FROM contacts Tagging Columns (0.009944) SHOW FIELDS FROM taggings Tag Columns (0.009596) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000786) BEGIN SQL (0.000765) ROLLBACK SQL (0.000494) BEGIN Contact Load (0.005603) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004259) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.008257) SHOW FIELDS FROM contact_data Email Load (0.005823) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.001088) ROLLBACK SQL (0.000560) BEGIN Contact Load (0.004354) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.078484) SHOW FIELDS FROM organizations Organization Load (0.004681) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000772) ROLLBACK SQL (0.000502) BEGIN Contact Load (0.004263) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004317) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003141) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000818) ROLLBACK SQL (0.000440) BEGIN Url Columns (0.010217) SHOW FIELDS FROM contact_data Phone Columns (0.009068) SHOW FIELDS FROM contact_data Organization Load (0.003716) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001307) INSERT INTO organizations (`name`) VALUES('Citizen Agency') SQL (0.001440) INSERT INTO contacts (`name`, `updated_at`, `last_viewed`, `title`, `url`, `birthday`, `organization_id`, `phone`, `user_id`, `source`, `email`) VALUES('Chris Messina', '2007-06-08 06:08:06', NULL, 'Co-founder and Open Source Ambassador', NULL, '1981-01-07 00:00:00', 3, NULL, NULL, 'http://localhost:3000/cm.html', NULL) SQL (0.001172) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Email', 'chris.messina+website@gmail.com') ferret_create/update: Email : 5 ContactData Columns (0.010365) SHOW FIELDS FROM contact_data SQL (0.002472) SELECT count(*) AS count_all FROM contact_data  SQL (0.001676) SELECT count(*) AS count_all FROM contact_data  ContactData Load (0.003962) SELECT * FROM contact_data ORDER BY id ASC LIMIT 0, 1000 creating doc for class: Email, id: 1 Adding field value with value 'homer@simpson.com' to index creating doc for class: Email, id: 2 Adding field value with value 'marge@simpson.org' to index creating doc for class: Email, id: 3 Adding field value with value 'moe@moestavern.com' to index creating doc for class: Url, id: 4 Adding field value with value 'http://www.yahoo.com' to index creating doc for class: Email, id: 5 Adding field value with value 'chris.messina+website@gmail.com' to index creating doc for class: Email, id: 5 Adding field value with value 'chris.messina+website@gmail.com' to index SQL (0.001247) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Mobile', NULL, 4, 'Phone', '412.225.1051') ferret_create/update: Phone : 6 creating doc for class: Phone, id: 6 Adding field value with value '412.225.1051' to index SQL (0.001195) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://factoryjoe.com/blog') ferret_create/update: Url : 7 creating doc for class: Url, id: 7 Adding field value with value 'http://factoryjoe.com/blog' to index SQL (0.001405) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://claimid.com/factoryjoe') ferret_create/update: Url : 8 creating doc for class: Url, id: 8 Adding field value with value 'http://claimid.com/factoryjoe' to index SQL (0.001184) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://flickr.com/photos/factoryjoe/') ferret_create/update: Url : 9 creating doc for class: Url, id: 9 Adding field value with value 'http://flickr.com/photos/factoryjoe/' to index SQL (0.001560) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://flickr.com/people/factoryjoe/') ferret_create/update: Url : 10 creating doc for class: Url, id: 10 Adding field value with value 'http://flickr.com/people/factoryjoe/' to index SQL (0.001282) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'skype:factoryjoe?userinfo') ferret_create/update: Url : 11 creating doc for class: Url, id: 11 Adding field value with value 'skype:factoryjoe?userinfo' to index ferret_create/update: Contact : 4 creating doc for class: Contact, id: 4 Adding field name with value 'Chris Messina' to index SQL (0.002492) ROLLBACK SQL (0.000536) BEGIN Contact Load (0.005810) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004896) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.004183) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000805) ROLLBACK SQL (0.000566) BEGIN Contact Load (0.005036) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004634) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000730) ROLLBACK SQL (0.000878) BEGIN SQL (0.000609) ROLLBACK SQL (0.000529) BEGIN Contact Load (0.005313) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004731) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003389) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000820) ROLLBACK SQL (0.000541) BEGIN Contact Load (0.004275) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005001) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000796) ROLLBACK SQL (0.000624) BEGIN Contact Load (0.005535) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005824) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.001613) ROLLBACK SQL (0.000787) BEGIN Contact Load (0.004931) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.006446) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.004054) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000745) ROLLBACK SQL (0.000691) BEGIN SQL (0.004573) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000806) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012509) SHOW FIELDS FROM contacts Tagging Columns (0.009295) SHOW FIELDS FROM taggings Tag Columns (0.009142) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000603) BEGIN SQL (0.000490) ROLLBACK SQL (0.000532) BEGIN Contact Load (0.004405) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004389) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.010390) SHOW FIELDS FROM contact_data Email Load (0.003519) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000808) ROLLBACK SQL (0.000508) BEGIN Contact Load (0.004545) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.008481) SHOW FIELDS FROM organizations Organization Load (0.001803) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000796) ROLLBACK SQL (0.000515) BEGIN Contact Load (0.004444) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.013930) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003197) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000828) ROLLBACK SQL (0.000393) BEGIN Phone Columns (0.008679) SHOW FIELDS FROM contact_data Organization Load (0.004420) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001199) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Url Columns (0.008312) SHOW FIELDS FROM contact_data SQL (0.001348) INSERT INTO contacts (`name`, `updated_at`, `last_viewed`, `title`, `url`, `birthday`, `organization_id`, `phone`, `user_id`, `source`, `email`) VALUES('Chris Messina', '2007-06-08 06:16:29', NULL, 'Co-founder and Open Source Ambassador', NULL, '1981-01-07 00:00:00', 3, NULL, NULL, 'http://localhost:3000/cm.html', NULL) SQL (0.001227) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Email', 'chris.messina+website@gmail.com') ferret_create/update: Email : 5 creating doc for class: Email, id: 5 Adding field value with value 'chris.messina+website@gmail.com' to index SQL (0.012205) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Mobile', NULL, 4, 'Phone', '412.225.1051') ferret_create/update: Phone : 6 creating doc for class: Phone, id: 6 Adding field value with value '412.225.1051' to index SQL (0.001124) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://factoryjoe.com/blog') ferret_create/update: Url : 7 creating doc for class: Url, id: 7 Adding field value with value 'http://factoryjoe.com/blog' to index SQL (0.020803) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://claimid.com/factoryjoe') ferret_create/update: Url : 8 creating doc for class: Url, id: 8 Adding field value with value 'http://claimid.com/factoryjoe' to index SQL (0.001168) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://flickr.com/photos/factoryjoe/') ferret_create/update: Url : 9 creating doc for class: Url, id: 9 Adding field value with value 'http://flickr.com/photos/factoryjoe/' to index SQL (0.001346) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://flickr.com/people/factoryjoe/') ferret_create/update: Url : 10 creating doc for class: Url, id: 10 Adding field value with value 'http://flickr.com/people/factoryjoe/' to index SQL (0.001809) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'skype:factoryjoe?userinfo') ferret_create/update: Url : 11 creating doc for class: Url, id: 11 Adding field value with value 'skype:factoryjoe?userinfo' to index ferret_create/update: Contact : 4 creating doc for class: Contact, id: 4 Adding field name with value 'Chris Messina' to index SQL (0.002122) ROLLBACK SQL (0.000534) BEGIN Contact Load (0.005096) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005229) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003673) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000757) ROLLBACK SQL (0.000553) BEGIN Contact Load (0.006991) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.007253) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.001299) ROLLBACK SQL (0.000555) BEGIN SQL (0.000513) ROLLBACK SQL (0.000533) BEGIN Contact Load (0.004846) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004951) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003872) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000889) ROLLBACK SQL (0.000533) BEGIN Contact Load (0.005057) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.006994) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000761) ROLLBACK SQL (0.000528) BEGIN Contact Load (0.004624) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005032) SELECT * FROM contacts WHERE (contacts.`id` = 2)  ContactData Columns (0.008362) SHOW FIELDS FROM contact_data ContactData Load (0.005869) SELECT * FROM contact_data WHERE (contact_data.`id` = 4)  SQL (0.001049) ROLLBACK SQL (0.000576) BEGIN Contact Load (0.004224) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004590) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003441) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000743) ROLLBACK SQL (0.000811) BEGIN SQL (0.000554) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000656) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.010376) SHOW FIELDS FROM contacts Tagging Columns (0.006884) SHOW FIELDS FROM taggings Tag Columns (0.009366) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000535) BEGIN SQL (0.000542) ROLLBACK SQL (0.000914) BEGIN Contact Load (0.004624) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004492) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.010848) SHOW FIELDS FROM contact_data Email Load (0.003488) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000741) ROLLBACK SQL (0.000703) BEGIN Contact Load (0.004255) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.006975) SHOW FIELDS FROM organizations Organization Load (0.004614) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000848) ROLLBACK SQL (0.000513) BEGIN Contact Load (0.004223) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.006453) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.147163) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000754) ROLLBACK SQL (0.000781) BEGIN Phone Columns (0.010356) SHOW FIELDS FROM contact_data Organization Load (0.004806) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001130) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Url Columns (0.007692) SHOW FIELDS FROM contact_data SQL (0.004050) INSERT INTO contacts (`name`, `updated_at`, `last_viewed`, `title`, `url`, `birthday`, `organization_id`, `phone`, `user_id`, `source`, `email`) VALUES('Chris Messina', '2007-06-08 06:20:01', NULL, 'Co-founder and Open Source Ambassador', NULL, '1981-01-07 00:00:00', 3, NULL, NULL, 'http://localhost:3000/cm.html', NULL) SQL (0.001208) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Email', 'chris.messina+website@gmail.com') ferret_create/update: Email : 5 creating doc for class: Email, id: 5 Adding field value with value 'chris.messina+website@gmail.com' to index SQL (0.018046) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Mobile', NULL, 4, 'Phone', '412.225.1051') ferret_create/update: Phone : 6 creating doc for class: Phone, id: 6 Adding field value with value '412.225.1051' to index SQL (0.013992) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://factoryjoe.com/blog') ferret_create/update: Url : 7 creating doc for class: Url, id: 7 Adding field value with value 'http://factoryjoe.com/blog' to index SQL (0.001113) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://claimid.com/factoryjoe') ferret_create/update: Url : 8 creating doc for class: Url, id: 8 Adding field value with value 'http://claimid.com/factoryjoe' to index SQL (0.002630) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://flickr.com/photos/factoryjoe/') ferret_create/update: Url : 9 creating doc for class: Url, id: 9 Adding field value with value 'http://flickr.com/photos/factoryjoe/' to index SQL (0.001505) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://flickr.com/people/factoryjoe/') ferret_create/update: Url : 10 creating doc for class: Url, id: 10 Adding field value with value 'http://flickr.com/people/factoryjoe/' to index SQL (0.001097) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'skype:factoryjoe?userinfo') ferret_create/update: Url : 11 creating doc for class: Url, id: 11 Adding field value with value 'skype:factoryjoe?userinfo' to index ferret_create/update: Contact : 4 creating doc for class: Contact, id: 4 Adding field name with value 'Chris Messina' to index SQL (0.001969) ROLLBACK SQL (0.000525) BEGIN Contact Load (0.004619) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.007209) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003621) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.003059) ROLLBACK SQL (0.000578) BEGIN Contact Load (0.005413) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005046) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000942) ROLLBACK SQL (0.000565) BEGIN SQL (0.000636) ROLLBACK SQL (0.000571) BEGIN Contact Load (0.004748) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005580) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.004436) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000776) ROLLBACK SQL (0.000523) BEGIN Contact Load (0.005936) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004467) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.001089) ROLLBACK SQL (0.000585) BEGIN Contact Load (0.005655) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005807) SELECT * FROM contacts WHERE (contacts.`id` = 2)  ContactData Columns (0.013406) SHOW FIELDS FROM contact_data ContactData Load (0.003918) SELECT * FROM contact_data WHERE (contact_data.`id` = 4)  SQL (0.000922) ROLLBACK SQL (0.000562) BEGIN Contact Load (0.007768) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005327) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.004527) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000756) ROLLBACK SQL (0.000632) BEGIN SQL (0.000523) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000738) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012132) SHOW FIELDS FROM contacts Tagging Columns (0.009626) SHOW FIELDS FROM taggings Tag Columns (0.006715) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag default field list: [:value] SQL (0.000938) BEGIN SQL (0.000584) ROLLBACK SQL (0.000926) BEGIN Contact Load (0.004284) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.008869) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Columns (0.011380) SHOW FIELDS FROM contact_data Email Load (0.003236) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000767) ROLLBACK SQL (0.000583) BEGIN Contact Load (0.004838) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Organization Columns (0.008502) SHOW FIELDS FROM organizations Organization Load (0.001933) SELECT * FROM organizations WHERE (organizations.`id` = 2)  SQL (0.000821) ROLLBACK SQL (0.000492) BEGIN Contact Load (0.004294) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004396) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003529) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000806) ROLLBACK SQL (0.000434) BEGIN Phone Columns (0.021670) SHOW FIELDS FROM contact_data Organization Load (0.001888) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001114) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Url Columns (0.051807) SHOW FIELDS FROM contact_data SQL (0.001285) INSERT INTO contacts (`name`, `updated_at`, `last_viewed`, `title`, `url`, `birthday`, `organization_id`, `phone`, `user_id`, `source`, `email`) VALUES('Chris Messina', '2007-06-08 06:21:00', NULL, 'Co-founder and Open Source Ambassador', NULL, '1981-01-07 00:00:00', 3, NULL, NULL, 'http://localhost:3000/cm.html', NULL) SQL (0.001279) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Email', 'chris.messina+website@gmail.com') ferret_create/update: Email : 5 creating doc for class: Email, id: 5 Adding field value with value 'chris.messina+website@gmail.com' to index SQL (0.011855) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Mobile', NULL, 4, 'Phone', '412.225.1051') ferret_create/update: Phone : 6 creating doc for class: Phone, id: 6 Adding field value with value '412.225.1051' to index SQL (0.001181) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://factoryjoe.com/blog') ferret_create/update: Url : 7 creating doc for class: Url, id: 7 Adding field value with value 'http://factoryjoe.com/blog' to index SQL (0.001540) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://claimid.com/factoryjoe') ferret_create/update: Url : 8 creating doc for class: Url, id: 8 Adding field value with value 'http://claimid.com/factoryjoe' to index SQL (0.003665) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://flickr.com/photos/factoryjoe/') ferret_create/update: Url : 9 creating doc for class: Url, id: 9 Adding field value with value 'http://flickr.com/photos/factoryjoe/' to index SQL (0.001296) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'http://flickr.com/people/factoryjoe/') ferret_create/update: Url : 10 creating doc for class: Url, id: 10 Adding field value with value 'http://flickr.com/people/factoryjoe/' to index SQL (0.001347) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 4, 'Url', 'skype:factoryjoe?userinfo') ferret_create/update: Url : 11 creating doc for class: Url, id: 11 Adding field value with value 'skype:factoryjoe?userinfo' to index ferret_create/update: Contact : 4 creating doc for class: Contact, id: 4 Adding field name with value 'Chris Messina' to index SQL (0.002997) ROLLBACK SQL (0.000638) BEGIN Contact Load (0.004734) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005149) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003878) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000814) ROLLBACK SQL (0.000815) BEGIN Contact Load (0.007304) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004629) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.001175) ROLLBACK SQL (0.000529) BEGIN SQL (0.000732) ROLLBACK SQL (0.000735) BEGIN Contact Load (0.004963) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.004466) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003552) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000829) ROLLBACK SQL (0.001008) BEGIN Contact Load (0.004345) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005166) SELECT * FROM contacts WHERE (contacts.`id` = 2)  SQL (0.000737) ROLLBACK SQL (0.001144) BEGIN Contact Load (0.004395) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005062) SELECT * FROM contacts WHERE (contacts.`id` = 2)  ContactData Columns (0.009913) SHOW FIELDS FROM contact_data ContactData Load (0.003717) SELECT * FROM contact_data WHERE (contact_data.`id` = 4)  SQL (0.000818) ROLLBACK SQL (0.000582) BEGIN Contact Load (0.004775) SELECT * FROM contacts WHERE (contacts.`id` = 1)  Contact Load (0.005236) SELECT * FROM contacts WHERE (contacts.`id` = 2)  Email Load (0.003250) SELECT * FROM contact_data WHERE (contact_data.contact_id = 1) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.000815) ROLLBACK SQL (0.000542) BEGIN SQL (0.000545) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000742) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.011973) SHOW FIELDS FROM contacts Tagging Columns (0.007388) SHOW FIELDS FROM taggings Tag Columns (0.008643) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.164889) BEGIN SQL (0.000695) ROLLBACK SQL (0.000519) BEGIN default field list: [:value] Phone Columns (0.010239) SHOW FIELDS FROM contact_data Url Columns (0.010614) SHOW FIELDS FROM contact_data Organization Columns (0.008417) SHOW FIELDS FROM organizations Organization Load (0.001925) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001928) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Email Columns (0.007955) SHOW FIELDS FROM contact_data SQL (0.003881) INSERT INTO contacts (`name`, `updated_at`, `last_viewed`, `title`, `url`, `birthday`, `organization_id`, `phone`, `user_id`, `source`, `email`) VALUES('Chris Messina', '2007-06-08 06:35:23', NULL, 'Co-founder and Open Source Ambassador', NULL, '1981-01-07 00:00:00', 4, NULL, NULL, 'http://localhost:3000/cm.html', NULL) SQL (0.006146) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 5, 'Email', 'chris.messina+website@gmail.com') ferret_create/update: Email : 12 creating doc for class: Email, id: 12 Adding field value with value 'chris.messina+website@gmail.com' to index SQL (0.011734) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Mobile', NULL, 5, 'Phone', '412.225.1051') ferret_create/update: Phone : 13 creating doc for class: Phone, id: 13 Adding field value with value '412.225.1051' to index SQL (0.001173) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 5, 'Url', 'http://factoryjoe.com/blog') ferret_create/update: Url : 14 creating doc for class: Url, id: 14 Adding field value with value 'http://factoryjoe.com/blog' to index SQL (0.001211) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 5, 'Url', 'http://claimid.com/factoryjoe') ferret_create/update: Url : 15 creating doc for class: Url, id: 15 Adding field value with value 'http://claimid.com/factoryjoe' to index SQL (0.001158) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 5, 'Url', 'http://flickr.com/photos/factoryjoe/') ferret_create/update: Url : 16 creating doc for class: Url, id: 16 Adding field value with value 'http://flickr.com/photos/factoryjoe/' to index SQL (0.001466) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 5, 'Url', 'http://flickr.com/people/factoryjoe/') ferret_create/update: Url : 17 creating doc for class: Url, id: 17 Adding field value with value 'http://flickr.com/people/factoryjoe/' to index SQL (0.001335) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 5, 'Url', 'skype:factoryjoe?userinfo') ferret_create/update: Url : 18 creating doc for class: Url, id: 18 Adding field value with value 'skype:factoryjoe?userinfo' to index ferret_create/update: Contact : 5 creating doc for class: Contact, id: 5 Adding field name with value 'Chris Messina' to index SQL (0.002998) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000664) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009450) SHOW FIELDS FROM contacts Tagging Columns (0.006890) SHOW FIELDS FROM taggings Tag Columns (0.008943) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000712) BEGIN SQL (0.001088) ROLLBACK SQL (0.000515) BEGIN default field list: [:value] Phone Columns (0.010428) SHOW FIELDS FROM contact_data Url Columns (0.010692) SHOW FIELDS FROM contact_data Organization Columns (0.009092) SHOW FIELDS FROM organizations Organization Load (0.002333) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001254) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Email Columns (0.010909) SHOW FIELDS FROM contact_data SQL (0.001298) INSERT INTO contacts (`name`, `updated_at`, `last_viewed`, `title`, `url`, `birthday`, `organization_id`, `phone`, `user_id`, `source`, `email`) VALUES('Chris Messina', '2007-06-08 06:36:16', NULL, 'Co-founder and Open Source Ambassador', NULL, '1981-01-07 00:00:00', 5, NULL, NULL, 'http://localhost:3000/cm.html', NULL) SQL (0.001174) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 6, 'Email', 'chris.messina+website@gmail.com') ferret_create/update: Email : 19 creating doc for class: Email, id: 19 Adding field value with value 'chris.messina+website@gmail.com' to index SQL (0.001295) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Mobile', NULL, 6, 'Phone', '412.225.1051') ferret_create/update: Phone : 20 creating doc for class: Phone, id: 20 Adding field value with value '412.225.1051' to index SQL (0.010828) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 6, 'Url', 'http://factoryjoe.com/blog') ferret_create/update: Url : 21 creating doc for class: Url, id: 21 Adding field value with value 'http://factoryjoe.com/blog' to index SQL (0.001153) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 6, 'Url', 'http://claimid.com/factoryjoe') ferret_create/update: Url : 22 creating doc for class: Url, id: 22 Adding field value with value 'http://claimid.com/factoryjoe' to index SQL (0.008030) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 6, 'Url', 'http://flickr.com/photos/factoryjoe/') ferret_create/update: Url : 23 creating doc for class: Url, id: 23 Adding field value with value 'http://flickr.com/photos/factoryjoe/' to index SQL (0.002653) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 6, 'Url', 'http://flickr.com/people/factoryjoe/') ferret_create/update: Url : 24 creating doc for class: Url, id: 24 Adding field value with value 'http://flickr.com/people/factoryjoe/' to index SQL (0.001313) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 6, 'Url', 'skype:factoryjoe?userinfo') ferret_create/update: Url : 25 creating doc for class: Url, id: 25 Adding field value with value 'skype:factoryjoe?userinfo' to index ferret_create/update: Contact : 6 creating doc for class: Contact, id: 6 Adding field name with value 'Chris Messina' to index SQL (0.002048) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000671) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.009424) SHOW FIELDS FROM contacts Tagging Columns (0.007001) SHOW FIELDS FROM taggings Tag Columns (0.008770) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000734) BEGIN SQL (0.000691) ROLLBACK SQL (0.000509) BEGIN default field list: [:value] Phone Columns (0.007931) SHOW FIELDS FROM contact_data Url Columns (0.010392) SHOW FIELDS FROM contact_data Organization Columns (0.009594) SHOW FIELDS FROM organizations Organization Load (0.005013) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001157) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Email Columns (0.010827) SHOW FIELDS FROM contact_data SQL (0.001263) INSERT INTO contacts (`name`, `updated_at`, `last_viewed`, `title`, `url`, `birthday`, `organization_id`, `phone`, `user_id`, `source`, `email`) VALUES('Chris Messina', '2007-06-08 06:38:57', NULL, 'Co-founder and Open Source Ambassador', NULL, '1981-01-07 00:00:00', 6, NULL, NULL, 'http://localhost:3000/cm.html', NULL) SQL (0.001360) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 7, 'Email', 'chris.messina+website@gmail.com') ferret_create/update: Email : 26 creating doc for class: Email, id: 26 Adding field value with value 'chris.messina+website@gmail.com' to index SQL (0.012221) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Mobile', NULL, 7, 'Phone', '412.225.1051') ferret_create/update: Phone : 27 creating doc for class: Phone, id: 27 Adding field value with value '412.225.1051' to index SQL (0.001190) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 7, 'Url', 'http://factoryjoe.com/blog') ferret_create/update: Url : 28 creating doc for class: Url, id: 28 Adding field value with value 'http://factoryjoe.com/blog' to index SQL (0.011855) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 7, 'Url', 'http://claimid.com/factoryjoe') ferret_create/update: Url : 29 creating doc for class: Url, id: 29 Adding field value with value 'http://claimid.com/factoryjoe' to index SQL (0.011218) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 7, 'Url', 'http://flickr.com/photos/factoryjoe/') ferret_create/update: Url : 30 creating doc for class: Url, id: 30 Adding field value with value 'http://flickr.com/photos/factoryjoe/' to index SQL (0.004008) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 7, 'Url', 'http://flickr.com/people/factoryjoe/') ferret_create/update: Url : 31 creating doc for class: Url, id: 31 Adding field value with value 'http://flickr.com/people/factoryjoe/' to index SQL (0.001115) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 7, 'Url', 'skype:factoryjoe?userinfo') ferret_create/update: Url : 32 creating doc for class: Url, id: 32 Adding field value with value 'skype:factoryjoe?userinfo' to index ferret_create/update: Contact : 7 creating doc for class: Contact, id: 7 Adding field name with value 'Chris Messina' to index SQL (0.002145) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.001231) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.012418) SHOW FIELDS FROM contacts Tagging Columns (0.009620) SHOW FIELDS FROM taggings Tag Columns (0.008532) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000741) BEGIN SQL (0.000718) ROLLBACK SQL (0.000571) BEGIN default field list: [:value] Phone Columns (0.010092) SHOW FIELDS FROM contact_data Url Columns (0.010382) SHOW FIELDS FROM contact_data Organization Columns (0.008602) SHOW FIELDS FROM organizations Organization Load (0.001797) SELECT * FROM organizations WHERE (organizations.`name` = 'Citizen Agency') LIMIT 1 SQL (0.001171) INSERT INTO organizations (`name`) VALUES('Citizen Agency') Email Columns (0.010428) SHOW FIELDS FROM contact_data SQL (0.001403) INSERT INTO contacts (`name`, `updated_at`, `last_viewed`, `title`, `url`, `birthday`, `organization_id`, `phone`, `user_id`, `source`, `email`) VALUES('Chris Messina', '2007-06-08 06:39:29', NULL, 'Co-founder and Open Source Ambassador', NULL, '1981-01-07 00:00:00', 7, NULL, NULL, 'http://localhost:3000/cm.html', NULL) SQL (0.001223) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 8, 'Email', 'chris.messina+website@gmail.com') ferret_create/update: Email : 33 creating doc for class: Email, id: 33 Adding field value with value 'chris.messina+website@gmail.com' to index SQL (0.001166) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Mobile', NULL, 8, 'Phone', '412.225.1051') ferret_create/update: Phone : 34 creating doc for class: Phone, id: 34 Adding field value with value '412.225.1051' to index SQL (0.001362) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 8, 'Url', 'http://factoryjoe.com/blog') ferret_create/update: Url : 35 creating doc for class: Url, id: 35 Adding field value with value 'http://factoryjoe.com/blog' to index SQL (0.011997) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 8, 'Url', 'http://claimid.com/factoryjoe') ferret_create/update: Url : 36 creating doc for class: Url, id: 36 Adding field value with value 'http://claimid.com/factoryjoe' to index SQL (0.002281) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 8, 'Url', 'http://flickr.com/photos/factoryjoe/') ferret_create/update: Url : 37 creating doc for class: Url, id: 37 Adding field value with value 'http://flickr.com/photos/factoryjoe/' to index SQL (0.001635) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 8, 'Url', 'http://flickr.com/people/factoryjoe/') ferret_create/update: Url : 38 creating doc for class: Url, id: 38 Adding field value with value 'http://flickr.com/people/factoryjoe/' to index SQL (0.001241) INSERT INTO contact_data (`name`, `category`, `is_default`, `contact_id`, `type`, `value`) VALUES(NULL, 'Home', NULL, 8, 'Url', 'skype:factoryjoe?userinfo') ferret_create/update: Url : 39 creating doc for class: Url, id: 39 Adding field value with value 'skype:factoryjoe?userinfo' to index ferret_create/update: Contact : 8 creating doc for class: Contact, id: 8 Adding field name with value 'Chris Messina' to index SQL (0.066798) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.051965) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.292690) SHOW FIELDS FROM contacts Tagging Columns (0.081091) SHOW FIELDS FROM taggings Tag Columns (0.007656) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000768) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked default field list: [:name] SQL (0.000798) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.029049) SHOW FIELDS FROM contacts Tagging Columns (0.010641) SHOW FIELDS FROM taggings Tag Columns (0.020412) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000521) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked SQL (0.001680) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.250568) SHOW FIELDS FROM contacts Tagging Columns (0.043389) SHOW FIELDS FROM taggings Tag Columns (0.013859) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000529) BEGIN Processing ImportController#preview (for 0.0.0.0 at 2007-08-03 21:57:59) [GET] Session ID: Parameters: {"import_url"=>"http://localhost:3000/cm.html", "action"=>"preview", "controller"=>"import", "user_id"=>"1"} Redirected to http://test.host/login Completed in 0.00352 (284 reqs/sec) | DB: 0.31002 (8809%) | 302 Found [http://test.host/import/preview?import_url=http%3A%2F%2Flocalhost%3A3000%2Fcm.html&user_id=1] SQL (0.000509) ROLLBACK SQL (0.000308) BEGIN SQL (0.000316) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked SQL (0.000546) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.402124) SHOW FIELDS FROM contacts Tagging Columns (0.004464) SHOW FIELDS FROM taggings Tag Columns (0.007896) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000562) BEGIN Processing ImportController#preview (for 0.0.0.0 at 2007-08-03 22:02:38) [GET] Session ID: Parameters: {"import_url"=>"http://localhost:3000/cm.html", "action"=>"preview", "controller"=>"import", "user_id"=>"1"} Redirected to http://test.host/login Completed in 0.00467 (213 reqs/sec) | DB: 0.41559 (8891%) | 302 Found [http://test.host/import/preview?import_url=http%3A%2F%2Flocalhost%3A3000%2Fcm.html&user_id=1] SQL (0.000578) ROLLBACK SQL (0.000313) BEGIN SQL (0.000364) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked SQL (0.000513) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.008070) SHOW FIELDS FROM contacts Tagging Columns (0.005894) SHOW FIELDS FROM taggings Tag Columns (0.006812) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000534) BEGIN SQL (0.000426) ROLLBACK SQL (0.000337) BEGIN SQL (0.000388) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked SQL (0.001441) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.011579) SHOW FIELDS FROM contacts Tagging Columns (0.006444) SHOW FIELDS FROM taggings Tag Columns (0.023353) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000531) BEGIN SQL (0.001587) ROLLBACK SQL (0.000342) BEGIN SQL (0.000540) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked SQL (0.001110) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.007541) SHOW FIELDS FROM contacts Tagging Columns (0.006130) SHOW FIELDS FROM taggings Tag Columns (0.008548) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000919) BEGIN Processing ImportController#preview (for 0.0.0.0 at 2007-08-03 22:10:35) [GET] Session ID: Parameters: {"import_url"=>"http://localhost:3000/cm.html", "action"=>"preview", "controller"=>"import"} User Columns (0.294128) SHOW FIELDS FROM users User Load (0.005533) SELECT * FROM users WHERE (users.`id` = 1) LIMIT 1 Organization Columns (0.010997) SHOW FIELDS FROM organizations Organization Load (0.003819) SELECT * FROM organizations WHERE (organizations.`name` IS NULL) LIMIT 1 default field list: [:value] Url Columns (0.083508) SHOW FIELDS FROM contact_data Email Columns (0.005305) SHOW FIELDS FROM contact_data Phone Columns (0.009158) SHOW FIELDS FROM contact_data Address Columns (0.018027) SHOW FIELDS FROM contact_data SQL (0.003489) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Address' ) )  InstantMessage Columns (0.006340) SHOW FIELDS FROM contact_data SQL (0.004459) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'InstantMessage' ) )  SQL (0.002218) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.001286) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Phone' ) )  SQL (0.001243) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Url' ) )  SQL (0.001213) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Address' ) )  SQL (0.002303) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'InstantMessage' ) )  ContactData Columns (0.025230) SHOW FIELDS FROM contact_data ContactData Load (0.011469) SELECT * FROM contact_data WHERE (contact_data.`contact_id` IS NULL)  Url Load (0.002215) SELECT * FROM contact_data WHERE (contact_data.contact_id = NULL) AND (contact_data.`value` = 'http://www.yahoo.com') AND ( (contact_data.`type` = 'Url' ) ) LIMIT 1 Rendering within layouts/application Rendering import/preview Completed in 1.51246 (0 reqs/sec) | Rendering: 0.13093 (8%) | DB: 0.51619 (34%) | 200 OK [http://test.host/import/preview?import_url=http%3A%2F%2Flocalhost%3A3000%2Fcm.html] SQL (0.029441) ROLLBACK SQL (0.000451) BEGIN SQL (0.000459) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked SQL (0.000726) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.072981) SHOW FIELDS FROM contacts Tagging Columns (0.009500) SHOW FIELDS FROM taggings Tag Columns (0.007739) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.001032) BEGIN Processing ImportController#preview (for 0.0.0.0 at 2007-08-03 22:12:15) [GET] Session ID: Parameters: {"import_url"=>"http://localhost:3000/cm.html", "action"=>"preview", "controller"=>"import"} User Columns (0.009549) SHOW FIELDS FROM users User Load (0.003202) SELECT * FROM users WHERE (users.`id` = 1) LIMIT 1 default field list: [:value] Email Columns (0.042122) SHOW FIELDS FROM contact_data Phone Columns (0.011314) SHOW FIELDS FROM contact_data Organization Columns (0.007590) SHOW FIELDS FROM organizations Organization Load (0.004185) SELECT * FROM organizations WHERE (organizations.`name` IS NULL) LIMIT 1 Url Columns (0.007187) SHOW FIELDS FROM contact_data Address Columns (0.007102) SHOW FIELDS FROM contact_data SQL (0.003305) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Address' ) )  InstantMessage Columns (0.005606) SHOW FIELDS FROM contact_data SQL (0.006132) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'InstantMessage' ) )  SQL (0.001296) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.001330) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Phone' ) )  SQL (0.001820) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Url' ) )  SQL (0.001255) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Address' ) )  SQL (0.001559) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'InstantMessage' ) )  ContactData Columns (0.008206) SHOW FIELDS FROM contact_data ContactData Load (0.005591) SELECT * FROM contact_data WHERE (contact_data.`contact_id` IS NULL)  Url Load (0.003694) SELECT * FROM contact_data WHERE (contact_data.contact_id = NULL) AND (contact_data.`value` = 'http://www.yahoo.com') AND ( (contact_data.`type` = 'Url' ) ) LIMIT 1 Rendering within layouts/application Rendering import/preview Completed in 0.85763 (1 reqs/sec) | Rendering: 0.02959 (3%) | DB: 0.22402 (26%) | 200 OK [http://test.host/import/preview?import_url=http%3A%2F%2Flocalhost%3A3000%2Fcm.html] SQL (0.000717) ROLLBACK SQL (0.000343) BEGIN SQL (0.000337) ROLLBACK has_many_polymorphs: Rails environment detected has_many_polymorphs: loaded ok has_many_polymorphs: autoload hook invoked SQL (0.000514) SET SQL_AUTO_IS_NULL=0 Contact Columns (0.005943) SHOW FIELDS FROM contacts Tagging Columns (0.004580) SHOW FIELDS FROM taggings Tag Columns (0.006269) SHOW FIELDS FROM tags has_many_polymorphs: preloaded parent model Tag SQL (0.000563) BEGIN Processing ImportController#preview (for 0.0.0.0 at 2007-08-04 01:01:59) [GET] Session ID: Parameters: {"import_url"=>"http://localhost:3000/cm.html", "action"=>"preview", "controller"=>"import"} User Columns (0.009644) SHOW FIELDS FROM users User Load (0.004772) SELECT * FROM users WHERE (users.`id` = 1) LIMIT 1 default field list: [:value] Email Columns (0.005861) SHOW FIELDS FROM contact_data Phone Columns (0.007265) SHOW FIELDS FROM contact_data Organization Columns (0.007200) SHOW FIELDS FROM organizations Organization Load (0.003220) SELECT * FROM organizations WHERE (organizations.`name` IS NULL) LIMIT 1 Url Columns (0.005609) SHOW FIELDS FROM contact_data Address Columns (0.007510) SHOW FIELDS FROM contact_data SQL (0.003662) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Address' ) )  InstantMessage Columns (0.005085) SHOW FIELDS FROM contact_data SQL (0.003976) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'InstantMessage' ) )  SQL (0.001274) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Email' ) )  SQL (0.001955) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Phone' ) )  SQL (0.001523) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Url' ) )  SQL (0.001175) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'Address' ) )  SQL (0.001249) SELECT count(*) AS count_all FROM contact_data WHERE (contact_data.contact_id = NULL) AND ( (contact_data.`type` = 'InstantMessage' ) )  ContactData Columns (0.005431) SHOW FIELDS FROM contact_data ContactData Load (0.004394) SELECT * FROM contact_data WHERE (contact_data.`contact_id` IS NULL)  Url Load (0.002134) SELECT * FROM contact_data WHERE (contact_data.contact_id = NULL) AND (contact_data.`value` = 'http://www.yahoo.com') AND ( (contact_data.`type` = 'Url' ) ) LIMIT 1 Rendering within layouts/application Rendering import/preview Rendered email/_list (0.02567) Rendered address/_list (0.04387) Rendered phone/_list (0.00552) Rendered url/_list (0.02221) Rendered contacts/_contact (0.16868) Rendered import/_contact_preview (0.19404) Completed in 1.38475 (0 reqs/sec) | Rendering: 0.57998 (41%) | DB: 0.10081 (7%) | 200 OK [http://test.host/import/preview?import_url=http%3A%2F%2Flocalhost%3A3000%2Fcm.html] SQL (0.000663) ROLLBACK SQL (0.000325) BEGIN SQL (0.000328) ROLLBACK