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.
- checksums.yaml +4 -4
- data/app/assets/images/customer_vault/icons/add_person-128.png +0 -0
- data/app/assets/images/customer_vault/icons/add_person-20.png +0 -0
- data/app/assets/images/customer_vault/icons/add_person-24.png +0 -0
- data/app/assets/images/customer_vault/icons/add_person-256.png +0 -0
- data/app/assets/images/customer_vault/icons/add_person-32.png +0 -0
- data/app/assets/images/customer_vault/icons/add_person-48.png +0 -0
- data/app/assets/images/customer_vault/icons/add_person-512.png +0 -0
- data/app/assets/images/customer_vault/icons/add_person-64.png +0 -0
- data/app/assets/images/customer_vault/icons/people-128.png +0 -0
- data/app/assets/images/customer_vault/icons/people-16.png +0 -0
- data/app/assets/images/customer_vault/icons/people-20.png +0 -0
- data/app/assets/images/customer_vault/icons/people-24.png +0 -0
- data/app/assets/images/customer_vault/icons/people-256.png +0 -0
- data/app/assets/images/customer_vault/icons/people-32.png +0 -0
- data/app/assets/images/customer_vault/icons/people-48.png +0 -0
- data/app/assets/images/customer_vault/icons/people-512.png +0 -0
- data/app/assets/images/customer_vault/icons/people-64.png +0 -0
- data/app/assets/javascripts/customer_vault/application.js +5 -1
- data/app/assets/stylesheets/customer_vault/application.css +89 -1
- data/app/helpers/customer_vault/people_helper.rb +9 -1
- data/app/views/customer_vault/people/_form.html.slim +55 -39
- data/app/views/customer_vault/people/edit.html.slim +20 -7
- data/app/views/customer_vault/people/index.html.slim +63 -37
- data/app/views/customer_vault/people/new.html.slim +20 -4
- data/app/views/customer_vault/people/show.html.slim +56 -35
- data/lib/customer_vault/engine.rb +8 -2
- data/lib/customer_vault/version.rb +1 -1
- data/spec/dummy/app/assets/stylesheets/application.css +1 -1
- data/spec/dummy/log/development.log +199 -0
- data/spec/dummy/log/test.log +812 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0e2a9601926844c961e7e97d32e775be +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/1506456dc93c1e18c4f8b2400297e25f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/183bdc6b3ba504dc16e7b94a0f38fe06 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/1dc5cb7209fcdb172bfcde9c841c19e3 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/23d9d175ef271bedd91360620d0150ec +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2b9d45522b3d1f3105e1c33e325dc6de +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2df425d43fef5663aadfc1bcc3087066 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2e7625733abd8050be92fe0ca1487fad +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/305872b386634a6136eba5cb33b9180d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/338e8df8f4119a2a48b920613a8026a9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/34d14962fde7e4fd6e2671844bcfaa78 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/36adb34aba0d7825a4c9a4cf09c33572 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3b0a623b2b3e5983c8aed34c5ed8d31d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/40dbaa1db791d7be2279ddd67d33a1c4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/424730ab29711ad7b154e75ff11d2475 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/47170c4182a8457e8d53507ea76fa76b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/4cf898f4da49a14d0888284a9792021b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/4d0235c7b6e465a89ad270537681be7f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/52f82b29641b7e97fabca983410c944d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/5b95ef84d5ea3822d0364f3a6f5fa9ff +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/5bc4ad6e6b955197190847aeff8df8bd +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/6737574b53c8ce443b313515d7404114 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/67a7734fae2f02d979ee498add75d3eb +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/6951ecf39d8817b437b91ad1d261a8dc +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7518431d340abf101def29db59078c70 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/78ef508640527d1bb135c1077223fb7c +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/86a049860d05103d78ab689003d6ccb3 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/9849a57b3f28640de23b3958175a403a +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/a1b854a09ea96f64f07c9d3692d9cd9b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/a5c73696137ab9dbdda376c8d7ffa3b9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/a8e30d24c0bb5789981c4751cd2cdd76 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/acd011c6bbf4666ffc6864b36a0d835d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/ad1a12f0fbac31c992fbc716a5e504bb +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b10f86698e41bfdaafc9fb6bbf5bfbd9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c08aad292c2ca4aee63f927a45ba90ef +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c51eb815e4541fee022e9e5d3e650f71 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c9db74506cdab0aec9f855c956f47726 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d68c09b16e24676d773eafac33707850 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/db5f1ec4fd27d454a95b2824fff064d1 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/e4bf993eba22f420800b212acefd8771 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/e5782a71fc01b88e6ac0c1c963bf7e3e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f516186931f15a3e5c86af1b1632d256 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/305872b386634a6136eba5cb33b9180d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/3b0a623b2b3e5983c8aed34c5ed8d31d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/424730ab29711ad7b154e75ff11d2475 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4cf898f4da49a14d0888284a9792021b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/7518431d340abf101def29db59078c70 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/9849a57b3f28640de23b3958175a403a +0 -0
- data/spec/dummy/vendor/assets/fonts/glyphicons-halflings-regular.eot +0 -0
- data/spec/dummy/vendor/assets/fonts/glyphicons-halflings-regular.svg +229 -0
- data/spec/dummy/vendor/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/spec/dummy/vendor/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/spec/dummy/vendor/assets/javascripts/bootstrap.js +2114 -0
- data/spec/dummy/vendor/assets/javascripts/bootstrap.min.js +6 -0
- data/spec/dummy/vendor/assets/stylesheets/bootstrap-theme.css +442 -0
- data/spec/dummy/vendor/assets/stylesheets/bootstrap-theme.min.css +5 -0
- data/spec/dummy/vendor/assets/stylesheets/bootstrap.css +6202 -0
- data/spec/dummy/vendor/assets/stylesheets/bootstrap.min.css +5 -0
- data/spec/views/customer_vault/people/index.html.slim_spec.rb +6 -10
- metadata +153 -4
- data/app/assets/stylesheets/scaffold.css +0 -56
data/spec/dummy/log/test.log
CHANGED
|
@@ -5108,3 +5108,815 @@ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
|
|
5108
5108
|
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5110
5110
|
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5111
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
5112
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5113
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5114
|
+
[1m[35mSQL (3.9ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
5120
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
5121
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5122
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5123
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5125
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
5126
|
+
Parameters: {"id"=>"1"}
|
|
5127
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5130
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5131
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
5132
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
|
5133
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
5134
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5135
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5136
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5138
|
+
Processing by CustomerVault::CorporationsController#edit as HTML
|
|
5139
|
+
Parameters: {"id"=>"1"}
|
|
5140
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5143
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5144
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
|
5145
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5146
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
|
|
5147
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
5148
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
|
5153
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
5154
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5155
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5156
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
|
|
5157
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5158
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5163
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5164
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5165
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
|
|
5166
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5167
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5169
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
5170
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
|
5171
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" ORDER BY "customer_vault_corporations"."id" DESC LIMIT 1
|
|
5172
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5173
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5174
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5175
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
|
5176
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5177
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5178
|
+
Completed 200 OK in 321ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
|
5179
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
5180
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5181
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5182
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
|
5183
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5184
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5185
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
|
5186
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5187
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5188
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5189
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5191
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5192
|
+
Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
|
|
5193
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5194
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5195
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5197
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
5198
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
5199
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
|
5200
|
+
[1m[36m (6.6ms)[0m [1mrollback transaction[0m
|
|
5201
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5202
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5203
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5205
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5206
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}, "id"=>"1"}
|
|
5207
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5208
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5209
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5213
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5214
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5215
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5217
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5218
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}, "id"=>"1"}
|
|
5219
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5220
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5221
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
5225
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5226
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5227
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5229
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5230
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
|
5231
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5232
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5233
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5234
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
|
5235
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5236
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5237
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5238
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5240
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5241
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
|
5242
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5243
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5244
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5245
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
|
5246
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5247
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5248
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5249
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5251
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
|
5252
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
|
5253
|
+
Parameters: {"id"=>"1"}
|
|
5254
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
5255
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5256
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ?[0m [["id", 1]]
|
|
5257
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5258
|
+
Redirected to http://test.host/customer_vault/corporations
|
|
5259
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
|
5260
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
|
5261
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
5262
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
5263
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5264
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5266
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
|
5267
|
+
Parameters: {"id"=>"1"}
|
|
5268
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
5269
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5270
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ?[0m [["id", 1]]
|
|
5271
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5272
|
+
Redirected to http://test.host/customer_vault/corporations
|
|
5273
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
|
5274
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5275
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5276
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5277
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5279
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
5280
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
|
5281
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people"
|
|
5282
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5283
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5284
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5285
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5287
|
+
Processing by CustomerVault::PeopleController#show as HTML
|
|
5288
|
+
Parameters: {"id"=>"1"}
|
|
5289
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5292
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5293
|
+
Processing by CustomerVault::PeopleController#new as HTML
|
|
5294
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
|
5295
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
5296
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5297
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5298
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5300
|
+
Processing by CustomerVault::PeopleController#edit as HTML
|
|
5301
|
+
Parameters: {"id"=>"1"}
|
|
5302
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5305
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5306
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_people"[0m
|
|
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
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5310
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_people"[0m
|
|
5315
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
5316
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5320
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5325
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5329
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5331
|
+
Redirected to http://test.host/customer_vault/people/1
|
|
5332
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
|
5333
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" ORDER BY "customer_vault_people"."id" DESC LIMIT 1
|
|
5334
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5335
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5336
|
+
Processing by CustomerVault::PeopleController#create as HTML
|
|
5337
|
+
Parameters: {"person"=>{"last_name"=>""}}
|
|
5338
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5339
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5340
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
|
5341
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5342
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5343
|
+
Processing by CustomerVault::PeopleController#create as HTML
|
|
5344
|
+
Parameters: {"person"=>{"last_name"=>""}}
|
|
5345
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5346
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5347
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
|
5348
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5349
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5350
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5351
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5353
|
+
Processing by CustomerVault::PeopleController#update as HTML
|
|
5354
|
+
Parameters: {"person"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
|
|
5355
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5356
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5357
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5359
|
+
Redirected to http://test.host/customer_vault/people/1
|
|
5360
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
|
5361
|
+
[1m[35mCustomerVault::Person Load (0.0ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", 1]]
|
|
5362
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5363
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5364
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5365
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5370
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5371
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5375
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5376
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5377
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5382
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5383
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5387
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5388
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5389
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5391
|
+
Processing by CustomerVault::PeopleController#update as HTML
|
|
5392
|
+
Parameters: {"person"=>{"last_name"=>""}, "id"=>"1"}
|
|
5393
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5394
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5395
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5396
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
|
5397
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5398
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5399
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5400
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5402
|
+
Processing by CustomerVault::PeopleController#update as HTML
|
|
5403
|
+
Parameters: {"person"=>{"last_name"=>""}, "id"=>"1"}
|
|
5404
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5405
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5406
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5407
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
|
5408
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5409
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5410
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5411
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5413
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_people"
|
|
5414
|
+
Processing by CustomerVault::PeopleController#destroy as HTML
|
|
5415
|
+
Parameters: {"id"=>"1"}
|
|
5416
|
+
[1m[36mCustomerVault::Person Load (0.1ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
5417
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5418
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ?[0m [["id", 1]]
|
|
5419
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5420
|
+
Redirected to http://test.host/customer_vault/people
|
|
5421
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
|
5422
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_people"[0m
|
|
5423
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
5424
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
5425
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5426
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5428
|
+
Processing by CustomerVault::PeopleController#destroy as HTML
|
|
5429
|
+
Parameters: {"id"=>"1"}
|
|
5430
|
+
[1m[36mCustomerVault::Person Load (0.1ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
5431
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5432
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ?[0m [["id", 1]]
|
|
5433
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5434
|
+
Redirected to http://test.host/customer_vault/people
|
|
5435
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
|
5436
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5437
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5438
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5439
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5440
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5441
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5442
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5443
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5444
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5445
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5446
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5447
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5448
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5449
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5450
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5451
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5452
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5453
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5454
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5455
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5456
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5457
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5458
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5459
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5460
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5461
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5462
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5463
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5464
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5465
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5466
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5467
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5468
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5469
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5470
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5471
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5472
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5473
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5474
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5475
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5477
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (53.4ms)
|
|
5478
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
5479
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
5480
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5481
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5483
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5484
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5486
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
5487
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5488
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (5.6ms)
|
|
5489
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
5490
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5491
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5492
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5494
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5495
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5496
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5497
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5499
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (62.2ms)
|
|
5500
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
5501
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
5502
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5503
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5505
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5506
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5508
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
5509
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5510
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (59.9ms)
|
|
5511
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
5512
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
5513
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5514
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5516
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
5517
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
5518
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5519
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5520
|
+
[1m[35mSQL (2.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
5526
|
+
[1m[36m (6.7ms)[0m [1mrollback transaction[0m
|
|
5527
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5528
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5529
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5531
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
5532
|
+
Parameters: {"id"=>"1"}
|
|
5533
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
5536
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5537
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
5538
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
|
5539
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
5540
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5541
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5542
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5544
|
+
Processing by CustomerVault::CorporationsController#edit as HTML
|
|
5545
|
+
Parameters: {"id"=>"1"}
|
|
5546
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5549
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5550
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
|
5551
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5552
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
|
|
5553
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5554
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
|
5559
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
5560
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5561
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5562
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
|
|
5563
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5564
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5569
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5570
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5571
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}}
|
|
5572
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5573
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5575
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
5576
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
|
5577
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" ORDER BY "customer_vault_corporations"."id" DESC LIMIT 1
|
|
5578
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5579
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5580
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5581
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
|
5582
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5583
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5584
|
+
Completed 200 OK in 310ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
|
5585
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5586
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5587
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
5588
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
|
5589
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5590
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5591
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
|
5592
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5593
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5594
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5595
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5597
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5598
|
+
Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
|
|
5599
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5600
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5601
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5603
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
5604
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
5605
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
|
5606
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
|
5607
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5608
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5609
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5611
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5612
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}, "id"=>"1"}
|
|
5613
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5614
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5615
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5619
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5620
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5621
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5623
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5624
|
+
Parameters: {"corporation"=>{"name"=>"MyString", "email"=>"MyString", "phone"=>"MyString", "fax"=>"MyString"}, "id"=>"1"}
|
|
5625
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5626
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5627
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5631
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5632
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5633
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5635
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5636
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
|
5637
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5638
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5639
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5640
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
|
5641
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5642
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5643
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5644
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5646
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
5647
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
|
5648
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5649
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5650
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5651
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
5652
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
5653
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5654
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5655
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5657
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
|
5658
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
|
5659
|
+
Parameters: {"id"=>"1"}
|
|
5660
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
5661
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5662
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ?[0m [["id", 1]]
|
|
5663
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5664
|
+
Redirected to http://test.host/customer_vault/corporations
|
|
5665
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
|
5666
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
|
5667
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
5668
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5669
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5670
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5672
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
|
5673
|
+
Parameters: {"id"=>"1"}
|
|
5674
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
5675
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5676
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ?[0m [["id", 1]]
|
|
5677
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5678
|
+
Redirected to http://test.host/customer_vault/corporations
|
|
5679
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
|
5680
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
5681
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5682
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5683
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5685
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
5686
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
|
5687
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people"
|
|
5688
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5689
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5690
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5691
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5693
|
+
Processing by CustomerVault::PeopleController#show as HTML
|
|
5694
|
+
Parameters: {"id"=>"1"}
|
|
5695
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5698
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5699
|
+
Processing by CustomerVault::PeopleController#new as HTML
|
|
5700
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
|
5701
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
5702
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5703
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5704
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5706
|
+
Processing by CustomerVault::PeopleController#edit as HTML
|
|
5707
|
+
Parameters: {"id"=>"1"}
|
|
5708
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
5711
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5712
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_people"[0m
|
|
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
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5716
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_people"[0m
|
|
5721
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
5722
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5726
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5731
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5735
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5737
|
+
Redirected to http://test.host/customer_vault/people/1
|
|
5738
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
|
5739
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" ORDER BY "customer_vault_people"."id" DESC LIMIT 1
|
|
5740
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5741
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5742
|
+
Processing by CustomerVault::PeopleController#create as HTML
|
|
5743
|
+
Parameters: {"person"=>{"last_name"=>""}}
|
|
5744
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5745
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5746
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
|
5747
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
5748
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5749
|
+
Processing by CustomerVault::PeopleController#create as HTML
|
|
5750
|
+
Parameters: {"person"=>{"last_name"=>""}}
|
|
5751
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5752
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5753
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
|
5754
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5755
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5756
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5757
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5759
|
+
Processing by CustomerVault::PeopleController#update as HTML
|
|
5760
|
+
Parameters: {"person"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
|
|
5761
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5762
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5763
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5765
|
+
Redirected to http://test.host/customer_vault/people/1
|
|
5766
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
|
5767
|
+
[1m[35mCustomerVault::Person Load (0.0ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", 1]]
|
|
5768
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5769
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5770
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5771
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5776
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5777
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5781
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5782
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5783
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5788
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5789
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5793
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5794
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5795
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5797
|
+
Processing by CustomerVault::PeopleController#update as HTML
|
|
5798
|
+
Parameters: {"person"=>{"last_name"=>""}, "id"=>"1"}
|
|
5799
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5800
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5801
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5802
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
|
5803
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5804
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5805
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5806
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5808
|
+
Processing by CustomerVault::PeopleController#update as HTML
|
|
5809
|
+
Parameters: {"person"=>{"last_name"=>""}, "id"=>"1"}
|
|
5810
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
|
|
5811
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5812
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
5813
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
|
5814
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5815
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5816
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5817
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5819
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_people"
|
|
5820
|
+
Processing by CustomerVault::PeopleController#destroy as HTML
|
|
5821
|
+
Parameters: {"id"=>"1"}
|
|
5822
|
+
[1m[36mCustomerVault::Person Load (0.1ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
5823
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5824
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ?[0m [["id", 1]]
|
|
5825
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5826
|
+
Redirected to http://test.host/customer_vault/people
|
|
5827
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
|
5828
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_people"[0m
|
|
5829
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
5830
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5831
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5832
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5834
|
+
Processing by CustomerVault::PeopleController#destroy as HTML
|
|
5835
|
+
Parameters: {"id"=>"1"}
|
|
5836
|
+
[1m[36mCustomerVault::Person Load (0.1ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
5837
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5838
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ?[0m [["id", 1]]
|
|
5839
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5840
|
+
Redirected to http://test.host/customer_vault/people
|
|
5841
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
|
5842
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5843
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5844
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5845
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5846
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5847
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5848
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5849
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5850
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5851
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5852
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5853
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5854
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5855
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5856
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5857
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5858
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5859
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5860
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5861
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5862
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5863
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5864
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5865
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5866
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5867
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5868
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5869
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5870
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5871
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5872
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5873
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5874
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5875
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5876
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5877
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5878
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
5879
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
5880
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5881
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5883
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (9.5ms)
|
|
5884
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
5885
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5886
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
5887
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5889
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5890
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5892
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
5893
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
5894
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (5.7ms)
|
|
5895
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
5896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
5897
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5898
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5900
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
5901
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
5902
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5903
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5905
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (12.5ms)
|
|
5906
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
5907
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5908
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
5909
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5911
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
5912
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
5914
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
5915
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5916
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (10.5ms)
|
|
5917
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
5918
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
5919
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
5920
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
5922
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|