customer_vault 1.2.6 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69015,3 +69015,2794 @@ Completed 200 OK in 9ms (Views: 6.1ms | ActiveRecord: 0.6ms)
69015
69015
   (0.9ms) DELETE FROM "dorsale_comments";
69016
69016
   (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69017
69017
   (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
69018
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
69019
+  (0.1ms) begin transaction
69020
+  (0.1ms) SAVEPOINT active_record_1
69021
+ SQL (9.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:03 UTC +00:00], ["email", "cordia_hamill@powlowskikaulke.name"], ["fax", "09xxxxxxx"], ["name", "Weimann Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:03 UTC +00:00]]
69022
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69023
+ Processing by CustomerVault::CorporationsController#show as HTML
69024
+ Parameters: {"id"=>"1"}
69025
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69026
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (0.3ms)
69027
+ Completed 200 OK in 66ms (Views: 62.0ms | ActiveRecord: 0.2ms)
69028
+  (0.5ms) rollback transaction
69029
+  (0.1ms) begin transaction
69030
+ Processing by CustomerVault::CorporationsController#new as HTML
69031
+ Completed 200 OK in 43ms (Views: 4.9ms | ActiveRecord: 0.4ms)
69032
+  (0.1ms) rollback transaction
69033
+  (0.1ms) begin transaction
69034
+  (0.2ms) SAVEPOINT active_record_1
69035
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "emiliano.mcclure@stokes.biz"], ["fax", "09xxxxxxx"], ["name", "Turner Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69036
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69037
+ Processing by CustomerVault::CorporationsController#edit as HTML
69038
+ Parameters: {"id"=>"1"}
69039
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69040
+ Dorsale::Address Load (0.5ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
69041
+ Completed 200 OK in 6ms (Views: 3.6ms | ActiveRecord: 0.6ms)
69042
+  (0.4ms) rollback transaction
69043
+  (0.1ms) begin transaction
69044
+  (0.2ms) SELECT COUNT(*) FROM "customer_vault_corporations"
69045
+ Processing by CustomerVault::CorporationsController#create as HTML
69046
+ Parameters: {"corporation"=>{"name"=>"Champlin Corp", "email"=>"stephanie@gislason.net", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
69047
+  (0.1ms) SAVEPOINT active_record_1
69048
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "stephanie@gislason.net"], ["fax", "09xxxxxxx"], ["name", "Champlin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69050
+ Redirected to http://test.host/customer_vault/corporations/1
69051
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
69052
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
69053
+  (0.6ms) rollback transaction
69054
+  (0.1ms) begin transaction
69055
+ Processing by CustomerVault::CorporationsController#create as HTML
69056
+ Parameters: {"corporation"=>{"name"=>"Beatty Corp", "email"=>"naomi_west@hackett.org", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
69057
+  (0.1ms) SAVEPOINT active_record_1
69058
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "naomi_west@hackett.org"], ["fax", "09xxxxxxx"], ["name", "Beatty Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69060
+ Redirected to http://test.host/customer_vault/corporations/1
69061
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
69062
+  (0.6ms) rollback transaction
69063
+  (0.1ms) begin transaction
69064
+ Processing by CustomerVault::CorporationsController#create as HTML
69065
+ Parameters: {"corporation"=>{"name"=>"Lowe Corp", "email"=>"jacynthe@paucek.net", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
69066
+  (0.1ms) SAVEPOINT active_record_1
69067
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "jacynthe@paucek.net"], ["fax", "09xxxxxxx"], ["name", "Lowe Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69068
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69069
+ Redirected to http://test.host/customer_vault/corporations/1
69070
+ Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
69071
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" ORDER BY "customer_vault_corporations"."id" DESC LIMIT 1
69072
+  (0.6ms) rollback transaction
69073
+  (0.1ms) begin transaction
69074
+ Processing by CustomerVault::CorporationsController#create as HTML
69075
+ Parameters: {"corporation"=>{"name"=>""}}
69076
+  (0.1ms) SAVEPOINT active_record_1
69077
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
69078
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
69079
+  (0.1ms) rollback transaction
69080
+  (0.0ms) begin transaction
69081
+ Processing by CustomerVault::CorporationsController#create as HTML
69082
+ Parameters: {"corporation"=>{"name"=>""}}
69083
+  (0.1ms) SAVEPOINT active_record_1
69084
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
69085
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.1ms)
69086
+  (0.1ms) rollback transaction
69087
+  (0.0ms) begin transaction
69088
+  (0.1ms) SAVEPOINT active_record_1
69089
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "pauline.nolan@wilkinsonroberts.org"], ["fax", "09xxxxxxx"], ["name", "Braun Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69090
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69091
+ Processing by CustomerVault::CorporationsController#update as HTML
69092
+ Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
69093
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69094
+  (0.1ms) SAVEPOINT active_record_1
69095
+ SQL (1.1ms) UPDATE "customer_vault_corporations" SET "name" = ?, "updated_at" = ? WHERE "customer_vault_corporations"."id" = 1 [["name", "New name"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69096
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69097
+ Redirected to http://test.host/customer_vault/corporations/1
69098
+ Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
69099
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
69100
+  (0.7ms) rollback transaction
69101
+  (0.1ms) begin transaction
69102
+  (0.1ms) SAVEPOINT active_record_1
69103
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "ronaldo_nikolaus@hoppe.biz"], ["fax", "09xxxxxxx"], ["name", "Kuphal Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69104
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69105
+ Processing by CustomerVault::CorporationsController#update as HTML
69106
+ Parameters: {"corporation"=>{"name"=>"Kuphal Corp", "email"=>"ronaldo_nikolaus@hoppe.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
69107
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69108
+  (0.1ms) SAVEPOINT active_record_1
69109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69110
+ Redirected to http://test.host/customer_vault/corporations/1
69111
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
69112
+  (0.4ms) rollback transaction
69113
+  (0.1ms) begin transaction
69114
+  (0.1ms) SAVEPOINT active_record_1
69115
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "aliya@wisokyzemlak.name"], ["fax", "09xxxxxxx"], ["name", "Bergnaum Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69117
+ Processing by CustomerVault::CorporationsController#update as HTML
69118
+ Parameters: {"corporation"=>{"name"=>"Bergnaum Corp", "email"=>"aliya@wisokyzemlak.name", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
69119
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69120
+  (0.1ms) SAVEPOINT active_record_1
69121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69122
+ Redirected to http://test.host/customer_vault/corporations/1
69123
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
69124
+  (0.4ms) rollback transaction
69125
+  (0.1ms) begin transaction
69126
+  (0.1ms) SAVEPOINT active_record_1
69127
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "ryley_bashirian@ruellueilwitz.name"], ["fax", "09xxxxxxx"], ["name", "Moen Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69129
+ Processing by CustomerVault::CorporationsController#update as HTML
69130
+ Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
69131
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69132
+  (0.1ms) SAVEPOINT active_record_1
69133
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
69134
+ Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)
69135
+  (0.4ms) rollback transaction
69136
+  (0.0ms) begin transaction
69137
+  (0.1ms) SAVEPOINT active_record_1
69138
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "dangelo.hagenes@nicolas.biz"], ["fax", "09xxxxxxx"], ["name", "Bradtke Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69139
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69140
+ Processing by CustomerVault::CorporationsController#update as HTML
69141
+ Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
69142
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69143
+  (0.1ms) SAVEPOINT active_record_1
69144
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
69145
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
69146
+  (0.4ms) rollback transaction
69147
+  (0.0ms) begin transaction
69148
+  (0.3ms) SAVEPOINT active_record_1
69149
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "candido@stracke.name"], ["fax", "09xxxxxxx"], ["name", "Stroman Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69150
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69151
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
69152
+ Processing by CustomerVault::CorporationsController#destroy as HTML
69153
+ Parameters: {"id"=>"1"}
69154
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69155
+  (0.1ms) SAVEPOINT active_record_1
69156
+ SQL (0.4ms) DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
69157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69158
+ Redirected to http://test.host/customer_vault/people
69159
+ Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
69160
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
69161
+  (0.7ms) rollback transaction
69162
+  (0.1ms) begin transaction
69163
+  (0.1ms) SAVEPOINT active_record_1
69164
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "molly_kuvalis@okuneva.biz"], ["fax", "09xxxxxxx"], ["name", "Paucek Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69166
+ Processing by CustomerVault::CorporationsController#destroy as HTML
69167
+ Parameters: {"id"=>"1"}
69168
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69169
+  (0.1ms) SAVEPOINT active_record_1
69170
+ SQL (0.3ms) DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
69171
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69172
+ Redirected to http://test.host/customer_vault/people
69173
+ Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
69174
+  (0.6ms) rollback transaction
69175
+  (0.1ms) begin transaction
69176
+  (0.1ms) SAVEPOINT active_record_1
69177
+ SQL (0.9ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69178
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69179
+ Processing by CustomerVault::IndividualsController#show as HTML
69180
+ Parameters: {"id"=>"1"}
69181
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
69182
+ Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.2ms)
69183
+  (0.4ms) rollback transaction
69184
+  (0.1ms) begin transaction
69185
+ Processing by CustomerVault::IndividualsController#new as HTML
69186
+ Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms)
69187
+  (0.1ms) rollback transaction
69188
+  (0.1ms) begin transaction
69189
+  (0.1ms) SAVEPOINT active_record_1
69190
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69192
+ Processing by CustomerVault::IndividualsController#edit as HTML
69193
+ Parameters: {"id"=>"1"}
69194
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
69195
+ Dorsale::Address Load (0.0ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
69196
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)
69197
+  (0.5ms) rollback transaction
69198
+  (0.1ms) begin transaction
69199
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_individuals"
69200
+ Processing by CustomerVault::IndividualsController#create as HTML
69201
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
69202
+  (0.1ms) SAVEPOINT active_record_1
69203
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69205
+ Redirected to http://test.host/customer_vault/individuals/1
69206
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
69207
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_individuals"
69208
+  (0.4ms) rollback transaction
69209
+  (0.1ms) begin transaction
69210
+ Processing by CustomerVault::IndividualsController#create as HTML
69211
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
69212
+  (0.1ms) SAVEPOINT active_record_1
69213
+ SQL (0.6ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69214
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69215
+ Redirected to http://test.host/customer_vault/individuals/1
69216
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
69217
+  (0.5ms) rollback transaction
69218
+  (0.0ms) begin transaction
69219
+ Processing by CustomerVault::IndividualsController#create as HTML
69220
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
69221
+  (0.1ms) SAVEPOINT active_record_1
69222
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69224
+ Redirected to http://test.host/customer_vault/individuals/1
69225
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
69226
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" ORDER BY "customer_vault_individuals"."id" DESC LIMIT 1
69227
+  (0.4ms) rollback transaction
69228
+  (0.0ms) begin transaction
69229
+ Processing by CustomerVault::IndividualsController#create as HTML
69230
+ Parameters: {"individual"=>{"last_name"=>""}}
69231
+  (0.2ms) SAVEPOINT active_record_1
69232
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
69233
+ Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.3ms)
69234
+  (0.1ms) rollback transaction
69235
+  (0.1ms) begin transaction
69236
+ Processing by CustomerVault::IndividualsController#create as HTML
69237
+ Parameters: {"individual"=>{"last_name"=>""}}
69238
+  (0.1ms) SAVEPOINT active_record_1
69239
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
69240
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
69241
+  (0.1ms) rollback transaction
69242
+  (0.0ms) begin transaction
69243
+  (0.1ms) SAVEPOINT active_record_1
69244
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69245
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69246
+ Processing by CustomerVault::IndividualsController#update as HTML
69247
+ Parameters: {"individual"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
69248
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
69249
+  (0.0ms) SAVEPOINT active_record_1
69250
+ SQL (0.4ms) UPDATE "customer_vault_individuals" SET "first_name" = ?, "updated_at" = ? WHERE "customer_vault_individuals"."id" = 1 [["first_name", "Stroumph"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69252
+ Redirected to http://test.host/customer_vault/individuals/1
69253
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
69254
+ CustomerVault::Individual Load (0.0ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
69255
+  (0.8ms) rollback transaction
69256
+  (0.1ms) begin transaction
69257
+  (0.1ms) SAVEPOINT active_record_1
69258
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69259
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69260
+ Processing by CustomerVault::IndividualsController#update as HTML
69261
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
69262
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
69263
+  (0.1ms) SAVEPOINT active_record_1
69264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69265
+ Redirected to http://test.host/customer_vault/individuals/1
69266
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
69267
+  (0.4ms) rollback transaction
69268
+  (0.1ms) begin transaction
69269
+  (0.1ms) SAVEPOINT active_record_1
69270
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69271
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69272
+ Processing by CustomerVault::IndividualsController#update as HTML
69273
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
69274
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
69275
+  (0.1ms) SAVEPOINT active_record_1
69276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69277
+ Redirected to http://test.host/customer_vault/individuals/1
69278
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
69279
+  (0.6ms) rollback transaction
69280
+  (0.1ms) begin transaction
69281
+  (0.1ms) SAVEPOINT active_record_1
69282
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69283
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69284
+ Processing by CustomerVault::IndividualsController#update as HTML
69285
+ Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
69286
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
69287
+  (0.0ms) SAVEPOINT active_record_1
69288
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
69289
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
69290
+  (0.6ms) rollback transaction
69291
+  (0.1ms) begin transaction
69292
+  (0.1ms) SAVEPOINT active_record_1
69293
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69294
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69295
+ Processing by CustomerVault::IndividualsController#update as HTML
69296
+ Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
69297
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
69298
+  (0.1ms) SAVEPOINT active_record_1
69299
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
69300
+ Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.2ms)
69301
+  (0.5ms) rollback transaction
69302
+  (0.1ms) begin transaction
69303
+  (0.1ms) SAVEPOINT active_record_1
69304
+ SQL (0.6ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69305
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69306
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_individuals"
69307
+ Processing by CustomerVault::IndividualsController#destroy as HTML
69308
+ Parameters: {"id"=>"1"}
69309
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
69310
+  (0.1ms) SAVEPOINT active_record_1
69311
+ SQL (0.4ms) DELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? [["id", 1]]
69312
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69313
+ Redirected to http://test.host/customer_vault/people
69314
+ Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
69315
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_individuals"
69316
+  (0.6ms) rollback transaction
69317
+  (0.1ms) begin transaction
69318
+  (0.2ms) SAVEPOINT active_record_1
69319
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69320
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69321
+ Processing by CustomerVault::IndividualsController#destroy as HTML
69322
+ Parameters: {"id"=>"1"}
69323
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
69324
+  (0.1ms) SAVEPOINT active_record_1
69325
+ SQL (0.5ms) DELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? [["id", 1]]
69326
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69327
+ Redirected to http://test.host/customer_vault/people
69328
+ Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
69329
+  (0.6ms) rollback transaction
69330
+  (0.1ms) begin transaction
69331
+  (0.1ms) SAVEPOINT active_record_1
69332
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69334
+  (0.0ms) SAVEPOINT active_record_1
69335
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69336
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69337
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69338
+  (0.1ms) SAVEPOINT active_record_1
69339
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69340
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69341
+  (0.0ms) SAVEPOINT active_record_1
69342
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69343
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69344
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69345
+  (0.1ms) SAVEPOINT active_record_1
69346
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69347
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69348
+  (0.0ms) SAVEPOINT active_record_1
69349
+ SQL (0.1ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "melya@lind.org"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69350
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69352
+ Processing by CustomerVault::PeopleController#index as HTML
69353
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
69354
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
69355
+ Completed 200 OK in 16ms (Views: 5.8ms | ActiveRecord: 0.2ms)
69356
+  (0.7ms) rollback transaction
69357
+  (0.1ms) begin transaction
69358
+  (0.1ms) SAVEPOINT active_record_1
69359
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69360
+  (0.2ms) RELEASE SAVEPOINT active_record_1
69361
+  (0.1ms) SAVEPOINT active_record_1
69362
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69363
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69364
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69365
+  (0.1ms) SAVEPOINT active_record_1
69366
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69368
+  (0.0ms) SAVEPOINT active_record_1
69369
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69370
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69371
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69372
+  (0.1ms) SAVEPOINT active_record_1
69373
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69374
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69375
+  (0.0ms) SAVEPOINT active_record_1
69376
+ SQL (0.1ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "ayana.weber@roob.info"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69377
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69379
+ Processing by CustomerVault::PeopleController#index as HTML
69380
+ Parameters: {"sort"=>"name"}
69381
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
69382
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
69383
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)
69384
+  (0.8ms) rollback transaction
69385
+  (0.1ms) begin transaction
69386
+  (0.1ms) SAVEPOINT active_record_1
69387
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69389
+  (0.0ms) SAVEPOINT active_record_1
69390
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69391
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69393
+  (0.1ms) SAVEPOINT active_record_1
69394
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69396
+  (0.0ms) SAVEPOINT active_record_1
69397
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69398
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69399
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69400
+  (0.1ms) SAVEPOINT active_record_1
69401
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69403
+  (0.1ms) SAVEPOINT active_record_1
69404
+ SQL (0.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "augustus_heaney@hudsonshanahan.org"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69405
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69406
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69407
+ Processing by CustomerVault::PeopleController#index as HTML
69408
+ Parameters: {"sort"=>"-name"}
69409
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
69410
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
69411
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
69412
+  (0.7ms) rollback transaction
69413
+  (0.0ms) begin transaction
69414
+  (0.1ms) SAVEPOINT active_record_1
69415
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69416
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69417
+  (0.0ms) SAVEPOINT active_record_1
69418
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69419
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69421
+  (0.1ms) SAVEPOINT active_record_1
69422
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69423
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69424
+  (0.0ms) SAVEPOINT active_record_1
69425
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69426
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69427
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69428
+  (0.1ms) SAVEPOINT active_record_1
69429
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69431
+  (0.0ms) SAVEPOINT active_record_1
69432
+ SQL (0.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "lela@schinnerreinger.org"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69433
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69435
+  (0.0ms) SAVEPOINT active_record_1
69436
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["zip", "c123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69437
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69438
+  (0.0ms) SAVEPOINT active_record_1
69439
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["zip", "b123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69440
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69441
+  (0.0ms) SAVEPOINT active_record_1
69442
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["zip", "a123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69443
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69444
+ Processing by CustomerVault::PeopleController#index as HTML
69445
+ Parameters: {"sort"=>"zip"}
69446
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
69447
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
69448
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
69449
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 2], ["addressable_type", "CustomerVault::Individual"]]
69450
+ Dorsale::Address Load (0.0ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
69451
+ Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.4ms)
69452
+  (0.7ms) rollback transaction
69453
+  (0.1ms) begin transaction
69454
+  (0.1ms) SAVEPOINT active_record_1
69455
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69456
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69457
+  (0.0ms) SAVEPOINT active_record_1
69458
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69459
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69460
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69461
+  (0.0ms) SAVEPOINT active_record_1
69462
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69463
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69464
+  (0.0ms) SAVEPOINT active_record_1
69465
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69466
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69467
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69468
+  (0.1ms) SAVEPOINT active_record_1
69469
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69470
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69471
+  (0.0ms) SAVEPOINT active_record_1
69472
+ SQL (0.1ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "theodore@sipes.net"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69473
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69475
+  (0.0ms) SAVEPOINT active_record_1
69476
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["zip", "c123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69478
+  (0.0ms) SAVEPOINT active_record_1
69479
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["zip", "b123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69480
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69481
+  (0.0ms) SAVEPOINT active_record_1
69482
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["zip", "a123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69483
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69484
+ Processing by CustomerVault::PeopleController#index as HTML
69485
+ Parameters: {"sort"=>"-zip"}
69486
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
69487
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
69488
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
69489
+ Dorsale::Address Load (0.0ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 2], ["addressable_type", "CustomerVault::Individual"]]
69490
+ Dorsale::Address Load (0.0ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
69491
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)
69492
+  (0.7ms) rollback transaction
69493
+  (0.1ms) begin transaction
69494
+  (0.0ms) rollback transaction
69495
+  (0.0ms) begin transaction
69496
+  (0.0ms) rollback transaction
69497
+  (0.0ms) begin transaction
69498
+  (0.1ms) rollback transaction
69499
+  (0.1ms) begin transaction
69500
+  (0.0ms) SAVEPOINT active_record_1
69501
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69503
+  (0.4ms) rollback transaction
69504
+  (0.1ms) begin transaction
69505
+  (0.0ms) rollback transaction
69506
+  (0.1ms) begin transaction
69507
+  (0.0ms) rollback transaction
69508
+  (0.1ms) begin transaction
69509
+  (0.0ms) rollback transaction
69510
+  (0.1ms) begin transaction
69511
+  (0.0ms) rollback transaction
69512
+  (0.0ms) begin transaction
69513
+  (0.0ms) SAVEPOINT active_record_1
69514
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69515
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69516
+  (0.0ms) SAVEPOINT active_record_1
69517
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69518
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69520
+  (0.1ms) SAVEPOINT active_record_1
69521
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69522
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69523
+  (0.0ms) SAVEPOINT active_record_1
69524
+ SQL (0.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "priscilla@jerde.com"], ["fax", "09xxxxxxx"], ["name", "Schultz Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69525
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69526
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69527
+  (1.0ms) rollback transaction
69528
+  (0.1ms) begin transaction
69529
+  (0.0ms) rollback transaction
69530
+  (0.0ms) begin transaction
69531
+  (0.0ms) rollback transaction
69532
+  (0.1ms) begin transaction
69533
+  (0.1ms) SAVEPOINT active_record_1
69534
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69536
+  (0.0ms) SAVEPOINT active_record_1
69537
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "eunice_schaden@wildermandamore.org"], ["fax", "09xxxxxxx"], ["name", "Rice Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69538
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69540
+  (0.0ms) SAVEPOINT active_record_1
69541
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69543
+  (0.0ms) SAVEPOINT active_record_1
69544
+ SQL (0.1ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "haleigh@kemmer.org"], ["fax", "09xxxxxxx"], ["name", "Ruecker Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69545
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69547
+  (0.1ms) SAVEPOINT active_record_1
69548
+ SQL (0.7ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "h"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69549
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69550
+  (0.0ms) SAVEPOINT active_record_1
69551
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69552
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69553
+  (0.0ms) SAVEPOINT active_record_1
69554
+ SQL (0.2ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69555
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69557
+  (0.1ms) SAVEPOINT active_record_1
69558
+ SQL (0.2ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "m"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69559
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69560
+  (0.0ms) SAVEPOINT active_record_1
69561
+ SQL (0.1ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69563
+  (0.0ms) SAVEPOINT active_record_1
69564
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69565
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69567
+  (0.1ms) SAVEPOINT active_record_1
69568
+ SQL (0.2ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 2], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "p"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69569
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69570
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
69571
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 2]]
69572
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
69573
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
69574
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
69575
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 2]]
69576
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
69577
+ CustomerVault::Individual Load (0.0ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
69578
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 2 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
69579
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 2 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
69580
+ CustomerVault::Corporation Load (0.0ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
69581
+  (0.7ms) rollback transaction
69582
+  (0.0ms) begin transaction
69583
+  (0.0ms) SAVEPOINT active_record_1
69584
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69585
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69586
+  (0.2ms) SAVEPOINT active_record_1
69587
+ SQL (0.6ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "izaiah.bernier@bruen.com"], ["fax", "09xxxxxxx"], ["name", "Lehner Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69588
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69590
+  (0.0ms) SAVEPOINT active_record_1
69591
+ SQL (0.1ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69592
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69593
+  (0.1ms) SAVEPOINT active_record_1
69594
+ SQL (0.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "frederik@altenwerth.info"], ["fax", "09xxxxxxx"], ["name", "Heidenreich Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69595
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69596
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69597
+  (0.1ms) SAVEPOINT active_record_1
69598
+ SQL (0.3ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "h"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69599
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69600
+  (0.1ms) SAVEPOINT active_record_1
69601
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69602
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69603
+  (0.0ms) SAVEPOINT active_record_1
69604
+ SQL (0.2ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69605
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69606
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69607
+  (0.1ms) SAVEPOINT active_record_1
69608
+ SQL (0.2ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "m"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69610
+  (0.0ms) SAVEPOINT active_record_1
69611
+ SQL (0.1ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
69612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69613
+  (0.0ms) SAVEPOINT active_record_1
69614
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
69615
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69616
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69617
+  (0.0ms) SAVEPOINT active_record_1
69618
+ SQL (0.2ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 2], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "p"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
69619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69620
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
69621
+ CustomerVault::Corporation Load (0.0ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
69622
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
69623
+ CustomerVault::Individual Load (0.0ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 2]]
69624
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
69625
+ CustomerVault::Corporation Load (0.0ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
69626
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
69627
+ CustomerVault::Individual Load (0.0ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 2]]
69628
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 2 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
69629
+ CustomerVault::Individual Load (0.0ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
69630
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 2 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
69631
+  (0.8ms) rollback transaction
69632
+  (0.1ms) begin transaction
69633
+  (0.1ms) rollback transaction
69634
+  (0.0ms) begin transaction
69635
+  (0.1ms) rollback transaction
69636
+  (0.1ms) begin transaction
69637
+  (0.0ms) rollback transaction
69638
+  (0.0ms) begin transaction
69639
+  (0.0ms) rollback transaction
69640
+  (0.0ms) begin transaction
69641
+  (0.0ms) rollback transaction
69642
+  (0.0ms) begin transaction
69643
+  (0.0ms) rollback transaction
69644
+  (0.0ms) begin transaction
69645
+  (0.1ms) rollback transaction
69646
+  (0.1ms) begin transaction
69647
+  (0.1ms) rollback transaction
69648
+  (0.0ms) begin transaction
69649
+  (0.0ms) rollback transaction
69650
+  (0.0ms) begin transaction
69651
+  (0.0ms) rollback transaction
69652
+  (0.0ms) begin transaction
69653
+  (0.0ms) rollback transaction
69654
+  (0.0ms) begin transaction
69655
+  (0.0ms) rollback transaction
69656
+  (0.1ms) begin transaction
69657
+  (0.0ms) rollback transaction
69658
+  (0.1ms) begin transaction
69659
+  (0.0ms) rollback transaction
69660
+  (0.0ms) begin transaction
69661
+  (0.0ms) rollback transaction
69662
+  (0.1ms) begin transaction
69663
+  (0.0ms) rollback transaction
69664
+  (0.0ms) begin transaction
69665
+  (0.0ms) rollback transaction
69666
+  (0.0ms) begin transaction
69667
+  (0.0ms) rollback transaction
69668
+  (0.1ms) begin transaction
69669
+  (0.0ms) rollback transaction
69670
+  (0.0ms) begin transaction
69671
+  (0.0ms) rollback transaction
69672
+  (0.1ms) begin transaction
69673
+  (0.0ms) rollback transaction
69674
+  (0.0ms) begin transaction
69675
+  (0.0ms) rollback transaction
69676
+  (0.0ms) begin transaction
69677
+  (0.0ms) rollback transaction
69678
+ Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:27:15 +0200
69679
+ Processing by CustomerVault::CorporationsController#new as HTML
69680
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (4098.3ms)
69681
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.2ms)
69682
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (4167.8ms)
69683
+ Completed 500 Internal Server Error in 5355ms
69684
+  (1.0ms) DELETE FROM "dorsale_addresses";
69685
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69686
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
69687
+  (0.8ms) DELETE FROM "customer_vault_individuals";
69688
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69689
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
69690
+  (0.7ms) DELETE FROM "customer_vault_corporations";
69691
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69692
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
69693
+  (0.8ms) DELETE FROM "customer_vault_links";
69694
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69695
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
69696
+  (0.9ms) DELETE FROM "dorsale_comments";
69697
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69698
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
69699
+  (0.1ms) begin transaction
69700
+ SQL (9.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69701
+  (1.5ms) commit transaction
69702
+  (0.1ms) begin transaction
69703
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "orlando.dubuque@schaefer.biz"], ["fax", "09xxxxxxx"], ["name", "Hauck Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69704
+ SQL (0.3ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69705
+  (0.9ms) commit transaction
69706
+  (0.1ms) begin transaction
69707
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69708
+  (0.8ms) commit transaction
69709
+  (0.1ms) begin transaction
69710
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "granville_prosacco@johnson.com"], ["fax", "09xxxxxxx"], ["name", "Douglas Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69711
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69712
+  (0.8ms) commit transaction
69713
+  (0.0ms) begin transaction
69714
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69715
+  (0.8ms) commit transaction
69716
+  (0.0ms) begin transaction
69717
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "levi.dietrich@keeling.info"], ["fax", "09xxxxxxx"], ["name", "MacGyver Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69718
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 3], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69719
+  (0.8ms) commit transaction
69720
+  (0.0ms) begin transaction
69721
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69722
+  (0.7ms) commit transaction
69723
+  (0.1ms) begin transaction
69724
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "cristina@labadie.net"], ["fax", "09xxxxxxx"], ["name", "Ledner Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69725
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 4], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69726
+  (0.7ms) commit transaction
69727
+  (0.1ms) begin transaction
69728
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69729
+  (0.6ms) commit transaction
69730
+  (0.1ms) begin transaction
69731
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "daron.raynor@veum.info"], ["fax", "09xxxxxxx"], ["name", "Grant Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69732
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 5 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 5], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69733
+  (0.7ms) commit transaction
69734
+  (0.1ms) begin transaction
69735
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69736
+  (0.7ms) commit transaction
69737
+  (0.0ms) begin transaction
69738
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "esteban@gusikowski.org"], ["fax", "09xxxxxxx"], ["name", "Lowe Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69739
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 6 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 6], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69740
+  (0.8ms) commit transaction
69741
+  (0.0ms) begin transaction
69742
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69743
+  (0.7ms) commit transaction
69744
+  (0.0ms) begin transaction
69745
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "jamil.schoen@koeppokon.com"], ["fax", "09xxxxxxx"], ["name", "Murazik Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69746
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 7 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 7], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69747
+  (0.8ms) commit transaction
69748
+  (0.1ms) begin transaction
69749
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69750
+  (0.7ms) commit transaction
69751
+  (0.0ms) begin transaction
69752
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "rosalind.ruecker@mccullough.info"], ["fax", "09xxxxxxx"], ["name", "Mante Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69753
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 8 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 8], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69754
+  (0.8ms) commit transaction
69755
+  (0.0ms) begin transaction
69756
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69757
+  (0.7ms) commit transaction
69758
+  (0.0ms) begin transaction
69759
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "earl.kutch@aufderhar.org"], ["fax", "09xxxxxxx"], ["name", "Leannon Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69760
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 9 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 9], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69761
+  (0.9ms) commit transaction
69762
+  (0.0ms) begin transaction
69763
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69764
+  (0.8ms) commit transaction
69765
+  (0.0ms) begin transaction
69766
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "kenyon@purdy.biz"], ["fax", "09xxxxxxx"], ["name", "McLaughlin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69767
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 10 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 10], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69768
+  (0.8ms) commit transaction
69769
+  (0.0ms) begin transaction
69770
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69771
+  (0.7ms) commit transaction
69772
+  (0.1ms) begin transaction
69773
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "garnet.pollich@rosenbaummann.org"], ["fax", "09xxxxxxx"], ["name", "Jones Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69774
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 11 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 11], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69775
+  (0.8ms) commit transaction
69776
+  (0.0ms) begin transaction
69777
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69778
+  (0.8ms) commit transaction
69779
+  (0.0ms) begin transaction
69780
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "edwin_hayes@waelchi.biz"], ["fax", "09xxxxxxx"], ["name", "Rogahn Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69781
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 12 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 12], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69782
+  (0.8ms) commit transaction
69783
+  (0.0ms) begin transaction
69784
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69785
+  (0.8ms) commit transaction
69786
+  (0.1ms) begin transaction
69787
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "cecil@marvin.biz"], ["fax", "09xxxxxxx"], ["name", "Ratke Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69788
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 13 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 13], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69789
+  (0.8ms) commit transaction
69790
+  (0.0ms) begin transaction
69791
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69792
+  (0.8ms) commit transaction
69793
+  (0.0ms) begin transaction
69794
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "reanna_miller@schmidt.com"], ["fax", "09xxxxxxx"], ["name", "Tillman Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69795
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 14 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 14], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69796
+  (0.9ms) commit transaction
69797
+  (0.0ms) begin transaction
69798
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
69799
+  (0.8ms) commit transaction
69800
+  (0.0ms) begin transaction
69801
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "henri@schuppe.net"], ["fax", "09xxxxxxx"], ["name", "Schuster Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69802
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 15 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 15], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
69803
+  (0.8ms) commit transaction
69804
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:27:21 +0200
69805
+ Processing by CustomerVault::PeopleController#index as HTML
69806
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
69807
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
69808
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (6.5ms)
69809
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
69810
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
69811
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
69812
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
69813
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
69814
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
69815
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
69816
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
69817
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (35.4ms)
69818
+ Completed 500 Internal Server Error in 941ms
69819
+  (2.6ms) DELETE FROM "dorsale_addresses";
69820
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69821
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
69822
+  (0.8ms) DELETE FROM "customer_vault_individuals";
69823
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69824
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
69825
+  (0.9ms) DELETE FROM "customer_vault_corporations";
69826
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69827
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
69828
+  (0.7ms) DELETE FROM "customer_vault_links";
69829
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69830
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
69831
+  (0.9ms) DELETE FROM "dorsale_comments";
69832
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69833
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
69834
+ Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:27:22 +0200
69835
+ Processing by CustomerVault::CorporationsController#new as HTML
69836
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (89.1ms)
69837
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
69838
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (90.1ms)
69839
+ Completed 500 Internal Server Error in 949ms
69840
+  (2.7ms) DELETE FROM "dorsale_addresses";
69841
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69842
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
69843
+  (0.8ms) DELETE FROM "customer_vault_individuals";
69844
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69845
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
69846
+  (0.9ms) DELETE FROM "customer_vault_corporations";
69847
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69848
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
69849
+  (0.8ms) DELETE FROM "customer_vault_links";
69850
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69851
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
69852
+  (0.8ms) DELETE FROM "dorsale_comments";
69853
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69854
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
69855
+ Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:27:23 +0200
69856
+ Processing by CustomerVault::CorporationsController#new as HTML
69857
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (87.2ms)
69858
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
69859
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (88.1ms)
69860
+ Completed 500 Internal Server Error in 936ms
69861
+  (2.8ms) DELETE FROM "dorsale_addresses";
69862
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69863
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
69864
+  (1.0ms) DELETE FROM "customer_vault_individuals";
69865
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69866
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
69867
+  (0.8ms) DELETE FROM "customer_vault_corporations";
69868
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69869
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
69870
+  (0.9ms) DELETE FROM "customer_vault_links";
69871
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69872
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
69873
+  (0.8ms) DELETE FROM "dorsale_comments";
69874
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69875
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
69876
+  (0.1ms) begin transaction
69877
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00], ["zip", "13004"]]
69878
+  (0.8ms) commit transaction
69879
+  (0.0ms) begin transaction
69880
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00], ["email", "jakob.nolan@pfannerstill.name"], ["fax", "09xxxxxxx"], ["name", "Moore Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00]]
69881
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00]]
69882
+  (0.8ms) commit transaction
69883
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:27:24 +0200
69884
+ Processing by CustomerVault::CorporationsController#show as HTML
69885
+ Parameters: {"id"=>"1"}
69886
+ CustomerVault::Corporation Load (0.3ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69887
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (5.4ms)
69888
+ Dorsale::Address Load (0.3ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
69889
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (13.9ms)
69890
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (20.9ms)
69891
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
69892
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
69893
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (12.3ms)
69894
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
69895
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (21.2ms)
69896
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (23.6ms)
69897
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (52.1ms)
69898
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (3.0ms)
69899
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
69900
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (107.0ms)
69901
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (112.3ms)
69902
+ Completed 500 Internal Server Error in 1046ms
69903
+  (2.7ms) DELETE FROM "dorsale_addresses";
69904
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69905
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
69906
+  (0.8ms) DELETE FROM "customer_vault_individuals";
69907
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69908
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
69909
+  (0.8ms) DELETE FROM "customer_vault_corporations";
69910
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69911
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
69912
+  (0.8ms) DELETE FROM "customer_vault_links";
69913
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69914
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
69915
+  (0.8ms) DELETE FROM "dorsale_comments";
69916
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
69917
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
69918
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
69919
+  (0.1ms) begin transaction
69920
+  (0.1ms) SAVEPOINT active_record_1
69921
+ SQL (5.8ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "herminia@rolfson.biz"], ["fax", "09xxxxxxx"], ["name", "Wiza Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
69922
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69923
+ Processing by CustomerVault::CorporationsController#show as HTML
69924
+ Parameters: {"id"=>"1"}
69925
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69926
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (0.3ms)
69927
+ Completed 200 OK in 68ms (Views: 63.1ms | ActiveRecord: 0.2ms)
69928
+  (2.5ms) rollback transaction
69929
+  (0.1ms) begin transaction
69930
+ Processing by CustomerVault::CorporationsController#new as HTML
69931
+ Completed 200 OK in 33ms (Views: 3.1ms | ActiveRecord: 0.3ms)
69932
+  (0.1ms) rollback transaction
69933
+  (0.0ms) begin transaction
69934
+  (0.1ms) SAVEPOINT active_record_1
69935
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "theresia@schmeler.biz"], ["fax", "09xxxxxxx"], ["name", "Emard Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
69936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69937
+ Processing by CustomerVault::CorporationsController#edit as HTML
69938
+ Parameters: {"id"=>"1"}
69939
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69940
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
69941
+ Completed 200 OK in 7ms (Views: 3.7ms | ActiveRecord: 0.3ms)
69942
+  (1.0ms) rollback transaction
69943
+  (0.1ms) begin transaction
69944
+  (0.2ms) SELECT COUNT(*) FROM "customer_vault_corporations"
69945
+ Processing by CustomerVault::CorporationsController#create as HTML
69946
+ Parameters: {"corporation"=>{"name"=>"Hahn Corp", "email"=>"elinor_windler@hoegercronin.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
69947
+  (0.1ms) SAVEPOINT active_record_1
69948
+ SQL (0.6ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "elinor_windler@hoegercronin.biz"], ["fax", "09xxxxxxx"], ["name", "Hahn Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
69949
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69950
+ Redirected to http://test.host/customer_vault/corporations/1
69951
+ Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
69952
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
69953
+  (0.4ms) rollback transaction
69954
+  (0.1ms) begin transaction
69955
+ Processing by CustomerVault::CorporationsController#create as HTML
69956
+ Parameters: {"corporation"=>{"name"=>"Hoppe Corp", "email"=>"arvel.hermann@cole.info", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
69957
+  (0.1ms) SAVEPOINT active_record_1
69958
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "arvel.hermann@cole.info"], ["fax", "09xxxxxxx"], ["name", "Hoppe Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
69959
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69960
+ Redirected to http://test.host/customer_vault/corporations/1
69961
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
69962
+  (0.5ms) rollback transaction
69963
+  (0.1ms) begin transaction
69964
+ Processing by CustomerVault::CorporationsController#create as HTML
69965
+ Parameters: {"corporation"=>{"name"=>"MacGyver Corp", "email"=>"heaven@gerlach.info", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
69966
+  (0.1ms) SAVEPOINT active_record_1
69967
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "heaven@gerlach.info"], ["fax", "09xxxxxxx"], ["name", "MacGyver Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
69968
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69969
+ Redirected to http://test.host/customer_vault/corporations/1
69970
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
69971
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" ORDER BY "customer_vault_corporations"."id" DESC LIMIT 1
69972
+  (0.6ms) rollback transaction
69973
+  (0.1ms) begin transaction
69974
+ Processing by CustomerVault::CorporationsController#create as HTML
69975
+ Parameters: {"corporation"=>{"name"=>""}}
69976
+  (0.1ms) SAVEPOINT active_record_1
69977
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
69978
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
69979
+  (0.1ms) rollback transaction
69980
+  (0.0ms) begin transaction
69981
+ Processing by CustomerVault::CorporationsController#create as HTML
69982
+ Parameters: {"corporation"=>{"name"=>""}}
69983
+  (0.1ms) SAVEPOINT active_record_1
69984
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
69985
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)
69986
+  (0.1ms) rollback transaction
69987
+  (0.0ms) begin transaction
69988
+  (0.1ms) SAVEPOINT active_record_1
69989
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "jaydon@kuhn.info"], ["fax", "09xxxxxxx"], ["name", "Ebert Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
69990
+  (0.0ms) RELEASE SAVEPOINT active_record_1
69991
+ Processing by CustomerVault::CorporationsController#update as HTML
69992
+ Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
69993
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
69994
+  (0.1ms) SAVEPOINT active_record_1
69995
+ SQL (1.7ms) UPDATE "customer_vault_corporations" SET "name" = ?, "updated_at" = ? WHERE "customer_vault_corporations"."id" = 1 [["name", "New name"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
69996
+  (0.1ms) RELEASE SAVEPOINT active_record_1
69997
+ Redirected to http://test.host/customer_vault/corporations/1
69998
+ Completed 302 Found in 7ms (ActiveRecord: 1.9ms)
69999
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
70000
+  (0.8ms) rollback transaction
70001
+  (0.1ms) begin transaction
70002
+  (0.1ms) SAVEPOINT active_record_1
70003
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "daisha@leffler.biz"], ["fax", "09xxxxxxx"], ["name", "Nader Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70004
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70005
+ Processing by CustomerVault::CorporationsController#update as HTML
70006
+ Parameters: {"corporation"=>{"name"=>"Nader Corp", "email"=>"daisha@leffler.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
70007
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
70008
+  (0.1ms) SAVEPOINT active_record_1
70009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70010
+ Redirected to http://test.host/customer_vault/corporations/1
70011
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
70012
+  (0.4ms) rollback transaction
70013
+  (0.1ms) begin transaction
70014
+  (0.1ms) SAVEPOINT active_record_1
70015
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "jodie@hammes.biz"], ["fax", "09xxxxxxx"], ["name", "Crona Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70017
+ Processing by CustomerVault::CorporationsController#update as HTML
70018
+ Parameters: {"corporation"=>{"name"=>"Crona Corp", "email"=>"jodie@hammes.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
70019
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
70020
+  (0.0ms) SAVEPOINT active_record_1
70021
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70022
+ Redirected to http://test.host/customer_vault/corporations/1
70023
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
70024
+  (0.5ms) rollback transaction
70025
+  (0.1ms) begin transaction
70026
+  (0.1ms) SAVEPOINT active_record_1
70027
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "nayeli@carroll.net"], ["fax", "09xxxxxxx"], ["name", "Reynolds Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70028
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70029
+ Processing by CustomerVault::CorporationsController#update as HTML
70030
+ Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
70031
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
70032
+  (0.1ms) SAVEPOINT active_record_1
70033
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
70034
+ Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.2ms)
70035
+  (0.5ms) rollback transaction
70036
+  (0.0ms) begin transaction
70037
+  (0.1ms) SAVEPOINT active_record_1
70038
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "ricky.bergstrom@weber.org"], ["fax", "09xxxxxxx"], ["name", "Mohr Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70040
+ Processing by CustomerVault::CorporationsController#update as HTML
70041
+ Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
70042
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
70043
+  (0.1ms) SAVEPOINT active_record_1
70044
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
70045
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
70046
+  (0.6ms) rollback transaction
70047
+  (0.1ms) begin transaction
70048
+  (0.2ms) SAVEPOINT active_record_1
70049
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "adam.jones@kuhickuhlman.info"], ["fax", "09xxxxxxx"], ["name", "Beatty Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70050
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70051
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
70052
+ Processing by CustomerVault::CorporationsController#destroy as HTML
70053
+ Parameters: {"id"=>"1"}
70054
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
70055
+  (0.0ms) SAVEPOINT active_record_1
70056
+ SQL (0.3ms) DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
70057
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70058
+ Redirected to http://test.host/customer_vault/people
70059
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
70060
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
70061
+  (0.7ms) rollback transaction
70062
+  (0.1ms) begin transaction
70063
+  (0.1ms) SAVEPOINT active_record_1
70064
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "matt@heelshields.biz"], ["fax", "09xxxxxxx"], ["name", "O'Kon Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70066
+ Processing by CustomerVault::CorporationsController#destroy as HTML
70067
+ Parameters: {"id"=>"1"}
70068
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
70069
+  (0.0ms) SAVEPOINT active_record_1
70070
+ SQL (0.2ms) DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
70071
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70072
+ Redirected to http://test.host/customer_vault/people
70073
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
70074
+  (0.8ms) rollback transaction
70075
+  (0.1ms) begin transaction
70076
+  (0.1ms) SAVEPOINT active_record_1
70077
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70079
+ Processing by CustomerVault::IndividualsController#show as HTML
70080
+ Parameters: {"id"=>"1"}
70081
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70082
+ Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.2ms)
70083
+  (0.5ms) rollback transaction
70084
+  (0.1ms) begin transaction
70085
+ Processing by CustomerVault::IndividualsController#new as HTML
70086
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
70087
+  (0.1ms) rollback transaction
70088
+  (0.1ms) begin transaction
70089
+  (0.1ms) SAVEPOINT active_record_1
70090
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70091
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70092
+ Processing by CustomerVault::IndividualsController#edit as HTML
70093
+ Parameters: {"id"=>"1"}
70094
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70095
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
70096
+ Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)
70097
+  (0.4ms) rollback transaction
70098
+  (0.1ms) begin transaction
70099
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_individuals"
70100
+ Processing by CustomerVault::IndividualsController#create as HTML
70101
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
70102
+  (0.1ms) SAVEPOINT active_record_1
70103
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70104
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70105
+ Redirected to http://test.host/customer_vault/individuals/1
70106
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
70107
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_individuals"
70108
+  (0.4ms) rollback transaction
70109
+  (0.1ms) begin transaction
70110
+ Processing by CustomerVault::IndividualsController#create as HTML
70111
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
70112
+  (0.1ms) SAVEPOINT active_record_1
70113
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70115
+ Redirected to http://test.host/customer_vault/individuals/1
70116
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
70117
+  (0.5ms) rollback transaction
70118
+  (0.1ms) begin transaction
70119
+ Processing by CustomerVault::IndividualsController#create as HTML
70120
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
70121
+  (0.1ms) SAVEPOINT active_record_1
70122
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70123
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70124
+ Redirected to http://test.host/customer_vault/individuals/1
70125
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
70126
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" ORDER BY "customer_vault_individuals"."id" DESC LIMIT 1
70127
+  (0.5ms) rollback transaction
70128
+  (0.1ms) begin transaction
70129
+ Processing by CustomerVault::IndividualsController#create as HTML
70130
+ Parameters: {"individual"=>{"last_name"=>""}}
70131
+  (0.1ms) SAVEPOINT active_record_1
70132
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
70133
+ Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)
70134
+  (0.1ms) rollback transaction
70135
+  (0.1ms) begin transaction
70136
+ Processing by CustomerVault::IndividualsController#create as HTML
70137
+ Parameters: {"individual"=>{"last_name"=>""}}
70138
+  (0.1ms) SAVEPOINT active_record_1
70139
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
70140
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
70141
+  (0.1ms) rollback transaction
70142
+  (0.1ms) begin transaction
70143
+  (0.1ms) SAVEPOINT active_record_1
70144
+ SQL (0.6ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70146
+ Processing by CustomerVault::IndividualsController#update as HTML
70147
+ Parameters: {"individual"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
70148
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70149
+  (0.1ms) SAVEPOINT active_record_1
70150
+ SQL (0.5ms) UPDATE "customer_vault_individuals" SET "first_name" = ?, "updated_at" = ? WHERE "customer_vault_individuals"."id" = 1 [["first_name", "Stroumph"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70151
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70152
+ Redirected to http://test.host/customer_vault/individuals/1
70153
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
70154
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
70155
+  (0.8ms) rollback transaction
70156
+  (0.1ms) begin transaction
70157
+  (0.2ms) SAVEPOINT active_record_1
70158
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70159
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70160
+ Processing by CustomerVault::IndividualsController#update as HTML
70161
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
70162
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70163
+  (0.1ms) SAVEPOINT active_record_1
70164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70165
+ Redirected to http://test.host/customer_vault/individuals/1
70166
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
70167
+  (0.6ms) rollback transaction
70168
+  (0.1ms) begin transaction
70169
+  (0.1ms) SAVEPOINT active_record_1
70170
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70171
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70172
+ Processing by CustomerVault::IndividualsController#update as HTML
70173
+ Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
70174
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70175
+  (0.1ms) SAVEPOINT active_record_1
70176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70177
+ Redirected to http://test.host/customer_vault/individuals/1
70178
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
70179
+  (0.5ms) rollback transaction
70180
+  (0.1ms) begin transaction
70181
+  (0.1ms) SAVEPOINT active_record_1
70182
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70183
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70184
+ Processing by CustomerVault::IndividualsController#update as HTML
70185
+ Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
70186
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70187
+  (0.1ms) SAVEPOINT active_record_1
70188
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
70189
+ Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)
70190
+  (0.5ms) rollback transaction
70191
+  (0.1ms) begin transaction
70192
+  (0.1ms) SAVEPOINT active_record_1
70193
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70194
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70195
+ Processing by CustomerVault::IndividualsController#update as HTML
70196
+ Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
70197
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70198
+  (0.1ms) SAVEPOINT active_record_1
70199
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
70200
+ Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)
70201
+  (0.5ms) rollback transaction
70202
+  (0.1ms) begin transaction
70203
+  (0.1ms) SAVEPOINT active_record_1
70204
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70205
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70206
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_individuals"
70207
+ Processing by CustomerVault::IndividualsController#destroy as HTML
70208
+ Parameters: {"id"=>"1"}
70209
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70210
+  (0.1ms) SAVEPOINT active_record_1
70211
+ SQL (0.3ms) DELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? [["id", 1]]
70212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70213
+ Redirected to http://test.host/customer_vault/people
70214
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
70215
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_individuals"
70216
+  (0.6ms) rollback transaction
70217
+  (0.0ms) begin transaction
70218
+  (0.1ms) SAVEPOINT active_record_1
70219
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70220
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70221
+ Processing by CustomerVault::IndividualsController#destroy as HTML
70222
+ Parameters: {"id"=>"1"}
70223
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70224
+  (0.1ms) SAVEPOINT active_record_1
70225
+ SQL (0.3ms) DELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? [["id", 1]]
70226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70227
+ Redirected to http://test.host/customer_vault/people
70228
+ Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
70229
+  (0.7ms) rollback transaction
70230
+  (0.1ms) begin transaction
70231
+  (0.1ms) SAVEPOINT active_record_1
70232
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70233
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70234
+  (0.0ms) SAVEPOINT active_record_1
70235
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70236
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70237
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70238
+  (0.0ms) SAVEPOINT active_record_1
70239
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70241
+  (0.0ms) SAVEPOINT active_record_1
70242
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70243
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70244
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70245
+  (0.1ms) SAVEPOINT active_record_1
70246
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70248
+  (0.0ms) SAVEPOINT active_record_1
70249
+ SQL (0.1ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "krystal@thiel.net"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70250
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70252
+ Processing by CustomerVault::PeopleController#index as HTML
70253
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
70254
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
70255
+ Completed 200 OK in 12ms (Views: 4.9ms | ActiveRecord: 0.2ms)
70256
+  (0.7ms) rollback transaction
70257
+  (0.0ms) begin transaction
70258
+  (0.1ms) SAVEPOINT active_record_1
70259
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70261
+  (0.0ms) SAVEPOINT active_record_1
70262
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70263
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70265
+  (0.1ms) SAVEPOINT active_record_1
70266
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70268
+  (0.0ms) SAVEPOINT active_record_1
70269
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70270
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70271
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70272
+  (0.1ms) SAVEPOINT active_record_1
70273
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70274
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70275
+  (0.0ms) SAVEPOINT active_record_1
70276
+ SQL (0.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "nannie@rau.org"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70277
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70278
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70279
+ Processing by CustomerVault::PeopleController#index as HTML
70280
+ Parameters: {"sort"=>"name"}
70281
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
70282
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
70283
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)
70284
+  (0.9ms) rollback transaction
70285
+  (0.1ms) begin transaction
70286
+  (0.1ms) SAVEPOINT active_record_1
70287
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70289
+  (0.0ms) SAVEPOINT active_record_1
70290
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70291
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70292
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70293
+  (0.1ms) SAVEPOINT active_record_1
70294
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70296
+  (0.1ms) SAVEPOINT active_record_1
70297
+ SQL (0.2ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70298
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70299
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70300
+  (0.1ms) SAVEPOINT active_record_1
70301
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70302
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70303
+  (0.0ms) SAVEPOINT active_record_1
70304
+ SQL (0.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "whitney.emmerich@schneider.name"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70305
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70306
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70307
+ Processing by CustomerVault::PeopleController#index as HTML
70308
+ Parameters: {"sort"=>"-name"}
70309
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
70310
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
70311
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)
70312
+  (0.7ms) rollback transaction
70313
+  (0.1ms) begin transaction
70314
+  (0.1ms) SAVEPOINT active_record_1
70315
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70317
+  (0.0ms) SAVEPOINT active_record_1
70318
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70319
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70321
+  (0.0ms) SAVEPOINT active_record_1
70322
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70324
+  (0.0ms) SAVEPOINT active_record_1
70325
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70326
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70327
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70328
+  (0.1ms) SAVEPOINT active_record_1
70329
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70331
+  (0.0ms) SAVEPOINT active_record_1
70332
+ SQL (0.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "adrianna.littel@whiteschuppe.name"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70333
+ SQL (0.3ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70334
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70335
+  (0.0ms) SAVEPOINT active_record_1
70336
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["zip", "c123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70337
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70338
+  (0.0ms) SAVEPOINT active_record_1
70339
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["zip", "b123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70340
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70341
+  (0.0ms) SAVEPOINT active_record_1
70342
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["zip", "a123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70344
+ Processing by CustomerVault::PeopleController#index as HTML
70345
+ Parameters: {"sort"=>"zip"}
70346
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
70347
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
70348
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
70349
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 2], ["addressable_type", "CustomerVault::Individual"]]
70350
+ Dorsale::Address Load (0.0ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
70351
+ Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)
70352
+  (0.7ms) rollback transaction
70353
+  (0.1ms) begin transaction
70354
+  (0.1ms) SAVEPOINT active_record_1
70355
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70356
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70357
+  (0.0ms) SAVEPOINT active_record_1
70358
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70359
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70360
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70361
+  (0.1ms) SAVEPOINT active_record_1
70362
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70364
+  (0.0ms) SAVEPOINT active_record_1
70365
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70366
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70368
+  (0.1ms) SAVEPOINT active_record_1
70369
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70371
+  (0.0ms) SAVEPOINT active_record_1
70372
+ SQL (0.1ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "ludie.schowalter@bartolettiluettgen.net"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70373
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70374
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70375
+  (0.0ms) SAVEPOINT active_record_1
70376
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["zip", "c123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70377
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70378
+  (0.0ms) SAVEPOINT active_record_1
70379
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["zip", "b123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70380
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70381
+  (0.0ms) SAVEPOINT active_record_1
70382
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["zip", "a123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70384
+ Processing by CustomerVault::PeopleController#index as HTML
70385
+ Parameters: {"sort"=>"-zip"}
70386
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
70387
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
70388
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
70389
+ Dorsale::Address Load (0.0ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 2], ["addressable_type", "CustomerVault::Individual"]]
70390
+ Dorsale::Address Load (0.0ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
70391
+ Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)
70392
+  (0.9ms) rollback transaction
70393
+  (0.1ms) begin transaction
70394
+  (0.1ms) rollback transaction
70395
+  (0.0ms) begin transaction
70396
+  (0.0ms) rollback transaction
70397
+  (0.0ms) begin transaction
70398
+  (0.1ms) rollback transaction
70399
+  (0.2ms) begin transaction
70400
+  (0.1ms) SAVEPOINT active_record_1
70401
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70403
+  (0.4ms) rollback transaction
70404
+  (0.1ms) begin transaction
70405
+  (0.0ms) rollback transaction
70406
+  (0.1ms) begin transaction
70407
+  (0.1ms) rollback transaction
70408
+  (0.1ms) begin transaction
70409
+  (0.0ms) rollback transaction
70410
+  (0.1ms) begin transaction
70411
+  (0.0ms) rollback transaction
70412
+  (0.0ms) begin transaction
70413
+  (0.0ms) SAVEPOINT active_record_1
70414
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70415
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70416
+  (0.0ms) SAVEPOINT active_record_1
70417
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70418
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70420
+  (0.1ms) SAVEPOINT active_record_1
70421
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70422
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70423
+  (0.0ms) SAVEPOINT active_record_1
70424
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "mariane.leannon@treutel.info"], ["fax", "09xxxxxxx"], ["name", "Hoeger Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70425
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70426
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70427
+  (1.4ms) rollback transaction
70428
+  (0.1ms) begin transaction
70429
+  (0.0ms) rollback transaction
70430
+  (0.0ms) begin transaction
70431
+  (0.0ms) rollback transaction
70432
+  (0.0ms) begin transaction
70433
+  (0.1ms) SAVEPOINT active_record_1
70434
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70435
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70436
+  (0.0ms) SAVEPOINT active_record_1
70437
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "keshaun@kemmerberge.com"], ["fax", "09xxxxxxx"], ["name", "Johns Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70438
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70440
+  (0.0ms) SAVEPOINT active_record_1
70441
+ SQL (0.1ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70443
+  (0.1ms) SAVEPOINT active_record_1
70444
+ SQL (0.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "bernhard@mann.net"], ["fax", "09xxxxxxx"], ["name", "Hirthe Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70445
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70446
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70447
+  (0.1ms) SAVEPOINT active_record_1
70448
+ SQL (0.3ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "h"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70450
+  (0.0ms) SAVEPOINT active_record_1
70451
+ SQL (0.1ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70453
+  (0.0ms) SAVEPOINT active_record_1
70454
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70455
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70456
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70457
+  (0.0ms) SAVEPOINT active_record_1
70458
+ SQL (0.2ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "m"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70460
+  (0.0ms) SAVEPOINT active_record_1
70461
+ SQL (0.1ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70462
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70463
+  (0.0ms) SAVEPOINT active_record_1
70464
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70465
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70467
+  (0.0ms) SAVEPOINT active_record_1
70468
+ SQL (0.2ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 2], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "p"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70470
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
70471
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 2]]
70472
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
70473
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
70474
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
70475
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 2]]
70476
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
70477
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
70478
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 2 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
70479
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 2 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
70480
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
70481
+  (0.7ms) rollback transaction
70482
+  (0.1ms) begin transaction
70483
+  (0.0ms) SAVEPOINT active_record_1
70484
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70485
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70486
+  (0.0ms) SAVEPOINT active_record_1
70487
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "gonzalo@jakubowski.net"], ["fax", "09xxxxxxx"], ["name", "Dare Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70488
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70489
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70490
+  (0.0ms) SAVEPOINT active_record_1
70491
+ SQL (0.1ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70492
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70493
+  (0.0ms) SAVEPOINT active_record_1
70494
+ SQL (0.1ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "emmy.auer@hammetiedemann.biz"], ["fax", "09xxxxxxx"], ["name", "Bednar Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70495
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70496
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70497
+  (0.1ms) SAVEPOINT active_record_1
70498
+ SQL (0.3ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "h"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70499
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70500
+  (0.1ms) SAVEPOINT active_record_1
70501
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70503
+  (0.0ms) SAVEPOINT active_record_1
70504
+ SQL (0.2ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70505
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70506
+  (0.1ms) RELEASE SAVEPOINT active_record_1
70507
+  (0.1ms) SAVEPOINT active_record_1
70508
+ SQL (0.2ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "m"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70509
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70510
+  (0.0ms) SAVEPOINT active_record_1
70511
+ SQL (0.1ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
70512
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70513
+  (0.0ms) SAVEPOINT active_record_1
70514
+ SQL (0.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
70515
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70517
+  (0.0ms) SAVEPOINT active_record_1
70518
+ SQL (0.2ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 2], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "p"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
70519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
70520
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
70521
+ CustomerVault::Corporation Load (0.0ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
70522
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
70523
+ CustomerVault::Individual Load (0.0ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 2]]
70524
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
70525
+ CustomerVault::Corporation Load (0.0ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
70526
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
70527
+ CustomerVault::Individual Load (0.0ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 2]]
70528
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 2 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
70529
+ CustomerVault::Individual Load (0.0ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
70530
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 2 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
70531
+  (0.8ms) rollback transaction
70532
+  (0.1ms) begin transaction
70533
+  (0.0ms) rollback transaction
70534
+  (0.1ms) begin transaction
70535
+  (0.1ms) rollback transaction
70536
+  (0.1ms) begin transaction
70537
+  (0.0ms) rollback transaction
70538
+  (0.1ms) begin transaction
70539
+  (0.1ms) rollback transaction
70540
+  (0.1ms) begin transaction
70541
+  (0.0ms) rollback transaction
70542
+  (0.1ms) begin transaction
70543
+  (0.1ms) rollback transaction
70544
+  (0.0ms) begin transaction
70545
+  (0.1ms) rollback transaction
70546
+  (0.1ms) begin transaction
70547
+  (0.0ms) rollback transaction
70548
+  (0.0ms) begin transaction
70549
+  (0.0ms) rollback transaction
70550
+  (0.0ms) begin transaction
70551
+  (0.0ms) rollback transaction
70552
+  (0.0ms) begin transaction
70553
+  (0.0ms) rollback transaction
70554
+  (0.0ms) begin transaction
70555
+  (0.0ms) rollback transaction
70556
+  (0.0ms) begin transaction
70557
+  (0.0ms) rollback transaction
70558
+  (0.0ms) begin transaction
70559
+  (0.0ms) rollback transaction
70560
+  (0.0ms) begin transaction
70561
+  (0.0ms) rollback transaction
70562
+  (0.0ms) begin transaction
70563
+  (0.0ms) rollback transaction
70564
+  (0.0ms) begin transaction
70565
+  (0.0ms) rollback transaction
70566
+  (0.0ms) begin transaction
70567
+  (0.0ms) rollback transaction
70568
+  (0.0ms) begin transaction
70569
+  (0.1ms) rollback transaction
70570
+  (0.1ms) begin transaction
70571
+  (0.0ms) rollback transaction
70572
+  (0.0ms) begin transaction
70573
+  (0.0ms) rollback transaction
70574
+  (0.1ms) begin transaction
70575
+  (0.0ms) rollback transaction
70576
+  (0.0ms) begin transaction
70577
+  (0.0ms) rollback transaction
70578
+ Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:28:07 +0200
70579
+ Processing by CustomerVault::CorporationsController#new as HTML
70580
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (4142.0ms)
70581
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.1ms)
70582
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (4209.1ms)
70583
+ Completed 200 OK in 14195ms (Views: 14086.0ms | ActiveRecord: 4.0ms)
70584
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:21 +0200
70585
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 18:28:21 +0200
70586
+ Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 18:28:21 +0200
70587
+ Started POST "/customer_vault/corporations" for 127.0.0.1 at 2015-04-08 18:28:23 +0200
70588
+ Processing by CustomerVault::CorporationsController#create as HTML
70589
+ Parameters: {"utf8"=>"✓", "corporation"=>{"name"=>"AGILiDEE", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}}
70590
+  (0.1ms) begin transaction
70591
+ SQL (88.8ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", ""], ["fax", ""], ["name", "AGILiDEE"], ["phone", ""], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70592
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("addressable_id", "addressable_type", "city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"], ["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", ""], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70593
+  (0.9ms) commit transaction
70594
+ Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
70595
+ Completed 302 Found in 99ms (ActiveRecord: 90.1ms)
70596
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:23 +0200
70597
+ Processing by CustomerVault::CorporationsController#show as HTML
70598
+ Parameters: {"id"=>"1"}
70599
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
70600
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (5.3ms)
70601
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
70602
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (12.2ms)
70603
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (19.7ms)
70604
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
70605
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
70606
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (10.9ms)
70607
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
70608
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (15.3ms)
70609
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (20.1ms)
70610
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (41.1ms)
70611
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (2.8ms)
70612
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70613
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (90.5ms)
70614
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (95.5ms)
70615
+ Completed 200 OK in 101ms (Views: 97.0ms | ActiveRecord: 1.6ms)
70616
+  (2.7ms) DELETE FROM "dorsale_addresses";
70617
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70618
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
70619
+  (0.8ms) DELETE FROM "customer_vault_individuals";
70620
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70621
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
70622
+  (0.9ms) DELETE FROM "customer_vault_corporations";
70623
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70624
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
70625
+  (0.9ms) DELETE FROM "customer_vault_links";
70626
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70627
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
70628
+  (1.0ms) DELETE FROM "dorsale_comments";
70629
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70630
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
70631
+  (0.1ms) begin transaction
70632
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70633
+  (0.9ms) commit transaction
70634
+  (0.1ms) begin transaction
70635
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "lizeth@sipes.org"], ["fax", "09xxxxxxx"], ["name", "Robel Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70636
+ SQL (0.6ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70637
+  (1.2ms) commit transaction
70638
+  (0.1ms) begin transaction
70639
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70640
+  (0.8ms) commit transaction
70641
+  (0.1ms) begin transaction
70642
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "fred_metz@mosciski.net"], ["fax", "09xxxxxxx"], ["name", "Macejkovic Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70643
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70644
+  (0.8ms) commit transaction
70645
+  (0.0ms) begin transaction
70646
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70647
+  (0.7ms) commit transaction
70648
+  (0.0ms) begin transaction
70649
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "verdie@fisher.net"], ["fax", "09xxxxxxx"], ["name", "Powlowski Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70650
+ SQL (0.3ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 3], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70651
+  (0.7ms) commit transaction
70652
+  (0.1ms) begin transaction
70653
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70654
+  (0.6ms) commit transaction
70655
+  (0.1ms) begin transaction
70656
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "rosalinda.vandervort@altenwerth.net"], ["fax", "09xxxxxxx"], ["name", "Goodwin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70657
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 4], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70658
+  (0.7ms) commit transaction
70659
+  (0.1ms) begin transaction
70660
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70661
+  (0.8ms) commit transaction
70662
+  (0.0ms) begin transaction
70663
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "edison.champlin@gaylordblanda.name"], ["fax", "09xxxxxxx"], ["name", "Lakin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70664
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 5 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 5], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70665
+  (0.8ms) commit transaction
70666
+  (0.0ms) begin transaction
70667
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70668
+  (0.8ms) commit transaction
70669
+  (0.0ms) begin transaction
70670
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "elenora.kohler@krisgreen.name"], ["fax", "09xxxxxxx"], ["name", "Cole Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70671
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 6 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 6], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70672
+  (0.8ms) commit transaction
70673
+  (0.1ms) begin transaction
70674
+ SQL (0.6ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70675
+  (0.8ms) commit transaction
70676
+  (0.1ms) begin transaction
70677
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "maxime.kutch@ruel.biz"], ["fax", "09xxxxxxx"], ["name", "Pacocha Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70678
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 7 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 7], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70679
+  (0.9ms) commit transaction
70680
+  (0.1ms) begin transaction
70681
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70682
+  (0.9ms) commit transaction
70683
+  (0.1ms) begin transaction
70684
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "eula@mosciskischmitt.com"], ["fax", "09xxxxxxx"], ["name", "Jakubowski Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70685
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 8 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 8], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70686
+  (0.9ms) commit transaction
70687
+  (0.0ms) begin transaction
70688
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70689
+  (0.8ms) commit transaction
70690
+  (0.0ms) begin transaction
70691
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "jamel@gleichner.net"], ["fax", "09xxxxxxx"], ["name", "Stamm Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70692
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 9 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 9], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70693
+  (0.8ms) commit transaction
70694
+  (0.1ms) begin transaction
70695
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70696
+  (0.7ms) commit transaction
70697
+  (0.0ms) begin transaction
70698
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "haylee.konopelski@ohara.net"], ["fax", "09xxxxxxx"], ["name", "Kulas Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70699
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 10 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 10], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70700
+  (0.8ms) commit transaction
70701
+  (0.0ms) begin transaction
70702
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70703
+  (0.8ms) commit transaction
70704
+  (0.0ms) begin transaction
70705
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "rae@spinka.biz"], ["fax", "09xxxxxxx"], ["name", "Corkery Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70706
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 11 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 11], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70707
+  (0.8ms) commit transaction
70708
+  (0.0ms) begin transaction
70709
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70710
+  (0.8ms) commit transaction
70711
+  (0.0ms) begin transaction
70712
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "anabelle.trantow@marks.org"], ["fax", "09xxxxxxx"], ["name", "Roob Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70713
+ SQL (0.3ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 12 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 12], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70714
+  (0.8ms) commit transaction
70715
+  (0.1ms) begin transaction
70716
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70717
+  (0.6ms) commit transaction
70718
+  (0.1ms) begin transaction
70719
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "yoshiko_fisher@bartonterry.biz"], ["fax", "09xxxxxxx"], ["name", "Littel Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70720
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 13 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 13], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70721
+  (0.8ms) commit transaction
70722
+  (0.0ms) begin transaction
70723
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70724
+  (0.9ms) commit transaction
70725
+  (0.1ms) begin transaction
70726
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "katheryn_purdy@greenfeldervandervort.net"], ["fax", "09xxxxxxx"], ["name", "Nicolas Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70727
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 14 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 14], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70728
+  (0.9ms) commit transaction
70729
+  (0.0ms) begin transaction
70730
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
70731
+  (0.8ms) commit transaction
70732
+  (0.0ms) begin transaction
70733
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "rogelio@larkinjohnston.net"], ["fax", "09xxxxxxx"], ["name", "Mertz Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70734
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 15 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 15], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
70735
+  (0.9ms) commit transaction
70736
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:28:23 +0200
70737
+ Processing by CustomerVault::PeopleController#index as HTML
70738
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
70739
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
70740
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (4.8ms)
70741
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
70742
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70743
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70744
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70745
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70746
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
70747
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70748
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70749
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (33.0ms)
70750
+ Completed 200 OK in 47ms (Views: 37.6ms | ActiveRecord: 1.0ms)
70751
+ Started GET "/customer_vault/people?page=2" for 127.0.0.1 at 2015-04-08 18:28:25 +0200
70752
+ Processing by CustomerVault::PeopleController#index as HTML
70753
+ Parameters: {"page"=>"2"}
70754
+ CustomerVault::Individual Load (0.3ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
70755
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
70756
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.8ms)
70757
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
70758
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70759
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70760
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70761
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70762
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
70763
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
70764
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (18.0ms)
70765
+ Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 0.4ms)
70766
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:25 +0200
70767
+  (1.8ms) DELETE FROM "dorsale_addresses";
70768
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70769
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
70770
+  (0.9ms) DELETE FROM "customer_vault_individuals";
70771
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70772
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
70773
+  (0.9ms) DELETE FROM "customer_vault_corporations";
70774
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70775
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
70776
+  (0.8ms) DELETE FROM "customer_vault_links";
70777
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70778
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
70779
+  (0.8ms) DELETE FROM "dorsale_comments";
70780
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70781
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
70782
+ Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:28:25 +0200
70783
+ Processing by CustomerVault::CorporationsController#new as HTML
70784
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (24.6ms)
70785
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70786
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (25.5ms)
70787
+ Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.2ms)
70788
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:25 +0200
70789
+ Started POST "/customer_vault/corporations" for 127.0.0.1 at 2015-04-08 18:28:26 +0200
70790
+ Processing by CustomerVault::CorporationsController#create as HTML
70791
+ Parameters: {"utf8"=>"✓", "corporation"=>{"name"=>"AGILiDEE", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"", "street_bis"=>"", "zip"=>"", "city"=>"", "country"=>""}}}
70792
+  (0.1ms) begin transaction
70793
+  (0.1ms) rollback transaction
70794
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (76.7ms)
70795
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70796
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (77.7ms)
70797
+ Completed 200 OK in 82ms (Views: 78.6ms | ActiveRecord: 0.2ms)
70798
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:26 +0200
70799
+  (2.7ms) DELETE FROM "dorsale_addresses";
70800
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70801
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
70802
+  (0.8ms) DELETE FROM "customer_vault_individuals";
70803
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70804
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
70805
+  (0.8ms) DELETE FROM "customer_vault_corporations";
70806
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70807
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
70808
+  (0.8ms) DELETE FROM "customer_vault_links";
70809
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70810
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
70811
+  (0.9ms) DELETE FROM "dorsale_comments";
70812
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70813
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
70814
+ Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:28:27 +0200
70815
+ Processing by CustomerVault::CorporationsController#new as HTML
70816
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (21.7ms)
70817
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70818
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (22.7ms)
70819
+ Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms)
70820
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:27 +0200
70821
+ Started POST "/customer_vault/corporations" for 127.0.0.1 at 2015-04-08 18:28:29 +0200
70822
+ Processing by CustomerVault::CorporationsController#create as HTML
70823
+ Parameters: {"utf8"=>"✓", "corporation"=>{"name"=>"", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}}
70824
+  (0.3ms) begin transaction
70825
+  (0.1ms) rollback transaction
70826
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (31.0ms)
70827
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70828
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (32.5ms)
70829
+ Completed 200 OK in 41ms (Views: 33.8ms | ActiveRecord: 0.4ms)
70830
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:29 +0200
70831
+  (2.6ms) DELETE FROM "dorsale_addresses";
70832
+  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70833
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
70834
+  (1.3ms) DELETE FROM "customer_vault_individuals";
70835
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70836
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
70837
+  (1.3ms) DELETE FROM "customer_vault_corporations";
70838
+  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70839
+  (0.3ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
70840
+  (1.1ms) DELETE FROM "customer_vault_links";
70841
+  (2.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70842
+  (0.3ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
70843
+  (0.9ms) DELETE FROM "dorsale_comments";
70844
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70845
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
70846
+  (0.2ms) begin transaction
70847
+ SQL (0.6ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00], ["zip", "13004"]]
70848
+  (1.2ms) commit transaction
70849
+  (0.1ms) begin transaction
70850
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00], ["email", "hosea.schaefer@johnsonvolkman.org"], ["fax", "09xxxxxxx"], ["name", "Mohr Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00]]
70851
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00]]
70852
+  (0.9ms) commit transaction
70853
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:29 +0200
70854
+ Processing by CustomerVault::CorporationsController#show as HTML
70855
+ Parameters: {"id"=>"1"}
70856
+ CustomerVault::Corporation Load (0.7ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
70857
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
70858
+ Dorsale::Address Load (0.3ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
70859
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.8ms)
70860
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (3.0ms)
70861
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
70862
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
70863
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (4.0ms)
70864
+ Dorsale::Comment Load (0.3ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
70865
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (2.3ms)
70866
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (3.5ms)
70867
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (6.7ms)
70868
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
70869
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70870
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (15.7ms)
70871
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (16.1ms)
70872
+ Completed 200 OK in 20ms (Views: 15.5ms | ActiveRecord: 2.6ms)
70873
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:29 +0200
70874
+ Started POST "/dorsale/comments" for 127.0.0.1 at 2015-04-08 18:28:30 +0200
70875
+ Processing by Dorsale::CommentsController#create as HTML
70876
+ Parameters: {"utf8"=>"✓", "comment"=>{"commentable_id"=>"1", "commentable_type"=>"CustomerVault::Corporation", "text"=>"Hello"}, "back_url"=>"http://127.0.0.1:52142/customer_vault/corporations/1"}
70877
+  (0.1ms) begin transaction
70878
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
70879
+ SQL (0.6ms) INSERT INTO "dorsale_comments" ("commentable_id", "commentable_type", "created_at", "text", "updated_at") VALUES (?, ?, ?, ?, ?) [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:30 UTC +00:00], ["text", "Hello"], ["updated_at", Wed, 08 Apr 2015 16:28:30 UTC +00:00]]
70880
+  (0.9ms) commit transaction
70881
+ Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
70882
+ Completed 302 Found in 13ms (ActiveRecord: 1.9ms)
70883
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:30 +0200
70884
+ Processing by CustomerVault::CorporationsController#show as HTML
70885
+ Parameters: {"id"=>"1"}
70886
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
70887
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
70888
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
70889
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.1ms)
70890
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.3ms)
70891
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
70892
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
70893
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.3ms)
70894
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
70895
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (3.3ms)
70896
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.4ms)
70897
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (6.2ms)
70898
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
70899
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
70900
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (11.1ms)
70901
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (11.3ms)
70902
+ Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.6ms)
70903
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:30 +0200
70904
+ Started GET "/assets/dorsale/avatar.png" for 127.0.0.1 at 2015-04-08 18:28:30 +0200
70905
+  (0.3ms) SELECT COUNT(*) FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
70906
+  (1.0ms) DELETE FROM "dorsale_addresses";
70907
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70908
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
70909
+  (0.7ms) DELETE FROM "customer_vault_individuals";
70910
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70911
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
70912
+  (0.8ms) DELETE FROM "customer_vault_corporations";
70913
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70914
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
70915
+  (0.8ms) DELETE FROM "customer_vault_links";
70916
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70917
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
70918
+  (0.9ms) DELETE FROM "dorsale_comments";
70919
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70920
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
70921
+ Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2015-04-08 18:28:31 +0200
70922
+ Processing by CustomerVault::IndividualsController#new as HTML
70923
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (48.6ms)
70924
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70925
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (58.1ms)
70926
+ Completed 200 OK in 64ms (Views: 62.9ms | ActiveRecord: 0.0ms)
70927
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:31 +0200
70928
+ Started POST "/customer_vault/individuals" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
70929
+ Processing by CustomerVault::IndividualsController#create as HTML
70930
+ Parameters: {"utf8"=>"✓", "individual"=>{"first_name"=>"Benoit", "last_name"=>"Gantaume", "email"=>"benoit@agilidee.com", "title"=>"", "twitter"=>"", "context"=>"", "phone"=>"", "fax"=>"", "mobile"=>"", "www"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}}
70931
+  (0.1ms) begin transaction
70932
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", ""], ["created_at", Wed, 08 Apr 2015 16:28:32 UTC +00:00], ["email", "benoit@agilidee.com"], ["fax", ""], ["first_name", "Benoit"], ["last_name", "Gantaume"], ["mobile", ""], ["phone", ""], ["title", ""], ["twitter", ""], ["updated_at", Wed, 08 Apr 2015 16:28:32 UTC +00:00], ["www", ""]]
70933
+ SQL (0.2ms) INSERT INTO "dorsale_addresses" ("addressable_id", "addressable_type", "city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"], ["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:32 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", ""], ["updated_at", Wed, 08 Apr 2015 16:28:32 UTC +00:00], ["zip", "13004"]]
70934
+  (2.3ms) commit transaction
70935
+ Redirected to http://127.0.0.1:52142/customer_vault/individuals/1
70936
+ Completed 302 Found in 10ms (ActiveRecord: 3.2ms)
70937
+ Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
70938
+ Processing by CustomerVault::IndividualsController#show as HTML
70939
+ Parameters: {"id"=>"1"}
70940
+ CustomerVault::Individual Load (0.3ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
70941
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.3ms)
70942
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
70943
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (9.0ms)
70944
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (12.4ms)
70945
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
70946
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
70947
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.4ms)
70948
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
70949
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.0ms)
70950
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.2ms)
70951
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.5ms)
70952
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
70953
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
70954
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (18.9ms)
70955
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (22.1ms)
70956
+ Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.8ms)
70957
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
70958
+  (1.7ms) DELETE FROM "dorsale_addresses";
70959
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70960
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
70961
+  (0.8ms) DELETE FROM "customer_vault_individuals";
70962
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70963
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
70964
+  (0.8ms) DELETE FROM "customer_vault_corporations";
70965
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70966
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
70967
+  (0.9ms) DELETE FROM "customer_vault_links";
70968
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70969
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
70970
+  (0.9ms) DELETE FROM "dorsale_comments";
70971
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70972
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
70973
+ Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
70974
+ Processing by CustomerVault::IndividualsController#new as HTML
70975
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (29.9ms)
70976
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70977
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (30.9ms)
70978
+ Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.0ms)
70979
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
70980
+ Started POST "/customer_vault/individuals" for 127.0.0.1 at 2015-04-08 18:28:34 +0200
70981
+ Processing by CustomerVault::IndividualsController#create as HTML
70982
+ Parameters: {"utf8"=>"✓", "individual"=>{"first_name"=>"Benoit", "last_name"=>"Gantaume", "email"=>"benoit@agilidee.com", "title"=>"", "twitter"=>"", "context"=>"", "phone"=>"", "fax"=>"", "mobile"=>"", "www"=>"", "address_attributes"=>{"street"=>"", "street_bis"=>"", "zip"=>"", "city"=>"", "country"=>""}}}
70983
+  (0.1ms) begin transaction
70984
+  (0.0ms) rollback transaction
70985
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (88.7ms)
70986
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
70987
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (89.8ms)
70988
+ Completed 200 OK in 94ms (Views: 90.6ms | ActiveRecord: 0.1ms)
70989
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:34 +0200
70990
+  (2.6ms) DELETE FROM "dorsale_addresses";
70991
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70992
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
70993
+  (0.8ms) DELETE FROM "customer_vault_individuals";
70994
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70995
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
70996
+  (0.7ms) DELETE FROM "customer_vault_corporations";
70997
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
70998
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
70999
+  (0.7ms) DELETE FROM "customer_vault_links";
71000
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71001
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71002
+  (0.7ms) DELETE FROM "dorsale_comments";
71003
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71004
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71005
+ Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2015-04-08 18:28:34 +0200
71006
+ Processing by CustomerVault::IndividualsController#new as HTML
71007
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (29.5ms)
71008
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71009
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (30.5ms)
71010
+ Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.0ms)
71011
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:34 +0200
71012
+ Started POST "/customer_vault/individuals" for 127.0.0.1 at 2015-04-08 18:28:36 +0200
71013
+ Processing by CustomerVault::IndividualsController#create as HTML
71014
+ Parameters: {"utf8"=>"✓", "individual"=>{"first_name"=>"", "last_name"=>"", "email"=>"", "title"=>"", "twitter"=>"", "context"=>"", "phone"=>"", "fax"=>"", "mobile"=>"", "www"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}}
71015
+  (0.1ms) begin transaction
71016
+  (0.1ms) rollback transaction
71017
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (32.6ms)
71018
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71019
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (33.5ms)
71020
+ Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 0.1ms)
71021
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:36 +0200
71022
+  (2.4ms) DELETE FROM "dorsale_addresses";
71023
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71024
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71025
+  (0.9ms) DELETE FROM "customer_vault_individuals";
71026
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71027
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71028
+  (1.0ms) DELETE FROM "customer_vault_corporations";
71029
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71030
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71031
+  (0.8ms) DELETE FROM "customer_vault_links";
71032
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71033
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71034
+  (0.8ms) DELETE FROM "dorsale_comments";
71035
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71036
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71037
+  (0.1ms) begin transaction
71038
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["zip", "13004"]]
71039
+  (0.9ms) commit transaction
71040
+  (0.1ms) begin transaction
71041
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["email", "aditya_jacobs@abshire.net"], ["fax", "09xxxxxxx"], ["name", "Koelpin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00]]
71042
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00]]
71043
+  (0.9ms) commit transaction
71044
+  (0.2ms) begin transaction
71045
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["zip", "13004"]]
71046
+  (0.9ms) commit transaction
71047
+  (0.1ms) begin transaction
71048
+ SQL (1.1ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["www", "MyString"]]
71049
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00]]
71050
+  (0.8ms) commit transaction
71051
+ Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:36 +0200
71052
+ Processing by CustomerVault::IndividualsController#show as HTML
71053
+ Parameters: {"id"=>"1"}
71054
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71055
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71056
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
71057
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.8ms)
71058
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.0ms)
71059
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
71060
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
71061
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.1ms)
71062
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
71063
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.7ms)
71064
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (3.4ms)
71065
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (4.4ms)
71066
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71067
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71068
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (8.7ms)
71069
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (8.9ms)
71070
+ Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.6ms)
71071
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:36 +0200
71072
+ Started GET "/customer_vault/individuals/1/links/new" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
71073
+ Processing by CustomerVault::LinksController#new as HTML
71074
+ Parameters: {"individual_id"=>"1"}
71075
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71076
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71077
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
71078
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (2.3ms)
71079
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.5ms)
71080
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
71081
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
71082
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71083
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/new.html.slim within layouts/application (82.1ms)
71084
+ Completed 200 OK in 91ms (Views: 88.4ms | ActiveRecord: 0.8ms)
71085
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
71086
+ Started POST "/customer_vault/individuals/1/links" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
71087
+ Processing by CustomerVault::LinksController#create as HTML
71088
+ Parameters: {"utf8"=>"✓", "link"=>{"bob"=>"CustomerVault::Corporation-1", "title"=>"Manager"}, "individual_id"=>"1"}
71089
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71090
+  (0.1ms) begin transaction
71091
+ SQL (0.7ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
71092
+  (2.2ms) commit transaction
71093
+ Redirected to http://127.0.0.1:52142/customer_vault/individuals/1
71094
+ Completed 302 Found in 10ms (ActiveRecord: 3.1ms)
71095
+ Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
71096
+ Processing by CustomerVault::IndividualsController#show as HTML
71097
+ Parameters: {"id"=>"1"}
71098
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71099
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71100
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
71101
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.9ms)
71102
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.1ms)
71103
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
71104
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
71105
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
71106
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (5.1ms)
71107
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (13.2ms)
71108
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (18.3ms)
71109
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
71110
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.1ms)
71111
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.2ms)
71112
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.6ms)
71113
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71114
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71115
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (25.4ms)
71116
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (25.7ms)
71117
+ Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.8ms)
71118
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
71119
+  (1.7ms) DELETE FROM "dorsale_addresses";
71120
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71121
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71122
+  (0.7ms) DELETE FROM "customer_vault_individuals";
71123
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71124
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71125
+  (0.7ms) DELETE FROM "customer_vault_corporations";
71126
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71127
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71128
+  (1.0ms) DELETE FROM "customer_vault_links";
71129
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71130
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71131
+  (0.7ms) DELETE FROM "dorsale_comments";
71132
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71133
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71134
+  (0.1ms) begin transaction
71135
+ SQL (0.6ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["zip", "13004"]]
71136
+  (0.8ms) commit transaction
71137
+  (0.0ms) begin transaction
71138
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["www", "MyString"]]
71139
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
71140
+  (0.9ms) commit transaction
71141
+  (0.0ms) begin transaction
71142
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["zip", "13004"]]
71143
+  (0.8ms) commit transaction
71144
+  (0.1ms) begin transaction
71145
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["email", "arlene@armstrong.info"], ["fax", "09xxxxxxx"], ["name", "Christiansen Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
71146
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
71147
+  (0.8ms) commit transaction
71148
+  (0.1ms) begin transaction
71149
+ SQL (0.4ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
71150
+  (0.8ms) commit transaction
71151
+ Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
71152
+ Processing by CustomerVault::IndividualsController#show as HTML
71153
+ Parameters: {"id"=>"1"}
71154
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71155
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71156
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
71157
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.9ms)
71158
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.0ms)
71159
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
71160
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
71161
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
71162
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.8ms)
71163
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (1.9ms)
71164
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (4.0ms)
71165
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
71166
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.1ms)
71167
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.8ms)
71168
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (4.3ms)
71169
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71170
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71171
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (11.7ms)
71172
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (11.9ms)
71173
+ Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.8ms)
71174
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
71175
+ Started GET "/customer_vault/individuals/1/links/1/edit" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
71176
+ Processing by CustomerVault::LinksController#edit as HTML
71177
+ Parameters: {"individual_id"=>"1", "id"=>"1"}
71178
+ CustomerVault::Individual Load (0.3ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71179
+ CustomerVault::Link Load (0.3ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
71180
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71181
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
71182
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (2.0ms)
71183
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.2ms)
71184
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
71185
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.2ms)
71186
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/edit.html.slim within layouts/application (21.4ms)
71187
+ Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.8ms)
71188
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
71189
+ Started PATCH "/customer_vault/individuals/1/links/1" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
71190
+ Processing by CustomerVault::LinksController#update as HTML
71191
+ Parameters: {"utf8"=>"✓", "link"=>{"title"=>"Manager 2"}, "individual_id"=>"1", "id"=>"1"}
71192
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71193
+ CustomerVault::Link Load (0.4ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
71194
+  (0.2ms) begin transaction
71195
+ SQL (0.4ms) UPDATE "customer_vault_links" SET "title" = ?, "updated_at" = ? WHERE "customer_vault_links"."id" = 1 [["title", "Manager 2"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
71196
+  (2.0ms) commit transaction
71197
+ Redirected to http://127.0.0.1:52142/customer_vault/individuals/1
71198
+ Completed 302 Found in 10ms (ActiveRecord: 3.2ms)
71199
+ Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
71200
+ Processing by CustomerVault::IndividualsController#show as HTML
71201
+ Parameters: {"id"=>"1"}
71202
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71203
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71204
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
71205
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.9ms)
71206
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.0ms)
71207
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
71208
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
71209
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
71210
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.6ms)
71211
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (1.2ms)
71212
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.4ms)
71213
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
71214
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.8ms)
71215
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.3ms)
71216
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.4ms)
71217
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71218
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71219
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (10.0ms)
71220
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (10.2ms)
71221
+ Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.7ms)
71222
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
71223
+  (1.2ms) DELETE FROM "dorsale_addresses";
71224
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71225
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71226
+  (0.6ms) DELETE FROM "customer_vault_individuals";
71227
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71228
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71229
+  (0.6ms) DELETE FROM "customer_vault_corporations";
71230
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71231
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71232
+  (0.7ms) DELETE FROM "customer_vault_links";
71233
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71234
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71235
+  (0.6ms) DELETE FROM "dorsale_comments";
71236
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71237
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71238
+  (0.1ms) begin transaction
71239
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["zip", "13004"]]
71240
+  (0.7ms) commit transaction
71241
+  (0.1ms) begin transaction
71242
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["www", "MyString"]]
71243
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
71244
+  (0.8ms) commit transaction
71245
+  (0.1ms) begin transaction
71246
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["zip", "13004"]]
71247
+  (0.8ms) commit transaction
71248
+  (0.1ms) begin transaction
71249
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["email", "cordia@mcclureanderson.biz"], ["fax", "09xxxxxxx"], ["name", "Ratke Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
71250
+ SQL (0.3ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
71251
+  (1.2ms) commit transaction
71252
+  (0.1ms) begin transaction
71253
+ SQL (1.2ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
71254
+  (0.8ms) commit transaction
71255
+ Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
71256
+ Processing by CustomerVault::IndividualsController#show as HTML
71257
+ Parameters: {"id"=>"1"}
71258
+ CustomerVault::Individual Load (0.3ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71259
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.3ms)
71260
+ Dorsale::Address Load (0.5ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
71261
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (4.6ms)
71262
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.1ms)
71263
+ CustomerVault::Link Load (0.5ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
71264
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
71265
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
71266
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.8ms)
71267
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (1.7ms)
71268
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (6.5ms)
71269
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
71270
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.4ms)
71271
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (3.8ms)
71272
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (5.7ms)
71273
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71274
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71275
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (19.6ms)
71276
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (19.9ms)
71277
+ Completed 200 OK in 23ms (Views: 19.4ms | ActiveRecord: 1.7ms)
71278
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
71279
+ Started DELETE "/customer_vault/individuals/1/links/1" for 127.0.0.1 at 2015-04-08 18:28:42 +0200
71280
+ Processing by CustomerVault::LinksController#destroy as HTML
71281
+ Parameters: {"individual_id"=>"1", "id"=>"1"}
71282
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71283
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
71284
+  (0.1ms) begin transaction
71285
+ SQL (0.3ms) DELETE FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? [["id", 1]]
71286
+  (2.2ms) commit transaction
71287
+ Redirected to http://127.0.0.1:52142/customer_vault/individuals/1
71288
+ Completed 302 Found in 6ms (ActiveRecord: 2.7ms)
71289
+ Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:42 +0200
71290
+ Processing by CustomerVault::IndividualsController#show as HTML
71291
+ Parameters: {"id"=>"1"}
71292
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
71293
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.3ms)
71294
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
71295
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (3.0ms)
71296
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (3.2ms)
71297
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
71298
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
71299
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.4ms)
71300
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
71301
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.5ms)
71302
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.9ms)
71303
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (4.8ms)
71304
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71305
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71306
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (12.0ms)
71307
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (12.2ms)
71308
+ Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 1.1ms)
71309
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:42 +0200
71310
+  (2.6ms) DELETE FROM "dorsale_addresses";
71311
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71312
+  (1.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71313
+  (1.6ms) DELETE FROM "customer_vault_individuals";
71314
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71315
+  (1.3ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71316
+  (1.1ms) DELETE FROM "customer_vault_corporations";
71317
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71318
+  (1.4ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71319
+  (1.2ms) DELETE FROM "customer_vault_links";
71320
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71321
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71322
+  (0.8ms) DELETE FROM "dorsale_comments";
71323
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71324
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71325
+  (0.2ms) begin transaction
71326
+ SQL (0.7ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["zip", "13004"]]
71327
+  (1.3ms) commit transaction
71328
+  (0.1ms) begin transaction
71329
+ SQL (0.6ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["email", "zoila@spencer.biz"], ["fax", "09xxxxxxx"], ["name", "Hilll Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00]]
71330
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00]]
71331
+  (1.0ms) commit transaction
71332
+  (0.1ms) begin transaction
71333
+ SQL (0.7ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["zip", "13004"]]
71334
+  (1.0ms) commit transaction
71335
+  (0.1ms) begin transaction
71336
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["www", "MyString"]]
71337
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00]]
71338
+  (0.8ms) commit transaction
71339
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:44 +0200
71340
+ Processing by CustomerVault::CorporationsController#show as HTML
71341
+ Parameters: {"id"=>"1"}
71342
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71343
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71344
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
71345
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.8ms)
71346
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.0ms)
71347
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
71348
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
71349
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.3ms)
71350
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
71351
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.9ms)
71352
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (3.9ms)
71353
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (5.3ms)
71354
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
71355
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71356
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (10.0ms)
71357
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (10.3ms)
71358
+ Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.7ms)
71359
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:44 +0200
71360
+ Started GET "/customer_vault/corporations/1/links/new" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
71361
+ Processing by CustomerVault::LinksController#new as HTML
71362
+ Parameters: {"corporation_id"=>"1"}
71363
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71364
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71365
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
71366
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.9ms)
71367
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.2ms)
71368
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
71369
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
71370
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71371
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/new.html.slim within layouts/application (9.7ms)
71372
+ Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.6ms)
71373
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
71374
+ Started POST "/customer_vault/corporations/1/links" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
71375
+ Processing by CustomerVault::LinksController#create as HTML
71376
+ Parameters: {"utf8"=>"✓", "link"=>{"bob"=>"CustomerVault::Individual-1", "title"=>"Manager"}, "corporation_id"=>"1"}
71377
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71378
+  (0.1ms) begin transaction
71379
+ SQL (0.4ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
71380
+  (2.5ms) commit transaction
71381
+ Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
71382
+ Completed 302 Found in 7ms (ActiveRecord: 3.1ms)
71383
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
71384
+ Processing by CustomerVault::CorporationsController#show as HTML
71385
+ Parameters: {"id"=>"1"}
71386
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71387
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71388
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
71389
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.2ms)
71390
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.5ms)
71391
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
71392
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
71393
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
71394
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.9ms)
71395
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (7.1ms)
71396
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (12.2ms)
71397
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
71398
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.1ms)
71399
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.4ms)
71400
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.8ms)
71401
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71402
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71403
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (20.2ms)
71404
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (20.6ms)
71405
+ Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.8ms)
71406
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
71407
+  (1.7ms) DELETE FROM "dorsale_addresses";
71408
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71409
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71410
+  (0.8ms) DELETE FROM "customer_vault_individuals";
71411
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71412
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71413
+  (0.7ms) DELETE FROM "customer_vault_corporations";
71414
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71415
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71416
+  (0.9ms) DELETE FROM "customer_vault_links";
71417
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71418
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71419
+  (0.7ms) DELETE FROM "dorsale_comments";
71420
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71421
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71422
+  (0.1ms) begin transaction
71423
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["zip", "13004"]]
71424
+  (0.7ms) commit transaction
71425
+  (0.1ms) begin transaction
71426
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["www", "MyString"]]
71427
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
71428
+  (0.9ms) commit transaction
71429
+  (0.0ms) begin transaction
71430
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["zip", "13004"]]
71431
+  (0.8ms) commit transaction
71432
+  (0.0ms) begin transaction
71433
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["email", "mitchel@wunsch.name"], ["fax", "09xxxxxxx"], ["name", "Hackett Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
71434
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
71435
+  (0.8ms) commit transaction
71436
+  (0.1ms) begin transaction
71437
+ SQL (0.3ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
71438
+  (0.7ms) commit transaction
71439
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
71440
+ Processing by CustomerVault::CorporationsController#show as HTML
71441
+ Parameters: {"id"=>"1"}
71442
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71443
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71444
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
71445
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.7ms)
71446
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (1.9ms)
71447
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
71448
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
71449
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
71450
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.7ms)
71451
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (1.3ms)
71452
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.5ms)
71453
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
71454
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.8ms)
71455
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.1ms)
71456
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.2ms)
71457
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71458
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71459
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (9.8ms)
71460
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (10.0ms)
71461
+ Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.8ms)
71462
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
71463
+ Started GET "/customer_vault/corporations/1/links/1/edit" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
71464
+ Processing by CustomerVault::LinksController#edit as HTML
71465
+ Parameters: {"corporation_id"=>"1", "id"=>"1"}
71466
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71467
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
71468
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71469
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
71470
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.4ms)
71471
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (1.6ms)
71472
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
71473
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
71474
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71475
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/edit.html.slim within layouts/application (8.1ms)
71476
+ Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms)
71477
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
71478
+ Started PATCH "/customer_vault/corporations/1/links/1" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
71479
+ Processing by CustomerVault::LinksController#update as HTML
71480
+ Parameters: {"utf8"=>"✓", "link"=>{"title"=>"Manager 2"}, "corporation_id"=>"1", "id"=>"1"}
71481
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71482
+ CustomerVault::Link Load (0.5ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
71483
+  (0.2ms) begin transaction
71484
+ SQL (0.4ms) UPDATE "customer_vault_links" SET "title" = ?, "updated_at" = ? WHERE "customer_vault_links"."id" = 1 [["title", "Manager 2"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
71485
+  (2.4ms) commit transaction
71486
+ Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
71487
+ Completed 302 Found in 9ms (ActiveRecord: 3.6ms)
71488
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
71489
+ Processing by CustomerVault::CorporationsController#show as HTML
71490
+ Parameters: {"id"=>"1"}
71491
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71492
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71493
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
71494
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.2ms)
71495
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.4ms)
71496
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
71497
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
71498
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
71499
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.7ms)
71500
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (1.4ms)
71501
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (4.2ms)
71502
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
71503
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.9ms)
71504
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.4ms)
71505
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.6ms)
71506
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71507
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71508
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (11.4ms)
71509
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (11.6ms)
71510
+ Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.8ms)
71511
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
71512
+  (1.6ms) DELETE FROM "dorsale_addresses";
71513
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71514
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71515
+  (0.8ms) DELETE FROM "customer_vault_individuals";
71516
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71517
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71518
+  (0.7ms) DELETE FROM "customer_vault_corporations";
71519
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71520
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71521
+  (0.8ms) DELETE FROM "customer_vault_links";
71522
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71523
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71524
+  (0.7ms) DELETE FROM "dorsale_comments";
71525
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71526
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71527
+  (0.1ms) begin transaction
71528
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["zip", "13004"]]
71529
+  (0.8ms) commit transaction
71530
+  (0.1ms) begin transaction
71531
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["www", "MyString"]]
71532
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
71533
+  (0.8ms) commit transaction
71534
+  (0.0ms) begin transaction
71535
+ SQL (0.3ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["zip", "13004"]]
71536
+  (0.7ms) commit transaction
71537
+  (0.0ms) begin transaction
71538
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["email", "jamarcus_purdy@jaskolski.name"], ["fax", "09xxxxxxx"], ["name", "Wolff Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
71539
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
71540
+  (0.8ms) commit transaction
71541
+  (0.1ms) begin transaction
71542
+ SQL (0.3ms) INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
71543
+  (0.8ms) commit transaction
71544
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
71545
+ Processing by CustomerVault::CorporationsController#show as HTML
71546
+ Parameters: {"id"=>"1"}
71547
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71548
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71549
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
71550
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.6ms)
71551
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (1.8ms)
71552
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
71553
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
71554
+ CustomerVault::Individual Load (0.1ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
71555
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.6ms)
71556
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (1.2ms)
71557
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.2ms)
71558
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
71559
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.7ms)
71560
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.1ms)
71561
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.2ms)
71562
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71563
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71564
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (9.3ms)
71565
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (9.5ms)
71566
+ Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.8ms)
71567
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
71568
+ Started DELETE "/customer_vault/corporations/1/links/1" for 127.0.0.1 at 2015-04-08 18:28:49 +0200
71569
+ Processing by CustomerVault::LinksController#destroy as HTML
71570
+ Parameters: {"corporation_id"=>"1", "id"=>"1"}
71571
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71572
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
71573
+  (0.1ms) begin transaction
71574
+ SQL (0.2ms) DELETE FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? [["id", 1]]
71575
+  (2.1ms) commit transaction
71576
+ Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
71577
+ Completed 302 Found in 6ms (ActiveRecord: 2.6ms)
71578
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:49 +0200
71579
+ Processing by CustomerVault::CorporationsController#show as HTML
71580
+ Parameters: {"id"=>"1"}
71581
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
71582
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
71583
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
71584
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.1ms)
71585
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.5ms)
71586
+ CustomerVault::Link Load (0.5ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
71587
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
71588
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.3ms)
71589
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
71590
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.8ms)
71591
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.0ms)
71592
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.1ms)
71593
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
71594
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71595
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (10.8ms)
71596
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (11.0ms)
71597
+ Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 1.1ms)
71598
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:49 +0200
71599
+  (2.1ms) DELETE FROM "dorsale_addresses";
71600
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71601
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71602
+  (0.8ms) DELETE FROM "customer_vault_individuals";
71603
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71604
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71605
+  (0.7ms) DELETE FROM "customer_vault_corporations";
71606
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71607
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71608
+  (0.9ms) DELETE FROM "customer_vault_links";
71609
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71610
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71611
+  (0.7ms) DELETE FROM "dorsale_comments";
71612
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71613
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71614
+  (0.1ms) begin transaction
71615
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["zip", "13004"]]
71616
+  (1.0ms) commit transaction
71617
+  (0.1ms) begin transaction
71618
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Jean"], ["last_name", "DUPONT"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["www", "MyString"]]
71619
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
71620
+  (0.8ms) commit transaction
71621
+  (0.1ms) begin transaction
71622
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["zip", "13004"]]
71623
+  (0.8ms) commit transaction
71624
+  (0.1ms) begin transaction
71625
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Laurent"], ["last_name", "DURAND"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["www", "MyString"]]
71626
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
71627
+  (0.9ms) commit transaction
71628
+  (0.1ms) begin transaction
71629
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["zip", "13004"]]
71630
+  (0.8ms) commit transaction
71631
+  (0.0ms) begin transaction
71632
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["email", "contact@aaa.com"], ["fax", "09xxxxxxx"], ["name", "aaa"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
71633
+ SQL (0.2ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
71634
+  (1.3ms) commit transaction
71635
+  (0.1ms) begin transaction
71636
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["zip", "13004"]]
71637
+  (0.8ms) commit transaction
71638
+  (0.1ms) begin transaction
71639
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["email", "contact@zzz.com"], ["fax", "09xxxxxxx"], ["name", "zzz"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
71640
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
71641
+  (0.8ms) commit transaction
71642
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:28:51 +0200
71643
+ Processing by CustomerVault::PeopleController#index as HTML
71644
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
71645
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
71646
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (5.3ms)
71647
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.4ms)
71648
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
71649
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
71650
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71651
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (11.0ms)
71652
+ Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.3ms)
71653
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:51 +0200
71654
+ Started GET "/customer_vault/people?q=Jean" for 127.0.0.1 at 2015-04-08 18:28:53 +0200
71655
+ Processing by CustomerVault::PeopleController#index as HTML
71656
+ Parameters: {"q"=>"Jean"}
71657
+ CustomerVault::Individual Load (0.4ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE (((LOWER(CAST(customer_vault_individuals.id AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.first_name AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.last_name AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.email AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.title AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.twitter AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.www AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.context AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.phone AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.fax AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.mobile AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.created_at AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.updated_at AS TEXT)) LIKE '%jean%')))
71658
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE (((LOWER(CAST(customer_vault_corporations.id AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.name AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.email AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.phone AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.fax AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.created_at AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.updated_at AS TEXT)) LIKE '%jean%')))
71659
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
71660
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71661
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (2.6ms)
71662
+ Completed 200 OK in 155ms (Views: 3.4ms | ActiveRecord: 0.5ms)
71663
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:53 +0200
71664
+  (2.6ms) DELETE FROM "dorsale_addresses";
71665
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71666
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71667
+  (0.7ms) DELETE FROM "customer_vault_individuals";
71668
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71669
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71670
+  (0.7ms) DELETE FROM "customer_vault_corporations";
71671
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71672
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71673
+  (0.8ms) DELETE FROM "customer_vault_links";
71674
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71675
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71676
+  (0.9ms) DELETE FROM "dorsale_comments";
71677
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71678
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71679
+  (0.1ms) begin transaction
71680
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["zip", "13004"]]
71681
+  (0.8ms) commit transaction
71682
+  (0.1ms) begin transaction
71683
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Jean"], ["last_name", "DUPONT"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["www", "MyString"]]
71684
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
71685
+  (0.8ms) commit transaction
71686
+  (0.1ms) begin transaction
71687
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["zip", "13004"]]
71688
+  (0.8ms) commit transaction
71689
+  (0.0ms) begin transaction
71690
+ SQL (0.5ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Laurent"], ["last_name", "DURAND"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["www", "MyString"]]
71691
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
71692
+  (0.9ms) commit transaction
71693
+  (0.1ms) begin transaction
71694
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["zip", "13004"]]
71695
+  (0.8ms) commit transaction
71696
+  (0.0ms) begin transaction
71697
+ SQL (0.6ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["email", "contact@aaa.com"], ["fax", "09xxxxxxx"], ["name", "aaa"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
71698
+ SQL (0.4ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
71699
+  (1.1ms) commit transaction
71700
+  (0.1ms) begin transaction
71701
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["zip", "13004"]]
71702
+  (0.8ms) commit transaction
71703
+  (0.0ms) begin transaction
71704
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["email", "contact@zzz.com"], ["fax", "09xxxxxxx"], ["name", "zzz"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
71705
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
71706
+  (0.8ms) commit transaction
71707
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:28:53 +0200
71708
+ Processing by CustomerVault::PeopleController#index as HTML
71709
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
71710
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
71711
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
71712
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.3ms)
71713
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
71714
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
71715
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71716
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (4.0ms)
71717
+ Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.3ms)
71718
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:53 +0200
71719
+ Started GET "/customer_vault/people?q=DUPONT" for 127.0.0.1 at 2015-04-08 18:28:55 +0200
71720
+ Processing by CustomerVault::PeopleController#index as HTML
71721
+ Parameters: {"q"=>"DUPONT"}
71722
+ CustomerVault::Individual Load (0.3ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE (((LOWER(CAST(customer_vault_individuals.id AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.first_name AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.last_name AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.email AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.title AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.twitter AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.www AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.context AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.phone AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.fax AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.mobile AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.created_at AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.updated_at AS TEXT)) LIKE '%dupont%')))
71723
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE (((LOWER(CAST(customer_vault_corporations.id AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.name AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.email AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.phone AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.fax AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.created_at AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.updated_at AS TEXT)) LIKE '%dupont%')))
71724
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
71725
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71726
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (3.0ms)
71727
+ Completed 200 OK in 7ms (Views: 3.9ms | ActiveRecord: 0.5ms)
71728
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:55 +0200
71729
+  (2.7ms) DELETE FROM "dorsale_addresses";
71730
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71731
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71732
+  (0.8ms) DELETE FROM "customer_vault_individuals";
71733
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71734
+  (0.9ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71735
+  (0.7ms) DELETE FROM "customer_vault_corporations";
71736
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71737
+  (1.0ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71738
+  (1.0ms) DELETE FROM "customer_vault_links";
71739
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71740
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71741
+  (0.9ms) DELETE FROM "dorsale_comments";
71742
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71743
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';
71744
+  (0.1ms) begin transaction
71745
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["zip", "13004"]]
71746
+  (0.8ms) commit transaction
71747
+  (0.1ms) begin transaction
71748
+ SQL (0.4ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Jean"], ["last_name", "DUPONT"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["www", "MyString"]]
71749
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
71750
+  (0.8ms) commit transaction
71751
+  (0.1ms) begin transaction
71752
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["zip", "13004"]]
71753
+  (0.8ms) commit transaction
71754
+  (0.0ms) begin transaction
71755
+ SQL (0.3ms) INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Laurent"], ["last_name", "DURAND"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["www", "MyString"]]
71756
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
71757
+  (1.0ms) commit transaction
71758
+  (0.1ms) begin transaction
71759
+ SQL (0.5ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["zip", "13004"]]
71760
+  (1.0ms) commit transaction
71761
+  (0.1ms) begin transaction
71762
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["email", "contact@aaa.com"], ["fax", "09xxxxxxx"], ["name", "aaa"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
71763
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
71764
+  (0.8ms) commit transaction
71765
+  (0.1ms) begin transaction
71766
+ SQL (0.4ms) INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["zip", "13004"]]
71767
+  (0.8ms) commit transaction
71768
+  (0.0ms) begin transaction
71769
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["email", "contact@zzz.com"], ["fax", "09xxxxxxx"], ["name", "zzz"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
71770
+ SQL (0.1ms) UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
71771
+  (0.8ms) commit transaction
71772
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:28:55 +0200
71773
+ Processing by CustomerVault::PeopleController#index as HTML
71774
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
71775
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
71776
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
71777
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.3ms)
71778
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
71779
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
71780
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
71781
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (3.8ms)
71782
+ Completed 200 OK in 7ms (Views: 4.6ms | ActiveRecord: 0.4ms)
71783
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:55 +0200
71784
+ Started GET "/customer_vault/people?q=aaa" for 127.0.0.1 at 2015-04-08 18:28:57 +0200
71785
+ Processing by CustomerVault::PeopleController#index as HTML
71786
+ Parameters: {"q"=>"aaa"}
71787
+ CustomerVault::Individual Load (0.3ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE (((LOWER(CAST(customer_vault_individuals.id AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.first_name AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.last_name AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.email AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.title AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.twitter AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.www AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.context AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.phone AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.fax AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.mobile AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.created_at AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.updated_at AS TEXT)) LIKE '%aaa%')))
71788
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE (((LOWER(CAST(customer_vault_corporations.id AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.name AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.email AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.phone AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.fax AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.created_at AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.updated_at AS TEXT)) LIKE '%aaa%')))
71789
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.5ms)
71790
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
71791
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (2.8ms)
71792
+ Completed 200 OK in 7ms (Views: 3.8ms | ActiveRecord: 0.5ms)
71793
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:57 +0200
71794
+  (2.4ms) DELETE FROM "dorsale_addresses";
71795
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71796
+  (0.8ms) DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
71797
+  (0.7ms) DELETE FROM "customer_vault_individuals";
71798
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71799
+  (0.7ms) DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
71800
+  (0.9ms) DELETE FROM "customer_vault_corporations";
71801
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71802
+  (1.5ms) DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
71803
+  (1.2ms) DELETE FROM "customer_vault_links";
71804
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71805
+  (0.2ms) DELETE FROM sqlite_sequence where name = 'customer_vault_links';
71806
+  (1.8ms) DELETE FROM "dorsale_comments";
71807
+  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
71808
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'dorsale_comments';