customer_vault 0.0.1 → 0.0.2

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.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/customer_vault/icons/add_person-128.png +0 -0
  3. data/app/assets/images/customer_vault/icons/add_person-20.png +0 -0
  4. data/app/assets/images/customer_vault/icons/add_person-24.png +0 -0
  5. data/app/assets/images/customer_vault/icons/add_person-256.png +0 -0
  6. data/app/assets/images/customer_vault/icons/add_person-32.png +0 -0
  7. data/app/assets/images/customer_vault/icons/add_person-48.png +0 -0
  8. data/app/assets/images/customer_vault/icons/add_person-512.png +0 -0
  9. data/app/assets/images/customer_vault/icons/add_person-64.png +0 -0
  10. data/app/assets/images/customer_vault/icons/people-128.png +0 -0
  11. data/app/assets/images/customer_vault/icons/people-16.png +0 -0
  12. data/app/assets/images/customer_vault/icons/people-20.png +0 -0
  13. data/app/assets/images/customer_vault/icons/people-24.png +0 -0
  14. data/app/assets/images/customer_vault/icons/people-256.png +0 -0
  15. data/app/assets/images/customer_vault/icons/people-32.png +0 -0
  16. data/app/assets/images/customer_vault/icons/people-48.png +0 -0
  17. data/app/assets/images/customer_vault/icons/people-512.png +0 -0
  18. data/app/assets/images/customer_vault/icons/people-64.png +0 -0
  19. data/app/assets/javascripts/customer_vault/application.js +5 -1
  20. data/app/assets/stylesheets/customer_vault/application.css +89 -1
  21. data/app/helpers/customer_vault/people_helper.rb +9 -1
  22. data/app/views/customer_vault/people/_form.html.slim +55 -39
  23. data/app/views/customer_vault/people/edit.html.slim +20 -7
  24. data/app/views/customer_vault/people/index.html.slim +63 -37
  25. data/app/views/customer_vault/people/new.html.slim +20 -4
  26. data/app/views/customer_vault/people/show.html.slim +56 -35
  27. data/lib/customer_vault/engine.rb +8 -2
  28. data/lib/customer_vault/version.rb +1 -1
  29. data/spec/dummy/app/assets/stylesheets/application.css +1 -1
  30. data/spec/dummy/log/development.log +199 -0
  31. data/spec/dummy/log/test.log +812 -0
  32. data/spec/dummy/tmp/cache/assets/development/sprockets/0e2a9601926844c961e7e97d32e775be +0 -0
  33. data/spec/dummy/tmp/cache/assets/development/sprockets/1506456dc93c1e18c4f8b2400297e25f +0 -0
  34. data/spec/dummy/tmp/cache/assets/development/sprockets/183bdc6b3ba504dc16e7b94a0f38fe06 +0 -0
  35. data/spec/dummy/tmp/cache/assets/development/sprockets/1dc5cb7209fcdb172bfcde9c841c19e3 +0 -0
  36. data/spec/dummy/tmp/cache/assets/development/sprockets/23d9d175ef271bedd91360620d0150ec +0 -0
  37. data/spec/dummy/tmp/cache/assets/development/sprockets/2b9d45522b3d1f3105e1c33e325dc6de +0 -0
  38. data/spec/dummy/tmp/cache/assets/development/sprockets/2df425d43fef5663aadfc1bcc3087066 +0 -0
  39. data/spec/dummy/tmp/cache/assets/development/sprockets/2e7625733abd8050be92fe0ca1487fad +0 -0
  40. data/spec/dummy/tmp/cache/assets/development/sprockets/305872b386634a6136eba5cb33b9180d +0 -0
  41. data/spec/dummy/tmp/cache/assets/development/sprockets/338e8df8f4119a2a48b920613a8026a9 +0 -0
  42. data/spec/dummy/tmp/cache/assets/development/sprockets/34d14962fde7e4fd6e2671844bcfaa78 +0 -0
  43. data/spec/dummy/tmp/cache/assets/development/sprockets/36adb34aba0d7825a4c9a4cf09c33572 +0 -0
  44. data/spec/dummy/tmp/cache/assets/development/sprockets/3b0a623b2b3e5983c8aed34c5ed8d31d +0 -0
  45. data/spec/dummy/tmp/cache/assets/development/sprockets/40dbaa1db791d7be2279ddd67d33a1c4 +0 -0
  46. data/spec/dummy/tmp/cache/assets/development/sprockets/424730ab29711ad7b154e75ff11d2475 +0 -0
  47. data/spec/dummy/tmp/cache/assets/development/sprockets/47170c4182a8457e8d53507ea76fa76b +0 -0
  48. data/spec/dummy/tmp/cache/assets/development/sprockets/4cf898f4da49a14d0888284a9792021b +0 -0
  49. data/spec/dummy/tmp/cache/assets/development/sprockets/4d0235c7b6e465a89ad270537681be7f +0 -0
  50. data/spec/dummy/tmp/cache/assets/development/sprockets/52f82b29641b7e97fabca983410c944d +0 -0
  51. data/spec/dummy/tmp/cache/assets/development/sprockets/5b95ef84d5ea3822d0364f3a6f5fa9ff +0 -0
  52. data/spec/dummy/tmp/cache/assets/development/sprockets/5bc4ad6e6b955197190847aeff8df8bd +0 -0
  53. data/spec/dummy/tmp/cache/assets/development/sprockets/6737574b53c8ce443b313515d7404114 +0 -0
  54. data/spec/dummy/tmp/cache/assets/development/sprockets/67a7734fae2f02d979ee498add75d3eb +0 -0
  55. data/spec/dummy/tmp/cache/assets/development/sprockets/6951ecf39d8817b437b91ad1d261a8dc +0 -0
  56. data/spec/dummy/tmp/cache/assets/development/sprockets/7518431d340abf101def29db59078c70 +0 -0
  57. data/spec/dummy/tmp/cache/assets/development/sprockets/78ef508640527d1bb135c1077223fb7c +0 -0
  58. data/spec/dummy/tmp/cache/assets/development/sprockets/86a049860d05103d78ab689003d6ccb3 +0 -0
  59. data/spec/dummy/tmp/cache/assets/development/sprockets/9849a57b3f28640de23b3958175a403a +0 -0
  60. data/spec/dummy/tmp/cache/assets/development/sprockets/a1b854a09ea96f64f07c9d3692d9cd9b +0 -0
  61. data/spec/dummy/tmp/cache/assets/development/sprockets/a5c73696137ab9dbdda376c8d7ffa3b9 +0 -0
  62. data/spec/dummy/tmp/cache/assets/development/sprockets/a8e30d24c0bb5789981c4751cd2cdd76 +0 -0
  63. data/spec/dummy/tmp/cache/assets/development/sprockets/acd011c6bbf4666ffc6864b36a0d835d +0 -0
  64. data/spec/dummy/tmp/cache/assets/development/sprockets/ad1a12f0fbac31c992fbc716a5e504bb +0 -0
  65. data/spec/dummy/tmp/cache/assets/development/sprockets/b10f86698e41bfdaafc9fb6bbf5bfbd9 +0 -0
  66. data/spec/dummy/tmp/cache/assets/development/sprockets/c08aad292c2ca4aee63f927a45ba90ef +0 -0
  67. data/spec/dummy/tmp/cache/assets/development/sprockets/c51eb815e4541fee022e9e5d3e650f71 +0 -0
  68. data/spec/dummy/tmp/cache/assets/development/sprockets/c9db74506cdab0aec9f855c956f47726 +0 -0
  69. data/spec/dummy/tmp/cache/assets/development/sprockets/d68c09b16e24676d773eafac33707850 +0 -0
  70. data/spec/dummy/tmp/cache/assets/development/sprockets/db5f1ec4fd27d454a95b2824fff064d1 +0 -0
  71. data/spec/dummy/tmp/cache/assets/development/sprockets/e4bf993eba22f420800b212acefd8771 +0 -0
  72. data/spec/dummy/tmp/cache/assets/development/sprockets/e5782a71fc01b88e6ac0c1c963bf7e3e +0 -0
  73. data/spec/dummy/tmp/cache/assets/development/sprockets/f516186931f15a3e5c86af1b1632d256 +0 -0
  74. data/spec/dummy/tmp/cache/assets/test/sprockets/305872b386634a6136eba5cb33b9180d +0 -0
  75. data/spec/dummy/tmp/cache/assets/test/sprockets/3b0a623b2b3e5983c8aed34c5ed8d31d +0 -0
  76. data/spec/dummy/tmp/cache/assets/test/sprockets/424730ab29711ad7b154e75ff11d2475 +0 -0
  77. data/spec/dummy/tmp/cache/assets/test/sprockets/4cf898f4da49a14d0888284a9792021b +0 -0
  78. data/spec/dummy/tmp/cache/assets/test/sprockets/7518431d340abf101def29db59078c70 +0 -0
  79. data/spec/dummy/tmp/cache/assets/test/sprockets/9849a57b3f28640de23b3958175a403a +0 -0
  80. data/spec/dummy/vendor/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  81. data/spec/dummy/vendor/assets/fonts/glyphicons-halflings-regular.svg +229 -0
  82. data/spec/dummy/vendor/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  83. data/spec/dummy/vendor/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  84. data/spec/dummy/vendor/assets/javascripts/bootstrap.js +2114 -0
  85. data/spec/dummy/vendor/assets/javascripts/bootstrap.min.js +6 -0
  86. data/spec/dummy/vendor/assets/stylesheets/bootstrap-theme.css +442 -0
  87. data/spec/dummy/vendor/assets/stylesheets/bootstrap-theme.min.css +5 -0
  88. data/spec/dummy/vendor/assets/stylesheets/bootstrap.css +6202 -0
  89. data/spec/dummy/vendor/assets/stylesheets/bootstrap.min.css +5 -0
  90. data/spec/views/customer_vault/people/index.html.slim_spec.rb +6 -10
  91. metadata +153 -4
  92. data/app/assets/stylesheets/scaffold.css +0 -56
@@ -5108,3 +5108,815 @@ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
5108
5108
  SQL (0.4ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Fri, 10 Oct 2014 10:11:33 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["first_name", "First Name"], ["last_name", "Last Name"], ["mobile", "Mobile"], ["phone", "Phone"], ["title", "Title"], ["twitter", "Twitter"], ["updated_at", Fri, 10 Oct 2014 10:11:33 UTC +00:00], ["www", "Www"]]
5109
5109
   (0.0ms) RELEASE SAVEPOINT active_record_1
5110
5110
   (0.4ms) rollback transaction
5111
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5112
+  (0.1ms) begin transaction
5113
+  (0.0ms) SAVEPOINT active_record_1
5114
+ SQL (3.9ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5115
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5116
+ Processing by CustomerVault::CorporationsController#index as HTML
5117
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/index.html.slim within layouts/customer_vault/application (0.2ms)
5118
+ Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
5119
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
5120
+  (0.6ms) rollback transaction
5121
+  (0.1ms) begin transaction
5122
+  (0.0ms) SAVEPOINT active_record_1
5123
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5125
+ Processing by CustomerVault::CorporationsController#show as HTML
5126
+ Parameters: {"id"=>"1"}
5127
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5128
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)
5129
+  (0.4ms) rollback transaction
5130
+  (0.0ms) begin transaction
5131
+ Processing by CustomerVault::CorporationsController#new as HTML
5132
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
5133
+  (0.1ms) rollback transaction
5134
+  (0.0ms) begin transaction
5135
+  (0.0ms) SAVEPOINT active_record_1
5136
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5138
+ Processing by CustomerVault::CorporationsController#edit as HTML
5139
+ Parameters: {"id"=>"1"}
5140
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5141
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
5142
+  (0.4ms) rollback transaction
5143
+  (0.0ms) begin transaction
5144
+  (0.2ms) SELECT COUNT(*) FROM "customer_vault_corporations"
5145
+ Processing by CustomerVault::CorporationsController#create as HTML
5146
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
5147
+  (0.1ms) SAVEPOINT active_record_1
5148
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5149
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5150
+ Redirected to http://test.host/customer_vault/corporations/1
5151
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
5152
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
5153
+  (0.4ms) rollback transaction
5154
+  (0.1ms) begin transaction
5155
+ Processing by CustomerVault::CorporationsController#create as HTML
5156
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
5157
+  (0.0ms) SAVEPOINT active_record_1
5158
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5159
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5160
+ Redirected to http://test.host/customer_vault/corporations/1
5161
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
5162
+  (0.4ms) rollback transaction
5163
+  (0.0ms) begin transaction
5164
+ Processing by CustomerVault::CorporationsController#create as HTML
5165
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
5166
+  (0.0ms) SAVEPOINT active_record_1
5167
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5169
+ Redirected to http://test.host/customer_vault/corporations/1
5170
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
5171
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" ORDER BY "customer_vault_corporations"."id" DESC LIMIT 1
5172
+  (0.4ms) rollback transaction
5173
+  (0.0ms) begin transaction
5174
+ Processing by CustomerVault::CorporationsController#create as HTML
5175
+ Parameters: {"corporation"=>{"name"=>""}}
5176
+  (0.0ms) SAVEPOINT active_record_1
5177
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
5178
+ Completed 200 OK in 321ms (Views: 0.8ms | ActiveRecord: 0.1ms)
5179
+  (0.1ms) rollback transaction
5180
+  (0.0ms) begin transaction
5181
+ Processing by CustomerVault::CorporationsController#create as HTML
5182
+ Parameters: {"corporation"=>{"name"=>""}}
5183
+  (0.0ms) SAVEPOINT active_record_1
5184
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5185
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
5186
+  (0.0ms) rollback transaction
5187
+  (0.0ms) begin transaction
5188
+  (0.0ms) SAVEPOINT active_record_1
5189
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5190
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5191
+ Processing by CustomerVault::CorporationsController#update as HTML
5192
+ Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
5193
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5194
+  (0.0ms) SAVEPOINT active_record_1
5195
+ SQL (0.3ms) UPDATE "customer_vault_corporations" SET "name" = ?, "updated_at" = ? WHERE "customer_vault_corporations"."id" = 1 [["name", "New name"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5197
+ Redirected to http://test.host/customer_vault/corporations/1
5198
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
5199
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
5200
+  (6.6ms) rollback transaction
5201
+  (0.1ms) begin transaction
5202
+  (0.1ms) SAVEPOINT active_record_1
5203
+ SQL (0.5ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5205
+ Processing by CustomerVault::CorporationsController#update as HTML
5206
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}, "id"=>"1"}
5207
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5208
+  (0.1ms) SAVEPOINT active_record_1
5209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5210
+ Redirected to http://test.host/customer_vault/corporations/1
5211
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
5212
+  (0.4ms) rollback transaction
5213
+  (0.1ms) begin transaction
5214
+  (0.1ms) SAVEPOINT active_record_1
5215
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5217
+ Processing by CustomerVault::CorporationsController#update as HTML
5218
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}, "id"=>"1"}
5219
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5220
+  (0.1ms) SAVEPOINT active_record_1
5221
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5222
+ Redirected to http://test.host/customer_vault/corporations/1
5223
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
5224
+  (0.5ms) rollback transaction
5225
+  (0.1ms) begin transaction
5226
+  (0.0ms) SAVEPOINT active_record_1
5227
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5229
+ Processing by CustomerVault::CorporationsController#update as HTML
5230
+ Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
5231
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5232
+  (0.0ms) SAVEPOINT active_record_1
5233
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5234
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
5235
+  (0.4ms) rollback transaction
5236
+  (0.0ms) begin transaction
5237
+  (0.0ms) SAVEPOINT active_record_1
5238
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5240
+ Processing by CustomerVault::CorporationsController#update as HTML
5241
+ Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
5242
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5243
+  (0.0ms) SAVEPOINT active_record_1
5244
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5245
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
5246
+  (0.4ms) rollback transaction
5247
+  (0.0ms) begin transaction
5248
+  (0.0ms) SAVEPOINT active_record_1
5249
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5250
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5251
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
5252
+ Processing by CustomerVault::CorporationsController#destroy as HTML
5253
+ Parameters: {"id"=>"1"}
5254
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5255
+  (0.0ms) SAVEPOINT active_record_1
5256
+ SQL (0.2ms) DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
5257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5258
+ Redirected to http://test.host/customer_vault/corporations
5259
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
5260
+  (0.0ms) SELECT COUNT(*) FROM "customer_vault_corporations"
5261
+  (0.5ms) rollback transaction
5262
+  (0.0ms) begin transaction
5263
+  (0.0ms) SAVEPOINT active_record_1
5264
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:08 UTC +00:00]]
5265
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5266
+ Processing by CustomerVault::CorporationsController#destroy as HTML
5267
+ Parameters: {"id"=>"1"}
5268
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5269
+  (0.0ms) SAVEPOINT active_record_1
5270
+ SQL (0.2ms) DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
5271
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5272
+ Redirected to http://test.host/customer_vault/corporations
5273
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
5274
+  (0.4ms) rollback transaction
5275
+  (0.0ms) begin transaction
5276
+  (0.1ms) SAVEPOINT active_record_1
5277
+ SQL (0.4ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5278
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5279
+ Processing by CustomerVault::PeopleController#index as HTML
5280
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
5281
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
5282
+  (0.4ms) rollback transaction
5283
+  (0.0ms) begin transaction
5284
+  (0.1ms) SAVEPOINT active_record_1
5285
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5286
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5287
+ Processing by CustomerVault::PeopleController#show as HTML
5288
+ Parameters: {"id"=>"1"}
5289
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5290
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)
5291
+  (0.4ms) rollback transaction
5292
+  (0.0ms) begin transaction
5293
+ Processing by CustomerVault::PeopleController#new as HTML
5294
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
5295
+  (0.1ms) rollback transaction
5296
+  (0.0ms) begin transaction
5297
+  (0.0ms) SAVEPOINT active_record_1
5298
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5299
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5300
+ Processing by CustomerVault::PeopleController#edit as HTML
5301
+ Parameters: {"id"=>"1"}
5302
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5303
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
5304
+  (0.4ms) rollback transaction
5305
+  (0.0ms) begin transaction
5306
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
5307
+ Processing by CustomerVault::PeopleController#create as HTML
5308
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
5309
+  (0.0ms) SAVEPOINT active_record_1
5310
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5311
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5312
+ Redirected to http://test.host/customer_vault/people/1
5313
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
5314
+  (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
5315
+  (0.4ms) rollback transaction
5316
+  (0.0ms) begin transaction
5317
+ Processing by CustomerVault::PeopleController#create as HTML
5318
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
5319
+  (0.0ms) SAVEPOINT active_record_1
5320
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5321
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5322
+ Redirected to http://test.host/customer_vault/people/1
5323
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
5324
+  (0.4ms) rollback transaction
5325
+  (0.0ms) begin transaction
5326
+ Processing by CustomerVault::PeopleController#create as HTML
5327
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
5328
+  (0.0ms) SAVEPOINT active_record_1
5329
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5331
+ Redirected to http://test.host/customer_vault/people/1
5332
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
5333
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" ORDER BY "customer_vault_people"."id" DESC LIMIT 1
5334
+  (0.4ms) rollback transaction
5335
+  (0.0ms) begin transaction
5336
+ Processing by CustomerVault::PeopleController#create as HTML
5337
+ Parameters: {"person"=>{"last_name"=>""}}
5338
+  (0.0ms) SAVEPOINT active_record_1
5339
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5340
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
5341
+  (0.0ms) rollback transaction
5342
+  (0.0ms) begin transaction
5343
+ Processing by CustomerVault::PeopleController#create as HTML
5344
+ Parameters: {"person"=>{"last_name"=>""}}
5345
+  (0.0ms) SAVEPOINT active_record_1
5346
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5347
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
5348
+  (0.0ms) rollback transaction
5349
+  (0.0ms) begin transaction
5350
+  (0.0ms) SAVEPOINT active_record_1
5351
+ SQL (0.4ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5353
+ Processing by CustomerVault::PeopleController#update as HTML
5354
+ Parameters: {"person"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
5355
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5356
+  (0.0ms) SAVEPOINT active_record_1
5357
+ SQL (0.3ms) UPDATE "customer_vault_people" SET "first_name" = ?, "updated_at" = ? WHERE "customer_vault_people"."id" = 1 [["first_name", "Stroumph"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00]]
5358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5359
+ Redirected to http://test.host/customer_vault/people/1
5360
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
5361
+ CustomerVault::Person Load (0.0ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", 1]]
5362
+  (0.4ms) rollback transaction
5363
+  (0.0ms) begin transaction
5364
+  (0.0ms) SAVEPOINT active_record_1
5365
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5367
+ Processing by CustomerVault::PeopleController#update as HTML
5368
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
5369
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5370
+  (0.1ms) SAVEPOINT active_record_1
5371
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5372
+ Redirected to http://test.host/customer_vault/people/1
5373
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
5374
+  (0.4ms) rollback transaction
5375
+  (0.0ms) begin transaction
5376
+  (0.0ms) SAVEPOINT active_record_1
5377
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5379
+ Processing by CustomerVault::PeopleController#update as HTML
5380
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
5381
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5382
+  (0.0ms) SAVEPOINT active_record_1
5383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5384
+ Redirected to http://test.host/customer_vault/people/1
5385
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
5386
+  (0.4ms) rollback transaction
5387
+  (0.0ms) begin transaction
5388
+  (0.0ms) SAVEPOINT active_record_1
5389
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5391
+ Processing by CustomerVault::PeopleController#update as HTML
5392
+ Parameters: {"person"=>{"last_name"=>""}, "id"=>"1"}
5393
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5394
+  (0.0ms) SAVEPOINT active_record_1
5395
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5396
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
5397
+  (0.4ms) rollback transaction
5398
+  (0.1ms) begin transaction
5399
+  (0.0ms) SAVEPOINT active_record_1
5400
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5402
+ Processing by CustomerVault::PeopleController#update as HTML
5403
+ Parameters: {"person"=>{"last_name"=>""}, "id"=>"1"}
5404
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5405
+  (0.0ms) SAVEPOINT active_record_1
5406
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5407
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
5408
+  (0.4ms) rollback transaction
5409
+  (0.0ms) begin transaction
5410
+  (0.0ms) SAVEPOINT active_record_1
5411
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5412
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5413
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
5414
+ Processing by CustomerVault::PeopleController#destroy as HTML
5415
+ Parameters: {"id"=>"1"}
5416
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5417
+  (0.0ms) SAVEPOINT active_record_1
5418
+ SQL (0.2ms) DELETE FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? [["id", 1]]
5419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5420
+ Redirected to http://test.host/customer_vault/people
5421
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
5422
+  (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
5423
+  (0.4ms) rollback transaction
5424
+  (0.0ms) begin transaction
5425
+  (0.0ms) SAVEPOINT active_record_1
5426
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5427
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5428
+ Processing by CustomerVault::PeopleController#destroy as HTML
5429
+ Parameters: {"id"=>"1"}
5430
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5431
+  (0.0ms) SAVEPOINT active_record_1
5432
+ SQL (0.2ms) DELETE FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? [["id", 1]]
5433
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5434
+ Redirected to http://test.host/customer_vault/people
5435
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
5436
+  (0.4ms) rollback transaction
5437
+  (0.0ms) begin transaction
5438
+  (0.0ms) rollback transaction
5439
+  (0.0ms) begin transaction
5440
+  (0.0ms) rollback transaction
5441
+  (0.0ms) begin transaction
5442
+  (0.0ms) rollback transaction
5443
+  (0.0ms) begin transaction
5444
+  (0.0ms) rollback transaction
5445
+  (0.0ms) begin transaction
5446
+  (0.0ms) rollback transaction
5447
+  (0.0ms) begin transaction
5448
+  (0.0ms) rollback transaction
5449
+  (0.0ms) begin transaction
5450
+  (0.0ms) rollback transaction
5451
+  (0.0ms) begin transaction
5452
+  (0.0ms) rollback transaction
5453
+  (0.0ms) begin transaction
5454
+  (0.0ms) rollback transaction
5455
+  (0.0ms) begin transaction
5456
+  (0.0ms) rollback transaction
5457
+  (0.0ms) begin transaction
5458
+  (0.0ms) rollback transaction
5459
+  (0.0ms) begin transaction
5460
+  (0.0ms) rollback transaction
5461
+  (0.0ms) begin transaction
5462
+  (0.0ms) rollback transaction
5463
+  (0.0ms) begin transaction
5464
+  (0.0ms) rollback transaction
5465
+  (0.0ms) begin transaction
5466
+  (0.0ms) rollback transaction
5467
+  (0.0ms) begin transaction
5468
+  (0.0ms) rollback transaction
5469
+  (0.0ms) begin transaction
5470
+  (0.0ms) rollback transaction
5471
+  (0.0ms) begin transaction
5472
+  (0.0ms) rollback transaction
5473
+  (0.0ms) begin transaction
5474
+  (0.0ms) SAVEPOINT active_record_1
5475
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00]]
5476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5477
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (53.4ms)
5478
+  (0.5ms) rollback transaction
5479
+  (0.0ms) begin transaction
5480
+  (0.0ms) SAVEPOINT active_record_1
5481
+ SQL (0.7ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00]]
5482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5483
+  (0.0ms) SAVEPOINT active_record_1
5484
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00]]
5485
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5486
+  (0.5ms) rollback transaction
5487
+  (0.1ms) begin transaction
5488
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (5.6ms)
5489
+  (0.1ms) rollback transaction
5490
+  (0.1ms) begin transaction
5491
+  (0.0ms) SAVEPOINT active_record_1
5492
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00]]
5493
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5494
+  (0.4ms) rollback transaction
5495
+  (0.1ms) begin transaction
5496
+  (0.0ms) SAVEPOINT active_record_1
5497
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "MyString"]]
5498
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5499
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (62.2ms)
5500
+  (0.5ms) rollback transaction
5501
+  (0.0ms) begin transaction
5502
+  (0.0ms) SAVEPOINT active_record_1
5503
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["first_name", "First Name"], ["last_name", "Last Name"], ["mobile", "Mobile"], ["phone", "Phone"], ["title", "Title"], ["twitter", "Twitter"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "Www"]]
5504
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5505
+  (0.0ms) SAVEPOINT active_record_1
5506
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["first_name", "First Name"], ["last_name", "Last Name"], ["mobile", "Mobile"], ["phone", "Phone"], ["title", "Title"], ["twitter", "Twitter"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "Www"]]
5507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5508
+  (0.6ms) rollback transaction
5509
+  (0.1ms) begin transaction
5510
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (59.9ms)
5511
+  (0.1ms) rollback transaction
5512
+  (0.0ms) begin transaction
5513
+  (0.0ms) SAVEPOINT active_record_1
5514
+ SQL (0.4ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["first_name", "First Name"], ["last_name", "Last Name"], ["mobile", "Mobile"], ["phone", "Phone"], ["title", "Title"], ["twitter", "Twitter"], ["updated_at", Mon, 13 Oct 2014 06:57:09 UTC +00:00], ["www", "Www"]]
5515
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5516
+  (0.6ms) rollback transaction
5517
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5518
+  (0.1ms) begin transaction
5519
+  (0.0ms) SAVEPOINT active_record_1
5520
+ SQL (2.2ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00]]
5521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5522
+ Processing by CustomerVault::CorporationsController#index as HTML
5523
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/index.html.slim within layouts/customer_vault/application (0.2ms)
5524
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
5525
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
5526
+  (6.7ms) rollback transaction
5527
+  (0.1ms) begin transaction
5528
+  (0.1ms) SAVEPOINT active_record_1
5529
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00]]
5530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5531
+ Processing by CustomerVault::CorporationsController#show as HTML
5532
+ Parameters: {"id"=>"1"}
5533
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5534
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)
5535
+  (0.5ms) rollback transaction
5536
+  (0.0ms) begin transaction
5537
+ Processing by CustomerVault::CorporationsController#new as HTML
5538
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
5539
+  (0.1ms) rollback transaction
5540
+  (0.0ms) begin transaction
5541
+  (0.0ms) SAVEPOINT active_record_1
5542
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00]]
5543
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5544
+ Processing by CustomerVault::CorporationsController#edit as HTML
5545
+ Parameters: {"id"=>"1"}
5546
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5547
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
5548
+  (0.4ms) rollback transaction
5549
+  (0.0ms) begin transaction
5550
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
5551
+ Processing by CustomerVault::CorporationsController#create as HTML
5552
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
5553
+  (0.0ms) SAVEPOINT active_record_1
5554
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00]]
5555
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5556
+ Redirected to http://test.host/customer_vault/corporations/1
5557
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
5558
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
5559
+  (0.4ms) rollback transaction
5560
+  (0.1ms) begin transaction
5561
+ Processing by CustomerVault::CorporationsController#create as HTML
5562
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
5563
+  (0.0ms) SAVEPOINT active_record_1
5564
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00]]
5565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5566
+ Redirected to http://test.host/customer_vault/corporations/1
5567
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
5568
+  (0.4ms) rollback transaction
5569
+  (0.1ms) begin transaction
5570
+ Processing by CustomerVault::CorporationsController#create as HTML
5571
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
5572
+  (0.0ms) SAVEPOINT active_record_1
5573
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:57 UTC +00:00]]
5574
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5575
+ Redirected to http://test.host/customer_vault/corporations/1
5576
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
5577
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" ORDER BY "customer_vault_corporations"."id" DESC LIMIT 1
5578
+  (0.4ms) rollback transaction
5579
+  (0.0ms) begin transaction
5580
+ Processing by CustomerVault::CorporationsController#create as HTML
5581
+ Parameters: {"corporation"=>{"name"=>""}}
5582
+  (0.1ms) SAVEPOINT active_record_1
5583
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
5584
+ Completed 200 OK in 310ms (Views: 0.8ms | ActiveRecord: 0.1ms)
5585
+  (0.0ms) rollback transaction
5586
+  (0.0ms) begin transaction
5587
+ Processing by CustomerVault::CorporationsController#create as HTML
5588
+ Parameters: {"corporation"=>{"name"=>""}}
5589
+  (0.0ms) SAVEPOINT active_record_1
5590
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5591
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
5592
+  (0.0ms) rollback transaction
5593
+  (0.0ms) begin transaction
5594
+  (0.0ms) SAVEPOINT active_record_1
5595
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5596
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5597
+ Processing by CustomerVault::CorporationsController#update as HTML
5598
+ Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
5599
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5600
+  (0.0ms) SAVEPOINT active_record_1
5601
+ SQL (0.3ms) UPDATE "customer_vault_corporations" SET "name" = ?, "updated_at" = ? WHERE "customer_vault_corporations"."id" = 1 [["name", "New name"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5603
+ Redirected to http://test.host/customer_vault/corporations/1
5604
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
5605
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
5606
+  (1.1ms) rollback transaction
5607
+  (0.1ms) begin transaction
5608
+  (0.0ms) SAVEPOINT active_record_1
5609
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5610
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5611
+ Processing by CustomerVault::CorporationsController#update as HTML
5612
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}, "id"=>"1"}
5613
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5614
+  (0.0ms) SAVEPOINT active_record_1
5615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5616
+ Redirected to http://test.host/customer_vault/corporations/1
5617
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
5618
+  (0.4ms) rollback transaction
5619
+  (0.1ms) begin transaction
5620
+  (0.0ms) SAVEPOINT active_record_1
5621
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5622
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5623
+ Processing by CustomerVault::CorporationsController#update as HTML
5624
+ Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}, "id"=>"1"}
5625
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5626
+  (0.0ms) SAVEPOINT active_record_1
5627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5628
+ Redirected to http://test.host/customer_vault/corporations/1
5629
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
5630
+  (0.4ms) rollback transaction
5631
+  (0.0ms) begin transaction
5632
+  (0.0ms) SAVEPOINT active_record_1
5633
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5634
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5635
+ Processing by CustomerVault::CorporationsController#update as HTML
5636
+ Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
5637
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5638
+  (0.0ms) SAVEPOINT active_record_1
5639
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5640
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
5641
+  (0.4ms) rollback transaction
5642
+  (0.1ms) begin transaction
5643
+  (0.1ms) SAVEPOINT active_record_1
5644
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5645
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5646
+ Processing by CustomerVault::CorporationsController#update as HTML
5647
+ Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
5648
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5649
+  (0.0ms) SAVEPOINT active_record_1
5650
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
5651
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
5652
+  (0.5ms) rollback transaction
5653
+  (0.0ms) begin transaction
5654
+  (0.1ms) SAVEPOINT active_record_1
5655
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5657
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_corporations"
5658
+ Processing by CustomerVault::CorporationsController#destroy as HTML
5659
+ Parameters: {"id"=>"1"}
5660
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5661
+  (0.0ms) SAVEPOINT active_record_1
5662
+ SQL (0.2ms) DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
5663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5664
+ Redirected to http://test.host/customer_vault/corporations
5665
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
5666
+  (0.0ms) SELECT COUNT(*) FROM "customer_vault_corporations"
5667
+  (0.4ms) rollback transaction
5668
+  (0.1ms) begin transaction
5669
+  (0.0ms) SAVEPOINT active_record_1
5670
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5672
+ Processing by CustomerVault::CorporationsController#destroy as HTML
5673
+ Parameters: {"id"=>"1"}
5674
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
5675
+  (0.0ms) SAVEPOINT active_record_1
5676
+ SQL (0.2ms) DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
5677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5678
+ Redirected to http://test.host/customer_vault/corporations
5679
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
5680
+  (0.5ms) rollback transaction
5681
+  (0.0ms) begin transaction
5682
+  (0.0ms) SAVEPOINT active_record_1
5683
+ SQL (0.4ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5684
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5685
+ Processing by CustomerVault::PeopleController#index as HTML
5686
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
5687
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
5688
+  (0.4ms) rollback transaction
5689
+  (0.0ms) begin transaction
5690
+  (0.0ms) SAVEPOINT active_record_1
5691
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5692
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5693
+ Processing by CustomerVault::PeopleController#show as HTML
5694
+ Parameters: {"id"=>"1"}
5695
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5696
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)
5697
+  (0.4ms) rollback transaction
5698
+  (0.0ms) begin transaction
5699
+ Processing by CustomerVault::PeopleController#new as HTML
5700
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
5701
+  (0.1ms) rollback transaction
5702
+  (0.0ms) begin transaction
5703
+  (0.1ms) SAVEPOINT active_record_1
5704
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5706
+ Processing by CustomerVault::PeopleController#edit as HTML
5707
+ Parameters: {"id"=>"1"}
5708
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5709
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
5710
+  (0.5ms) rollback transaction
5711
+  (0.0ms) begin transaction
5712
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
5713
+ Processing by CustomerVault::PeopleController#create as HTML
5714
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
5715
+  (0.0ms) SAVEPOINT active_record_1
5716
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5717
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5718
+ Redirected to http://test.host/customer_vault/people/1
5719
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
5720
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
5721
+  (0.3ms) rollback transaction
5722
+  (0.0ms) begin transaction
5723
+ Processing by CustomerVault::PeopleController#create as HTML
5724
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
5725
+  (0.0ms) SAVEPOINT active_record_1
5726
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5728
+ Redirected to http://test.host/customer_vault/people/1
5729
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
5730
+  (0.4ms) rollback transaction
5731
+  (0.1ms) begin transaction
5732
+ Processing by CustomerVault::PeopleController#create as HTML
5733
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
5734
+  (0.1ms) SAVEPOINT active_record_1
5735
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5736
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5737
+ Redirected to http://test.host/customer_vault/people/1
5738
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
5739
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" ORDER BY "customer_vault_people"."id" DESC LIMIT 1
5740
+  (0.4ms) rollback transaction
5741
+  (0.0ms) begin transaction
5742
+ Processing by CustomerVault::PeopleController#create as HTML
5743
+ Parameters: {"person"=>{"last_name"=>""}}
5744
+  (0.1ms) SAVEPOINT active_record_1
5745
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5746
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
5747
+  (0.1ms) rollback transaction
5748
+  (0.0ms) begin transaction
5749
+ Processing by CustomerVault::PeopleController#create as HTML
5750
+ Parameters: {"person"=>{"last_name"=>""}}
5751
+  (0.0ms) SAVEPOINT active_record_1
5752
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5753
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
5754
+  (0.0ms) rollback transaction
5755
+  (0.0ms) begin transaction
5756
+  (0.0ms) SAVEPOINT active_record_1
5757
+ SQL (0.4ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5759
+ Processing by CustomerVault::PeopleController#update as HTML
5760
+ Parameters: {"person"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
5761
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5762
+  (0.0ms) SAVEPOINT active_record_1
5763
+ SQL (0.3ms) UPDATE "customer_vault_people" SET "first_name" = ?, "updated_at" = ? WHERE "customer_vault_people"."id" = 1 [["first_name", "Stroumph"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5765
+ Redirected to http://test.host/customer_vault/people/1
5766
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
5767
+ CustomerVault::Person Load (0.0ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", 1]]
5768
+  (0.4ms) rollback transaction
5769
+  (0.0ms) begin transaction
5770
+  (0.0ms) SAVEPOINT active_record_1
5771
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5772
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5773
+ Processing by CustomerVault::PeopleController#update as HTML
5774
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
5775
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5776
+  (0.0ms) SAVEPOINT active_record_1
5777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5778
+ Redirected to http://test.host/customer_vault/people/1
5779
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
5780
+  (0.4ms) rollback transaction
5781
+  (0.0ms) begin transaction
5782
+  (0.0ms) SAVEPOINT active_record_1
5783
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5784
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5785
+ Processing by CustomerVault::PeopleController#update as HTML
5786
+ Parameters: {"person"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
5787
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5788
+  (0.0ms) SAVEPOINT active_record_1
5789
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5790
+ Redirected to http://test.host/customer_vault/people/1
5791
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
5792
+  (0.4ms) rollback transaction
5793
+  (0.0ms) begin transaction
5794
+  (0.1ms) SAVEPOINT active_record_1
5795
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5796
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5797
+ Processing by CustomerVault::PeopleController#update as HTML
5798
+ Parameters: {"person"=>{"last_name"=>""}, "id"=>"1"}
5799
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5800
+  (0.0ms) SAVEPOINT active_record_1
5801
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5802
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
5803
+  (0.4ms) rollback transaction
5804
+  (0.0ms) begin transaction
5805
+  (0.0ms) SAVEPOINT active_record_1
5806
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5807
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5808
+ Processing by CustomerVault::PeopleController#update as HTML
5809
+ Parameters: {"person"=>{"last_name"=>""}, "id"=>"1"}
5810
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5811
+  (0.0ms) SAVEPOINT active_record_1
5812
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
5813
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
5814
+  (0.4ms) rollback transaction
5815
+  (0.0ms) begin transaction
5816
+  (0.0ms) SAVEPOINT active_record_1
5817
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5819
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
5820
+ Processing by CustomerVault::PeopleController#destroy as HTML
5821
+ Parameters: {"id"=>"1"}
5822
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5823
+  (0.0ms) SAVEPOINT active_record_1
5824
+ SQL (0.3ms) DELETE FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? [["id", 1]]
5825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5826
+ Redirected to http://test.host/customer_vault/people
5827
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
5828
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
5829
+  (0.5ms) rollback transaction
5830
+  (0.1ms) begin transaction
5831
+  (0.0ms) SAVEPOINT active_record_1
5832
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5834
+ Processing by CustomerVault::PeopleController#destroy as HTML
5835
+ Parameters: {"id"=>"1"}
5836
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
5837
+  (0.0ms) SAVEPOINT active_record_1
5838
+ SQL (0.2ms) DELETE FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? [["id", 1]]
5839
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5840
+ Redirected to http://test.host/customer_vault/people
5841
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
5842
+  (0.4ms) rollback transaction
5843
+  (0.0ms) begin transaction
5844
+  (0.0ms) rollback transaction
5845
+  (0.0ms) begin transaction
5846
+  (0.0ms) rollback transaction
5847
+  (0.0ms) begin transaction
5848
+  (0.0ms) rollback transaction
5849
+  (0.0ms) begin transaction
5850
+  (0.0ms) rollback transaction
5851
+  (0.0ms) begin transaction
5852
+  (0.0ms) rollback transaction
5853
+  (0.0ms) begin transaction
5854
+  (0.0ms) rollback transaction
5855
+  (0.0ms) begin transaction
5856
+  (0.0ms) rollback transaction
5857
+  (0.0ms) begin transaction
5858
+  (0.0ms) rollback transaction
5859
+  (0.0ms) begin transaction
5860
+  (0.0ms) rollback transaction
5861
+  (0.0ms) begin transaction
5862
+  (0.0ms) rollback transaction
5863
+  (0.0ms) begin transaction
5864
+  (0.0ms) rollback transaction
5865
+  (0.0ms) begin transaction
5866
+  (0.0ms) rollback transaction
5867
+  (0.0ms) begin transaction
5868
+  (0.0ms) rollback transaction
5869
+  (0.0ms) begin transaction
5870
+  (0.0ms) rollback transaction
5871
+  (0.1ms) begin transaction
5872
+  (0.0ms) rollback transaction
5873
+  (0.0ms) begin transaction
5874
+  (0.0ms) rollback transaction
5875
+  (0.0ms) begin transaction
5876
+  (0.0ms) rollback transaction
5877
+  (0.0ms) begin transaction
5878
+  (0.0ms) rollback transaction
5879
+  (0.1ms) begin transaction
5880
+  (0.0ms) SAVEPOINT active_record_1
5881
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5882
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5883
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (9.5ms)
5884
+  (0.6ms) rollback transaction
5885
+  (0.1ms) begin transaction
5886
+  (0.1ms) SAVEPOINT active_record_1
5887
+ SQL (0.4ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5888
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5889
+  (0.0ms) SAVEPOINT active_record_1
5890
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5891
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5892
+  (0.5ms) rollback transaction
5893
+  (0.0ms) begin transaction
5894
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (5.7ms)
5895
+  (0.1ms) rollback transaction
5896
+  (0.0ms) begin transaction
5897
+  (0.0ms) SAVEPOINT active_record_1
5898
+ SQL (0.3ms) INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00]]
5899
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5900
+  (0.4ms) rollback transaction
5901
+  (0.0ms) begin transaction
5902
+  (0.0ms) SAVEPOINT active_record_1
5903
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "MyString"]]
5904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5905
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (12.5ms)
5906
+  (0.4ms) rollback transaction
5907
+  (0.1ms) begin transaction
5908
+  (0.1ms) SAVEPOINT active_record_1
5909
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["first_name", "First Name"], ["last_name", "Last Name"], ["mobile", "Mobile"], ["phone", "Phone"], ["title", "Title"], ["twitter", "Twitter"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "Www"]]
5910
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5911
+  (0.0ms) SAVEPOINT active_record_1
5912
+ SQL (0.3ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["first_name", "First Name"], ["last_name", "Last Name"], ["mobile", "Mobile"], ["phone", "Phone"], ["title", "Title"], ["twitter", "Twitter"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "Www"]]
5913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5914
+  (0.6ms) rollback transaction
5915
+  (0.1ms) begin transaction
5916
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (10.5ms)
5917
+  (0.1ms) rollback transaction
5918
+  (0.1ms) begin transaction
5919
+  (0.0ms) SAVEPOINT active_record_1
5920
+ SQL (0.4ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["first_name", "First Name"], ["last_name", "Last Name"], ["mobile", "Mobile"], ["phone", "Phone"], ["title", "Title"], ["twitter", "Twitter"], ["updated_at", Mon, 13 Oct 2014 06:57:58 UTC +00:00], ["www", "Www"]]
5921
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5922
+  (0.5ms) rollback transaction