customer_vault 1.2.6 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/customer_vault/version.rb +1 -1
- data/spec/dummy/app/assets/stylesheets/application.sass +2 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +2791 -0
- data/spec/dummy/tmp/cache/assets/test/sass/41fde81ec398331802ee69b39c274740d5d1babf/all.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/ab23b203615b53fa253445b0edb99d4f374b9b97/application.css.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/ab23b203615b53fa253445b0edb99d4f374b9b97/application.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a88d9c609d05fcc4670c8742b41816c0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d87810c66e05721ba749c5901c1af296 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ebe08f689f659c024f467b77f32a1c49 +0 -0
- metadata +17 -7
- data/spec/dummy/app/assets/stylesheets/application.css.scss +0 -2
- /data/app/assets/stylesheets/customer_vault/{application.sass → all.sass} +0 -0
data/spec/dummy/log/test.log
CHANGED
|
@@ -69015,3 +69015,2794 @@ Completed 200 OK in 9ms (Views: 6.1ms | ActiveRecord: 0.6ms)
|
|
|
69015
69015
|
[1m[36m (0.9ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
69016
69016
|
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69017
69017
|
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
69018
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
69019
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69020
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69021
|
+
[1m[35mSQL (9.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:03 UTC +00:00], ["email", "cordia_hamill@powlowskikaulke.name"], ["fax", "09xxxxxxx"], ["name", "Weimann Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:03 UTC +00:00]]
|
|
69022
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69023
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
69024
|
+
Parameters: {"id"=>"1"}
|
|
69025
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69026
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (0.3ms)
|
|
69027
|
+
Completed 200 OK in 66ms (Views: 62.0ms | ActiveRecord: 0.2ms)
|
|
69028
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
69029
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69030
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
69031
|
+
Completed 200 OK in 43ms (Views: 4.9ms | ActiveRecord: 0.4ms)
|
|
69032
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
69033
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69034
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69035
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "emiliano.mcclure@stokes.biz"], ["fax", "09xxxxxxx"], ["name", "Turner Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69036
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69037
|
+
Processing by CustomerVault::CorporationsController#edit as HTML
|
|
69038
|
+
Parameters: {"id"=>"1"}
|
|
69039
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69040
|
+
[1m[36mDorsale::Address Load (0.5ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
69041
|
+
Completed 200 OK in 6ms (Views: 3.6ms | ActiveRecord: 0.6ms)
|
|
69042
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
69043
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69044
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
|
69045
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69046
|
+
Parameters: {"corporation"=>{"name"=>"Champlin Corp", "email"=>"stephanie@gislason.net", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
|
69047
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69048
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "stephanie@gislason.net"], ["fax", "09xxxxxxx"], ["name", "Champlin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69049
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69050
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69051
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
69052
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
|
69053
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
69054
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69055
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69056
|
+
Parameters: {"corporation"=>{"name"=>"Beatty Corp", "email"=>"naomi_west@hackett.org", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
|
69057
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69058
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "naomi_west@hackett.org"], ["fax", "09xxxxxxx"], ["name", "Beatty Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69059
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69060
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69061
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
69062
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
69063
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69064
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69065
|
+
Parameters: {"corporation"=>{"name"=>"Lowe Corp", "email"=>"jacynthe@paucek.net", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
|
69066
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69067
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "jacynthe@paucek.net"], ["fax", "09xxxxxxx"], ["name", "Lowe Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69068
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69069
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69070
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
|
|
69071
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" ORDER BY "customer_vault_corporations"."id" DESC LIMIT 1[0m
|
|
69072
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
69073
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69074
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69075
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
|
69076
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69077
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
69078
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
|
69079
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
69080
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69081
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69082
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
|
69083
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69084
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
69085
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.1ms)
|
|
69086
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
69087
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69088
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69089
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "pauline.nolan@wilkinsonroberts.org"], ["fax", "09xxxxxxx"], ["name", "Braun Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69090
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69091
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
69092
|
+
Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
|
|
69093
|
+
[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"]]
|
|
69094
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69095
|
+
[1m[36mSQL (1.1ms)[0m [1mUPDATE "customer_vault_corporations" SET "name" = ?, "updated_at" = ? WHERE "customer_vault_corporations"."id" = 1[0m [["name", "New name"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69096
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69097
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69098
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
|
|
69099
|
+
[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]]
|
|
69100
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
69101
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69102
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69103
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "ronaldo_nikolaus@hoppe.biz"], ["fax", "09xxxxxxx"], ["name", "Kuphal Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69104
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69105
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
69106
|
+
Parameters: {"corporation"=>{"name"=>"Kuphal Corp", "email"=>"ronaldo_nikolaus@hoppe.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
|
|
69107
|
+
[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"]]
|
|
69108
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69109
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69110
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69111
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
69112
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
69113
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69114
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69115
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "aliya@wisokyzemlak.name"], ["fax", "09xxxxxxx"], ["name", "Bergnaum Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69116
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69117
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
69118
|
+
Parameters: {"corporation"=>{"name"=>"Bergnaum Corp", "email"=>"aliya@wisokyzemlak.name", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
|
|
69119
|
+
[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"]]
|
|
69120
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69121
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69122
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69123
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
69124
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
69125
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69126
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69127
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "ryley_bashirian@ruellueilwitz.name"], ["fax", "09xxxxxxx"], ["name", "Moen Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69128
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69129
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
69130
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
|
69131
|
+
[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"]]
|
|
69132
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69133
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
69134
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)
|
|
69135
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
69136
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69137
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69138
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "dangelo.hagenes@nicolas.biz"], ["fax", "09xxxxxxx"], ["name", "Bradtke Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69139
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69140
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
69141
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
|
69142
|
+
[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"]]
|
|
69143
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69144
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
69145
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
|
|
69146
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
69147
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69148
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
69149
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "candido@stracke.name"], ["fax", "09xxxxxxx"], ["name", "Stroman Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69150
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69151
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
|
69152
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
|
69153
|
+
Parameters: {"id"=>"1"}
|
|
69154
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69155
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69156
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
|
|
69157
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69158
|
+
Redirected to http://test.host/customer_vault/people
|
|
69159
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.6ms)
|
|
69160
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
|
69161
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
69162
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69163
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69164
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "molly_kuvalis@okuneva.biz"], ["fax", "09xxxxxxx"], ["name", "Paucek Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69165
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69166
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
|
69167
|
+
Parameters: {"id"=>"1"}
|
|
69168
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69169
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69170
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
|
|
69171
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69172
|
+
Redirected to http://test.host/customer_vault/people
|
|
69173
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
|
|
69174
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
69175
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69176
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69177
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69178
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69179
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
69180
|
+
Parameters: {"id"=>"1"}
|
|
69181
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
69182
|
+
Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.2ms)
|
|
69183
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
69184
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69185
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
|
69186
|
+
Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
|
69187
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
69188
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69189
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69190
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69191
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69192
|
+
Processing by CustomerVault::IndividualsController#edit as HTML
|
|
69193
|
+
Parameters: {"id"=>"1"}
|
|
69194
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
69195
|
+
[1m[35mDorsale::Address Load (0.0ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
69196
|
+
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)
|
|
69197
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
69198
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69199
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
|
69200
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
69201
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
|
69202
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69203
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69204
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69205
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
69206
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
69207
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
|
69208
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
69209
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69210
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
69211
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
|
69212
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69213
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69214
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69215
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
69216
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
|
69217
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
69218
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69219
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
69220
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
|
69221
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69222
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69223
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69224
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
69225
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
69226
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" ORDER BY "customer_vault_individuals"."id" DESC LIMIT 1
|
|
69227
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
69228
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69229
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
69230
|
+
Parameters: {"individual"=>{"last_name"=>""}}
|
|
69231
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69232
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
69233
|
+
Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.3ms)
|
|
69234
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
69235
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69236
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
69237
|
+
Parameters: {"individual"=>{"last_name"=>""}}
|
|
69238
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69239
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
69240
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
|
69241
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
69242
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69243
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69244
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69245
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69246
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
69247
|
+
Parameters: {"individual"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
|
|
69248
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69249
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69250
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "customer_vault_individuals" SET "first_name" = ?, "updated_at" = ? WHERE "customer_vault_individuals"."id" = 1 [["first_name", "Stroumph"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69251
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69252
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
69253
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
69254
|
+
[1m[35mCustomerVault::Individual Load (0.0ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
|
69255
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
69256
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69257
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69258
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69259
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69260
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
69261
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
|
|
69262
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69263
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69264
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69265
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
69266
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
|
69267
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
69268
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69269
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69270
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69271
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69272
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
69273
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
|
|
69274
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69275
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69276
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69277
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
69278
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
|
69279
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
69280
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69281
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69282
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69283
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69284
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
69285
|
+
Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
|
|
69286
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69287
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69288
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
69289
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
|
|
69290
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
69291
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69292
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69293
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69294
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69295
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
69296
|
+
Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
|
|
69297
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69298
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69299
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
69300
|
+
Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.2ms)
|
|
69301
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
69302
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69303
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69304
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69305
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69306
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_individuals"
|
|
69307
|
+
Processing by CustomerVault::IndividualsController#destroy as HTML
|
|
69308
|
+
Parameters: {"id"=>"1"}
|
|
69309
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
69310
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69311
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ?[0m [["id", 1]]
|
|
69312
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69313
|
+
Redirected to http://test.host/customer_vault/people
|
|
69314
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
|
|
69315
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
|
69316
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
69317
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69318
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
69319
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69320
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69321
|
+
Processing by CustomerVault::IndividualsController#destroy as HTML
|
|
69322
|
+
Parameters: {"id"=>"1"}
|
|
69323
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
69324
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69325
|
+
[1m[36mSQL (0.5ms)[0m [1mDELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ?[0m [["id", 1]]
|
|
69326
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69327
|
+
Redirected to http://test.host/customer_vault/people
|
|
69328
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.7ms)
|
|
69329
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
69330
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69331
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69332
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69333
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69334
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69335
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69336
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69337
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69338
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69339
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69340
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69341
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69342
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69343
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69344
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69345
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69346
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69347
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69348
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69349
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "melya@lind.org"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69350
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69351
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69352
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
69353
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
69354
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
69355
|
+
Completed 200 OK in 16ms (Views: 5.8ms | ActiveRecord: 0.2ms)
|
|
69356
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
69357
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69358
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69359
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69360
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69361
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69362
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69363
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69364
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69365
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69366
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69367
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69368
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69369
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69370
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69371
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69372
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69373
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69374
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69375
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69376
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "ayana.weber@roob.info"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69377
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69378
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69379
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
69380
|
+
Parameters: {"sort"=>"name"}
|
|
69381
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
|
69382
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
69383
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)
|
|
69384
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
69385
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69386
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69387
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69388
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69389
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69390
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69391
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69392
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69393
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69394
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69395
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69396
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69397
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69398
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69399
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69400
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69401
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69402
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69403
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69404
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "augustus_heaney@hudsonshanahan.org"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69405
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69406
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69407
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
69408
|
+
Parameters: {"sort"=>"-name"}
|
|
69409
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
69410
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
69411
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
69412
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
69413
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69414
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69415
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69416
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69417
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69418
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69419
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69420
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69421
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69422
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69423
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69424
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69425
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69426
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69427
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69428
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69429
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69430
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69431
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69432
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "lela@schinnerreinger.org"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69433
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69434
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69435
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69436
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["zip", "c123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69437
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69438
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69439
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["zip", "b123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69440
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69441
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69442
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["zip", "a123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69443
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69444
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
69445
|
+
Parameters: {"sort"=>"zip"}
|
|
69446
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
69447
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
69448
|
+
[1m[35mDorsale::Address Load (0.1ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
69449
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 2], ["addressable_type", "CustomerVault::Individual"]]
|
|
69450
|
+
[1m[35mDorsale::Address Load (0.0ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
69451
|
+
Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.4ms)
|
|
69452
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
69453
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69454
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69455
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69456
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69457
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69458
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69459
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69460
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69461
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69462
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69463
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69464
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69465
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69466
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69467
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69468
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69469
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69470
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69471
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69472
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "theodore@sipes.net"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69473
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69474
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69475
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69476
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["zip", "c123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69477
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69478
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69479
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["zip", "b123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69480
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69481
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69482
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["zip", "a123"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69483
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69484
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
69485
|
+
Parameters: {"sort"=>"-zip"}
|
|
69486
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
|
69487
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
69488
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
69489
|
+
[1m[35mDorsale::Address Load (0.0ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 2], ["addressable_type", "CustomerVault::Individual"]]
|
|
69490
|
+
[1m[36mDorsale::Address Load (0.0ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
69491
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)
|
|
69492
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
69493
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69494
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
69495
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69496
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
69497
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69498
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
69499
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69500
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69501
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69502
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69503
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
69504
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69505
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69506
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69507
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69508
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69509
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69510
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69511
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69512
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69513
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69514
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69515
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69516
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69517
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69518
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69519
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69520
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69521
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69522
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69523
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69524
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "priscilla@jerde.com"], ["fax", "09xxxxxxx"], ["name", "Schultz Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69525
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69526
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69527
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
|
69528
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69529
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69530
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69531
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69532
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69533
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69534
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69535
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69536
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69537
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "eunice_schaden@wildermandamore.org"], ["fax", "09xxxxxxx"], ["name", "Rice Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69538
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69539
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69540
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69541
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69542
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69543
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69544
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "haleigh@kemmer.org"], ["fax", "09xxxxxxx"], ["name", "Ruecker Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69545
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69546
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69547
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69548
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "h"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69549
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69550
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69551
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69552
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69553
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69554
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69555
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69556
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69557
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69558
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "m"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69559
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69560
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69561
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69562
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69563
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69564
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69565
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69566
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69567
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69568
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 2], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "p"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69569
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69570
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
69571
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 2]]
|
|
69572
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
69573
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
69574
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
69575
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 2]]
|
|
69576
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
69577
|
+
[1m[36mCustomerVault::Individual Load (0.0ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
69578
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 2 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
69579
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 2 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'[0m
|
|
69580
|
+
[1m[35mCustomerVault::Corporation Load (0.0ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
|
69581
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
69582
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69583
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69584
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69585
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69586
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
69587
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "izaiah.bernier@bruen.com"], ["fax", "09xxxxxxx"], ["name", "Lehner Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69588
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69589
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69590
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69591
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69592
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69593
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69594
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "frederik@altenwerth.info"], ["fax", "09xxxxxxx"], ["name", "Heidenreich Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69595
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69596
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69597
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69598
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "h"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69599
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69600
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69601
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69602
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69603
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69604
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69605
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69606
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69607
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69608
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "m"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69609
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69610
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
69611
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["zip", "13004"]]
|
|
69612
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69613
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69614
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["www", "MyString"]]
|
|
69615
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69616
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69617
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69618
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 2], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00], ["title", "p"], ["updated_at", Wed, 08 Apr 2015 16:27:04 UTC +00:00]]
|
|
69619
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69620
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
69621
|
+
[1m[36mCustomerVault::Corporation Load (0.0ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
69622
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
|
|
69623
|
+
[1m[36mCustomerVault::Individual Load (0.0ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 2]]
|
|
69624
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
69625
|
+
[1m[36mCustomerVault::Corporation Load (0.0ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
69626
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
|
|
69627
|
+
[1m[36mCustomerVault::Individual Load (0.0ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 2]]
|
|
69628
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 2 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
69629
|
+
[1m[36mCustomerVault::Individual Load (0.0ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
69630
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 2 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
|
|
69631
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
69632
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69633
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
69634
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69635
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
69636
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69637
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69638
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69639
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69640
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69641
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69642
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69643
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69644
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69645
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
69646
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69647
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
69648
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69649
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69650
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69651
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69652
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69653
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69654
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69655
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69656
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69657
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69658
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69659
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69660
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69661
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69662
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69663
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69664
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69665
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69666
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69667
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69668
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69669
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69670
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69671
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69672
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69673
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69674
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69675
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69676
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69677
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
69678
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:27:15 +0200
|
|
69679
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
69680
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (4098.3ms)
|
|
69681
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.2ms)
|
|
69682
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (4167.8ms)
|
|
69683
|
+
Completed 500 Internal Server Error in 5355ms
|
|
69684
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
69685
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69686
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
69687
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_individuals";
|
|
69688
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69689
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
69690
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
69691
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69692
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
69693
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_links";
|
|
69694
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69695
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
69696
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
69697
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69698
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
69699
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69700
|
+
[1m[36mSQL (9.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69701
|
+
[1m[35m (1.5ms)[0m commit transaction
|
|
69702
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69703
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "orlando.dubuque@schaefer.biz"], ["fax", "09xxxxxxx"], ["name", "Hauck Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69704
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69705
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
69706
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69707
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69708
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
69709
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69710
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "granville_prosacco@johnson.com"], ["fax", "09xxxxxxx"], ["name", "Douglas Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69711
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69712
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
69713
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69714
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69715
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69716
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69717
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "levi.dietrich@keeling.info"], ["fax", "09xxxxxxx"], ["name", "MacGyver Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69718
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 3], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69719
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69720
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69721
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69722
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
69723
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69724
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "cristina@labadie.net"], ["fax", "09xxxxxxx"], ["name", "Ledner Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69725
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 4], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69726
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
69727
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69728
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69729
|
+
[1m[35m (0.6ms)[0m commit transaction
|
|
69730
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69731
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "daron.raynor@veum.info"], ["fax", "09xxxxxxx"], ["name", "Grant Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69732
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 5[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 5], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69733
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
69734
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69735
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69736
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
69737
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69738
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "esteban@gusikowski.org"], ["fax", "09xxxxxxx"], ["name", "Lowe Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69739
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 6 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 6], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69740
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
69741
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69742
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69743
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
69744
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69745
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "jamil.schoen@koeppokon.com"], ["fax", "09xxxxxxx"], ["name", "Murazik Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69746
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 7[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 7], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69747
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69748
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69749
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69750
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
69751
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69752
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "rosalind.ruecker@mccullough.info"], ["fax", "09xxxxxxx"], ["name", "Mante Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69753
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 8 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 8], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69754
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
69755
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69756
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69757
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
69758
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69759
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "earl.kutch@aufderhar.org"], ["fax", "09xxxxxxx"], ["name", "Leannon Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69760
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 9[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 9], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69761
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
69762
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69763
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69764
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
69765
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69766
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "kenyon@purdy.biz"], ["fax", "09xxxxxxx"], ["name", "McLaughlin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69767
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 10 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 10], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69768
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
69769
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69770
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69771
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
69772
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69773
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "garnet.pollich@rosenbaummann.org"], ["fax", "09xxxxxxx"], ["name", "Jones Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69774
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 11[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 11], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69775
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69776
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69777
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69778
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
69779
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69780
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "edwin_hayes@waelchi.biz"], ["fax", "09xxxxxxx"], ["name", "Rogahn Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69781
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 12 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 12], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69782
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
69783
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69784
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69785
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69786
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69787
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "cecil@marvin.biz"], ["fax", "09xxxxxxx"], ["name", "Ratke Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69788
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 13[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 13], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69789
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69790
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69791
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69792
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
69793
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69794
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "reanna_miller@schmidt.com"], ["fax", "09xxxxxxx"], ["name", "Tillman Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69795
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 14 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 14], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69796
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
69797
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69798
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["zip", "13004"]]
|
|
69799
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69800
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69801
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00], ["email", "henri@schuppe.net"], ["fax", "09xxxxxxx"], ["name", "Schuster Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69802
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 15[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 15], ["updated_at", Wed, 08 Apr 2015 16:27:21 UTC +00:00]]
|
|
69803
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69804
|
+
Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:27:21 +0200
|
|
69805
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
69806
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
|
69807
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
69808
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (6.5ms)
|
|
69809
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
|
|
69810
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
69811
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
69812
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
69813
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
69814
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
69815
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
69816
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
69817
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (35.4ms)
|
|
69818
|
+
Completed 500 Internal Server Error in 941ms
|
|
69819
|
+
[1m[36m (2.6ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
69820
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69821
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
69822
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_individuals";
|
|
69823
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69824
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
69825
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
69826
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69827
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
69828
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_links";
|
|
69829
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69830
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
69831
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
69832
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69833
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
69834
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:27:22 +0200
|
|
69835
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
69836
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (89.1ms)
|
|
69837
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
69838
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (90.1ms)
|
|
69839
|
+
Completed 500 Internal Server Error in 949ms
|
|
69840
|
+
[1m[35m (2.7ms)[0m DELETE FROM "dorsale_addresses";
|
|
69841
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69842
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
69843
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
69844
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69845
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
69846
|
+
[1m[35m (0.9ms)[0m DELETE FROM "customer_vault_corporations";
|
|
69847
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69848
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
69849
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
69850
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69851
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
69852
|
+
[1m[35m (0.8ms)[0m DELETE FROM "dorsale_comments";
|
|
69853
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69854
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
69855
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:27:23 +0200
|
|
69856
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
69857
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (87.2ms)
|
|
69858
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
69859
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (88.1ms)
|
|
69860
|
+
Completed 500 Internal Server Error in 936ms
|
|
69861
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
69862
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69863
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
69864
|
+
[1m[35m (1.0ms)[0m DELETE FROM "customer_vault_individuals";
|
|
69865
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69866
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
69867
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
69868
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69869
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
69870
|
+
[1m[35m (0.9ms)[0m DELETE FROM "customer_vault_links";
|
|
69871
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69872
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
69873
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
69874
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69875
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
69876
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69877
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00], ["zip", "13004"]]
|
|
69878
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69879
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69880
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00], ["email", "jakob.nolan@pfannerstill.name"], ["fax", "09xxxxxxx"], ["name", "Moore Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00]]
|
|
69881
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:24 UTC +00:00]]
|
|
69882
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
69883
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:27:24 +0200
|
|
69884
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
69885
|
+
Parameters: {"id"=>"1"}
|
|
69886
|
+
[1m[36mCustomerVault::Corporation Load (0.3ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
69887
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (5.4ms)
|
|
69888
|
+
[1m[35mDorsale::Address Load (0.3ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
69889
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (13.9ms)
|
|
69890
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (20.9ms)
|
|
69891
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'[0m
|
|
69892
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
69893
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (12.3ms)
|
|
69894
|
+
[1m[36mDorsale::Comment Load (0.2ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
69895
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (21.2ms)
|
|
69896
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (23.6ms)
|
|
69897
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (52.1ms)
|
|
69898
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (3.0ms)
|
|
69899
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
69900
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (107.0ms)
|
|
69901
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (112.3ms)
|
|
69902
|
+
Completed 500 Internal Server Error in 1046ms
|
|
69903
|
+
[1m[35m (2.7ms)[0m DELETE FROM "dorsale_addresses";
|
|
69904
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69905
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
69906
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
69907
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69908
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
69909
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_corporations";
|
|
69910
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69911
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
69912
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
69913
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
69914
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
69915
|
+
[1m[35m (0.8ms)[0m DELETE FROM "dorsale_comments";
|
|
69916
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
69917
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
69918
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
69919
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69920
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69921
|
+
[1m[35mSQL (5.8ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "herminia@rolfson.biz"], ["fax", "09xxxxxxx"], ["name", "Wiza Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
69922
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69923
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
69924
|
+
Parameters: {"id"=>"1"}
|
|
69925
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69926
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (0.3ms)
|
|
69927
|
+
Completed 200 OK in 68ms (Views: 63.1ms | ActiveRecord: 0.2ms)
|
|
69928
|
+
[1m[36m (2.5ms)[0m [1mrollback transaction[0m
|
|
69929
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69930
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
69931
|
+
Completed 200 OK in 33ms (Views: 3.1ms | ActiveRecord: 0.3ms)
|
|
69932
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
69933
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
69934
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69935
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "theresia@schmeler.biz"], ["fax", "09xxxxxxx"], ["name", "Emard Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
69936
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69937
|
+
Processing by CustomerVault::CorporationsController#edit as HTML
|
|
69938
|
+
Parameters: {"id"=>"1"}
|
|
69939
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
69940
|
+
[1m[36mDorsale::Address Load (0.2ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
69941
|
+
Completed 200 OK in 7ms (Views: 3.7ms | ActiveRecord: 0.3ms)
|
|
69942
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
|
69943
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69944
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
|
69945
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69946
|
+
Parameters: {"corporation"=>{"name"=>"Hahn Corp", "email"=>"elinor_windler@hoegercronin.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
|
69947
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69948
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "elinor_windler@hoegercronin.biz"], ["fax", "09xxxxxxx"], ["name", "Hahn Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
69949
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69950
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69951
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.7ms)
|
|
69952
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
|
69953
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
69954
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
69955
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69956
|
+
Parameters: {"corporation"=>{"name"=>"Hoppe Corp", "email"=>"arvel.hermann@cole.info", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
|
69957
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
69958
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "arvel.hermann@cole.info"], ["fax", "09xxxxxxx"], ["name", "Hoppe Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
69959
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69960
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69961
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
69962
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
69963
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69964
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69965
|
+
Parameters: {"corporation"=>{"name"=>"MacGyver Corp", "email"=>"heaven@gerlach.info", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
|
69966
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69967
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "heaven@gerlach.info"], ["fax", "09xxxxxxx"], ["name", "MacGyver Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
69968
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69969
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69970
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
69971
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" ORDER BY "customer_vault_corporations"."id" DESC LIMIT 1[0m
|
|
69972
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
69973
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
69974
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69975
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
|
69976
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69977
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
69978
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
|
69979
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
69980
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69981
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
69982
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
|
69983
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69984
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
69985
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)
|
|
69986
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
69987
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
69988
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69989
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "jaydon@kuhn.info"], ["fax", "09xxxxxxx"], ["name", "Ebert Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
69990
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69991
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
69992
|
+
Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
|
|
69993
|
+
[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"]]
|
|
69994
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
69995
|
+
[1m[36mSQL (1.7ms)[0m [1mUPDATE "customer_vault_corporations" SET "name" = ?, "updated_at" = ? WHERE "customer_vault_corporations"."id" = 1[0m [["name", "New name"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
69996
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
69997
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
69998
|
+
Completed 302 Found in 7ms (ActiveRecord: 1.9ms)
|
|
69999
|
+
[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]]
|
|
70000
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
70001
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70002
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70003
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "daisha@leffler.biz"], ["fax", "09xxxxxxx"], ["name", "Nader Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70004
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70005
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
70006
|
+
Parameters: {"corporation"=>{"name"=>"Nader Corp", "email"=>"daisha@leffler.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
|
|
70007
|
+
[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"]]
|
|
70008
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70009
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70010
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
70011
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
|
70012
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
70013
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70014
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70015
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "jodie@hammes.biz"], ["fax", "09xxxxxxx"], ["name", "Crona Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70016
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70017
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
70018
|
+
Parameters: {"corporation"=>{"name"=>"Crona Corp", "email"=>"jodie@hammes.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
|
|
70019
|
+
[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"]]
|
|
70020
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70021
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70022
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
|
70023
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
70024
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
70025
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70026
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70027
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "nayeli@carroll.net"], ["fax", "09xxxxxxx"], ["name", "Reynolds Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70028
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70029
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
70030
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
|
70031
|
+
[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"]]
|
|
70032
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70033
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
70034
|
+
Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.2ms)
|
|
70035
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
70036
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70037
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70038
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "ricky.bergstrom@weber.org"], ["fax", "09xxxxxxx"], ["name", "Mohr Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70039
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70040
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
|
70041
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
|
70042
|
+
[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"]]
|
|
70043
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70044
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
70045
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
70046
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
70047
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70048
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
70049
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "adam.jones@kuhickuhlman.info"], ["fax", "09xxxxxxx"], ["name", "Beatty Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70050
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70051
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
|
70052
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
|
70053
|
+
Parameters: {"id"=>"1"}
|
|
70054
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
70055
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70056
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
|
|
70057
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70058
|
+
Redirected to http://test.host/customer_vault/people
|
|
70059
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
70060
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
|
70061
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
70062
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70063
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70064
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "matt@heelshields.biz"], ["fax", "09xxxxxxx"], ["name", "O'Kon Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70065
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70066
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
|
70067
|
+
Parameters: {"id"=>"1"}
|
|
70068
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
70069
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70070
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
|
|
70071
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70072
|
+
Redirected to http://test.host/customer_vault/people
|
|
70073
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
|
70074
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
70075
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70076
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70077
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70078
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70079
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
70080
|
+
Parameters: {"id"=>"1"}
|
|
70081
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
70082
|
+
Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.2ms)
|
|
70083
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
|
70084
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70085
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
|
70086
|
+
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
|
70087
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
70088
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70089
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70090
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70091
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70092
|
+
Processing by CustomerVault::IndividualsController#edit as HTML
|
|
70093
|
+
Parameters: {"id"=>"1"}
|
|
70094
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
70095
|
+
[1m[35mDorsale::Address Load (0.1ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
70096
|
+
Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)
|
|
70097
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
70098
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70099
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
|
70100
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
70101
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
|
70102
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70103
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70104
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70105
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
70106
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
70107
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
|
70108
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
70109
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70110
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
70111
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
|
70112
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70113
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70114
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70115
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
70116
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
70117
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
70118
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70119
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
70120
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
|
70121
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70122
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70123
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70124
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
70125
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
70126
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" ORDER BY "customer_vault_individuals"."id" DESC LIMIT 1
|
|
70127
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
70128
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70129
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
70130
|
+
Parameters: {"individual"=>{"last_name"=>""}}
|
|
70131
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70132
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
70133
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
70134
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
70135
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70136
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
70137
|
+
Parameters: {"individual"=>{"last_name"=>""}}
|
|
70138
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70139
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
70140
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
|
70141
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
70142
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70143
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70144
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70145
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70146
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
70147
|
+
Parameters: {"individual"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
|
|
70148
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
70149
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70150
|
+
[1m[35mSQL (0.5ms)[0m UPDATE "customer_vault_individuals" SET "first_name" = ?, "updated_at" = ? WHERE "customer_vault_individuals"."id" = 1 [["first_name", "Stroumph"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70151
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70152
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
70153
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
70154
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
|
70155
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
70156
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70157
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70158
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70159
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70160
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
70161
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
|
|
70162
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
70163
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70164
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70165
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
70166
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
|
70167
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
70168
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70169
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70170
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70171
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70172
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
70173
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}, "id"=>"1"}
|
|
70174
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
70175
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70176
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70177
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
|
70178
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
|
70179
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
70180
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70181
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70182
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70183
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70184
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
70185
|
+
Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
|
|
70186
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
70187
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70188
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
70189
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
70190
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
70191
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70192
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70193
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70194
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70195
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
|
70196
|
+
Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
|
|
70197
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
70198
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70199
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
70200
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
70201
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
70202
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70203
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70204
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70205
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70206
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_individuals"
|
|
70207
|
+
Processing by CustomerVault::IndividualsController#destroy as HTML
|
|
70208
|
+
Parameters: {"id"=>"1"}
|
|
70209
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
70210
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70211
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ?[0m [["id", 1]]
|
|
70212
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70213
|
+
Redirected to http://test.host/customer_vault/people
|
|
70214
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
|
70215
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
|
70216
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
70217
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70218
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70219
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70220
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70221
|
+
Processing by CustomerVault::IndividualsController#destroy as HTML
|
|
70222
|
+
Parameters: {"id"=>"1"}
|
|
70223
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
70224
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70225
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ?[0m [["id", 1]]
|
|
70226
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70227
|
+
Redirected to http://test.host/customer_vault/people
|
|
70228
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
|
|
70229
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
70230
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70231
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70232
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70233
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70234
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70235
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70236
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70237
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70238
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70239
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70240
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70241
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70242
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70243
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70244
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70245
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70246
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70247
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70248
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70249
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "krystal@thiel.net"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70250
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70251
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70252
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
70253
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
70254
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
70255
|
+
Completed 200 OK in 12ms (Views: 4.9ms | ActiveRecord: 0.2ms)
|
|
70256
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
70257
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70258
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70259
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70260
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70261
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70262
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70263
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70264
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70265
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70266
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70267
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70268
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70269
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70270
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70271
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70272
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70273
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70274
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70275
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70276
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "nannie@rau.org"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70277
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70278
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70279
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
70280
|
+
Parameters: {"sort"=>"name"}
|
|
70281
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
|
70282
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
70283
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)
|
|
70284
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
70285
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70286
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70287
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70288
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70289
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70290
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70291
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70292
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70293
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70294
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70295
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70296
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70297
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70298
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70299
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70300
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70301
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70302
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70303
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70304
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "whitney.emmerich@schneider.name"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70305
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70306
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70307
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
70308
|
+
Parameters: {"sort"=>"-name"}
|
|
70309
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
70310
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
70311
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
|
70312
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
|
70313
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70314
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70315
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70316
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70317
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70318
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70319
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70320
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70321
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70322
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70323
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70324
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70325
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70326
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70327
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70328
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70329
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70330
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70331
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70332
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "adrianna.littel@whiteschuppe.name"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70333
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70334
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70335
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70336
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["zip", "c123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70337
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70338
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70339
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["zip", "b123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70340
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70341
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70342
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["zip", "a123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70343
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70344
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
70345
|
+
Parameters: {"sort"=>"zip"}
|
|
70346
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
70347
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
70348
|
+
[1m[35mDorsale::Address Load (0.1ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
70349
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 2], ["addressable_type", "CustomerVault::Individual"]]
|
|
70350
|
+
[1m[35mDorsale::Address Load (0.0ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
70351
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)
|
|
70352
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
70353
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70354
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70355
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70356
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70357
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70358
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70359
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70360
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70361
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70362
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70363
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70364
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70365
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70366
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70367
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70368
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70369
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70370
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70371
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70372
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "ludie.schowalter@bartolettiluettgen.net"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70373
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70374
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70375
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70376
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["zip", "c123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70377
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70378
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70379
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["zip", "b123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70380
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70381
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70382
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["zip", "a123"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70383
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70384
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
70385
|
+
Parameters: {"sort"=>"-zip"}
|
|
70386
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
|
70387
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
70388
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
70389
|
+
[1m[35mDorsale::Address Load (0.0ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 2], ["addressable_type", "CustomerVault::Individual"]]
|
|
70390
|
+
[1m[36mDorsale::Address Load (0.0ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
70391
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)
|
|
70392
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
|
70393
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70394
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
70395
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70396
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
70397
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70398
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
70399
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
70400
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70401
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70402
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70403
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
70404
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70405
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70406
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70407
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
70408
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70409
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70410
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70411
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70412
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70413
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70414
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70415
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70416
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70417
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70418
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70419
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70420
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70421
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70422
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70423
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70424
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "mariane.leannon@treutel.info"], ["fax", "09xxxxxxx"], ["name", "Hoeger Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70425
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70426
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70427
|
+
[1m[36m (1.4ms)[0m [1mrollback transaction[0m
|
|
70428
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70429
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70430
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70431
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70432
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70433
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70434
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70435
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70436
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70437
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "keshaun@kemmerberge.com"], ["fax", "09xxxxxxx"], ["name", "Johns Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70438
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70439
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70440
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70441
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70442
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70443
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70444
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "bernhard@mann.net"], ["fax", "09xxxxxxx"], ["name", "Hirthe Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70445
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70446
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70447
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70448
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "h"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70449
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70450
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70451
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70452
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70453
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70454
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70455
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70456
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70457
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70458
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "m"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70459
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70460
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70461
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70462
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70463
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70464
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70465
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70466
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70467
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70468
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 2], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "p"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70469
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70470
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
70471
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 2]]
|
|
70472
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
70473
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
70474
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
70475
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 2]]
|
|
70476
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
70477
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
70478
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 2 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
70479
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 2 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'[0m
|
|
70480
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
|
70481
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
70482
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70483
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70484
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70485
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70486
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70487
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "gonzalo@jakubowski.net"], ["fax", "09xxxxxxx"], ["name", "Dare Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70488
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70489
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70490
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70491
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70492
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70493
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70494
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "emmy.auer@hammetiedemann.biz"], ["fax", "09xxxxxxx"], ["name", "Bednar Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70495
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70496
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70497
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70498
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "h"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70499
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70500
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
70501
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70502
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70503
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70504
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70505
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70506
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70507
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70508
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "m"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70509
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70510
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
70511
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["zip", "13004"]]
|
|
70512
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70513
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70514
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["www", "MyString"]]
|
|
70515
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70516
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
70517
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
70518
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 2], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00], ["title", "p"], ["updated_at", Wed, 08 Apr 2015 16:27:56 UTC +00:00]]
|
|
70519
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
70520
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
70521
|
+
[1m[36mCustomerVault::Corporation Load (0.0ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
70522
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
|
|
70523
|
+
[1m[36mCustomerVault::Individual Load (0.0ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 2]]
|
|
70524
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
70525
|
+
[1m[36mCustomerVault::Corporation Load (0.0ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
70526
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
|
|
70527
|
+
[1m[36mCustomerVault::Individual Load (0.0ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 2]]
|
|
70528
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 2 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
70529
|
+
[1m[36mCustomerVault::Individual Load (0.0ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
70530
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 2 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
|
|
70531
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
|
70532
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70533
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70534
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70535
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
70536
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70537
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70538
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70539
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
70540
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70541
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70542
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70543
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
70544
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70545
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
70546
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70547
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70548
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70549
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70550
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70551
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70552
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70553
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70554
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70555
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70556
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70557
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70558
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70559
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70560
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70561
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70562
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70563
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70564
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70565
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70566
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70567
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70568
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70569
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
70570
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70571
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70572
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70573
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70574
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70575
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70576
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70577
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70578
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:28:07 +0200
|
|
70579
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
70580
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (4142.0ms)
|
|
70581
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.1ms)
|
|
70582
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (4209.1ms)
|
|
70583
|
+
Completed 200 OK in 14195ms (Views: 14086.0ms | ActiveRecord: 4.0ms)
|
|
70584
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:21 +0200
|
|
70585
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 18:28:21 +0200
|
|
70586
|
+
Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 18:28:21 +0200
|
|
70587
|
+
Started POST "/customer_vault/corporations" for 127.0.0.1 at 2015-04-08 18:28:23 +0200
|
|
70588
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
70589
|
+
Parameters: {"utf8"=>"✓", "corporation"=>{"name"=>"AGILiDEE", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}}
|
|
70590
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70591
|
+
[1m[35mSQL (88.8ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", ""], ["fax", ""], ["name", "AGILiDEE"], ["phone", ""], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70592
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("addressable_id", "addressable_type", "city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"], ["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", ""], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70593
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
70594
|
+
Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
|
|
70595
|
+
Completed 302 Found in 99ms (ActiveRecord: 90.1ms)
|
|
70596
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:23 +0200
|
|
70597
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
70598
|
+
Parameters: {"id"=>"1"}
|
|
70599
|
+
[1m[36mCustomerVault::Corporation Load (0.2ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
70600
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (5.3ms)
|
|
70601
|
+
[1m[35mDorsale::Address Load (0.2ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
70602
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (12.2ms)
|
|
70603
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (19.7ms)
|
|
70604
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'[0m
|
|
70605
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
70606
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (10.9ms)
|
|
70607
|
+
[1m[36mDorsale::Comment Load (0.2ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
70608
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (15.3ms)
|
|
70609
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (20.1ms)
|
|
70610
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (41.1ms)
|
|
70611
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (2.8ms)
|
|
70612
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70613
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (90.5ms)
|
|
70614
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (95.5ms)
|
|
70615
|
+
Completed 200 OK in 101ms (Views: 97.0ms | ActiveRecord: 1.6ms)
|
|
70616
|
+
[1m[35m (2.7ms)[0m DELETE FROM "dorsale_addresses";
|
|
70617
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70618
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
70619
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
70620
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70621
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
70622
|
+
[1m[35m (0.9ms)[0m DELETE FROM "customer_vault_corporations";
|
|
70623
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70624
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
70625
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
70626
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70627
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
70628
|
+
[1m[35m (1.0ms)[0m DELETE FROM "dorsale_comments";
|
|
70629
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70630
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
70631
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70632
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70633
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
70634
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70635
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "lizeth@sipes.org"], ["fax", "09xxxxxxx"], ["name", "Robel Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70636
|
+
[1m[35mSQL (0.6ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70637
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
|
70638
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70639
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70640
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
70641
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70642
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "fred_metz@mosciski.net"], ["fax", "09xxxxxxx"], ["name", "Macejkovic Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70643
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70644
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
70645
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70646
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70647
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
70648
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70649
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "verdie@fisher.net"], ["fax", "09xxxxxxx"], ["name", "Powlowski Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70650
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 3], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70651
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
70652
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70653
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70654
|
+
[1m[35m (0.6ms)[0m commit transaction
|
|
70655
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70656
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "rosalinda.vandervort@altenwerth.net"], ["fax", "09xxxxxxx"], ["name", "Goodwin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70657
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 4], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70658
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
70659
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70660
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70661
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
70662
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70663
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "edison.champlin@gaylordblanda.name"], ["fax", "09xxxxxxx"], ["name", "Lakin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70664
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 5 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 5], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70665
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
70666
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70667
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70668
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
70669
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70670
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "elenora.kohler@krisgreen.name"], ["fax", "09xxxxxxx"], ["name", "Cole Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70671
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 6[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 6], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70672
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
70673
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70674
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70675
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
70676
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70677
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "maxime.kutch@ruel.biz"], ["fax", "09xxxxxxx"], ["name", "Pacocha Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70678
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 7 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 7], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70679
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
70680
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70681
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70682
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
70683
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70684
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "eula@mosciskischmitt.com"], ["fax", "09xxxxxxx"], ["name", "Jakubowski Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70685
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 8[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 8], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70686
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
70687
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70688
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70689
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
70690
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70691
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "jamel@gleichner.net"], ["fax", "09xxxxxxx"], ["name", "Stamm Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70692
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 9 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 9], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70693
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
70694
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70695
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70696
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
70697
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70698
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "haylee.konopelski@ohara.net"], ["fax", "09xxxxxxx"], ["name", "Kulas Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70699
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 10[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 10], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70700
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
70701
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70702
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70703
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
70704
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70705
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "rae@spinka.biz"], ["fax", "09xxxxxxx"], ["name", "Corkery Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70706
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 11 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 11], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70707
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
70708
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70709
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70710
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
70711
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70712
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "anabelle.trantow@marks.org"], ["fax", "09xxxxxxx"], ["name", "Roob Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70713
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 12[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 12], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70714
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
70715
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70716
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70717
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
|
70718
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70719
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "yoshiko_fisher@bartonterry.biz"], ["fax", "09xxxxxxx"], ["name", "Littel Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70720
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 13 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 13], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70721
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
70722
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70723
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70724
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
70725
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70726
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "katheryn_purdy@greenfeldervandervort.net"], ["fax", "09xxxxxxx"], ["name", "Nicolas Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70727
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 14[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 14], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70728
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
70729
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70730
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["zip", "13004"]]
|
|
70731
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
70732
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
70733
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00], ["email", "rogelio@larkinjohnston.net"], ["fax", "09xxxxxxx"], ["name", "Mertz Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70734
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 15 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 15], ["updated_at", Wed, 08 Apr 2015 16:28:23 UTC +00:00]]
|
|
70735
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
70736
|
+
Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:28:23 +0200
|
|
70737
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
70738
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
70739
|
+
[1m[36mCustomerVault::Corporation Load (0.2ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
70740
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (4.8ms)
|
|
70741
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
|
|
70742
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70743
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70744
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70745
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70746
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
|
|
70747
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70748
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70749
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (33.0ms)
|
|
70750
|
+
Completed 200 OK in 47ms (Views: 37.6ms | ActiveRecord: 1.0ms)
|
|
70751
|
+
Started GET "/customer_vault/people?page=2" for 127.0.0.1 at 2015-04-08 18:28:25 +0200
|
|
70752
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
70753
|
+
Parameters: {"page"=>"2"}
|
|
70754
|
+
[1m[35mCustomerVault::Individual Load (0.3ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
70755
|
+
[1m[36mCustomerVault::Corporation Load (0.2ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
70756
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.8ms)
|
|
70757
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
|
|
70758
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70759
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70760
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70761
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70762
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
70763
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
70764
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (18.0ms)
|
|
70765
|
+
Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 0.4ms)
|
|
70766
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:25 +0200
|
|
70767
|
+
[1m[35m (1.8ms)[0m DELETE FROM "dorsale_addresses";
|
|
70768
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70769
|
+
[1m[35m (1.0ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
70770
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
70771
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70772
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
70773
|
+
[1m[35m (0.9ms)[0m DELETE FROM "customer_vault_corporations";
|
|
70774
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70775
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
70776
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
70777
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70778
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
70779
|
+
[1m[35m (0.8ms)[0m DELETE FROM "dorsale_comments";
|
|
70780
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70781
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
70782
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:28:25 +0200
|
|
70783
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
70784
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (24.6ms)
|
|
70785
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70786
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (25.5ms)
|
|
70787
|
+
Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.2ms)
|
|
70788
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:25 +0200
|
|
70789
|
+
Started POST "/customer_vault/corporations" for 127.0.0.1 at 2015-04-08 18:28:26 +0200
|
|
70790
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
70791
|
+
Parameters: {"utf8"=>"✓", "corporation"=>{"name"=>"AGILiDEE", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"", "street_bis"=>"", "zip"=>"", "city"=>"", "country"=>""}}}
|
|
70792
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70793
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
70794
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (76.7ms)
|
|
70795
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70796
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (77.7ms)
|
|
70797
|
+
Completed 200 OK in 82ms (Views: 78.6ms | ActiveRecord: 0.2ms)
|
|
70798
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:26 +0200
|
|
70799
|
+
[1m[36m (2.7ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
70800
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70801
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
70802
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_individuals";
|
|
70803
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70804
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
70805
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
70806
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70807
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
70808
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_links";
|
|
70809
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70810
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
70811
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
70812
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70813
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
70814
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-04-08 18:28:27 +0200
|
|
70815
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
70816
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (21.7ms)
|
|
70817
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70818
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (22.7ms)
|
|
70819
|
+
Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms)
|
|
70820
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:27 +0200
|
|
70821
|
+
Started POST "/customer_vault/corporations" for 127.0.0.1 at 2015-04-08 18:28:29 +0200
|
|
70822
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
70823
|
+
Parameters: {"utf8"=>"✓", "corporation"=>{"name"=>"", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}}
|
|
70824
|
+
[1m[35m (0.3ms)[0m begin transaction
|
|
70825
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
70826
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_form.html.slim (31.0ms)
|
|
70827
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70828
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (32.5ms)
|
|
70829
|
+
Completed 200 OK in 41ms (Views: 33.8ms | ActiveRecord: 0.4ms)
|
|
70830
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:29 +0200
|
|
70831
|
+
[1m[35m (2.6ms)[0m DELETE FROM "dorsale_addresses";
|
|
70832
|
+
[1m[36m (0.4ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70833
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
70834
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
70835
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70836
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
70837
|
+
[1m[35m (1.3ms)[0m DELETE FROM "customer_vault_corporations";
|
|
70838
|
+
[1m[36m (0.4ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70839
|
+
[1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
70840
|
+
[1m[36m (1.1ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
70841
|
+
[1m[35m (2.0ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70842
|
+
[1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
70843
|
+
[1m[35m (0.9ms)[0m DELETE FROM "dorsale_comments";
|
|
70844
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70845
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
70846
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
70847
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00], ["zip", "13004"]]
|
|
70848
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
|
70849
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70850
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00], ["email", "hosea.schaefer@johnsonvolkman.org"], ["fax", "09xxxxxxx"], ["name", "Mohr Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00]]
|
|
70851
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:29 UTC +00:00]]
|
|
70852
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
70853
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:29 +0200
|
|
70854
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
70855
|
+
Parameters: {"id"=>"1"}
|
|
70856
|
+
[1m[35mCustomerVault::Corporation Load (0.7ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
70857
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
70858
|
+
[1m[36mDorsale::Address Load (0.3ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
70859
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.8ms)
|
|
70860
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (3.0ms)
|
|
70861
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
70862
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'[0m
|
|
70863
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (4.0ms)
|
|
70864
|
+
[1m[35mDorsale::Comment Load (0.3ms)[0m SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
70865
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (2.3ms)
|
|
70866
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (3.5ms)
|
|
70867
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (6.7ms)
|
|
70868
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
70869
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70870
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (15.7ms)
|
|
70871
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (16.1ms)
|
|
70872
|
+
Completed 200 OK in 20ms (Views: 15.5ms | ActiveRecord: 2.6ms)
|
|
70873
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:29 +0200
|
|
70874
|
+
Started POST "/dorsale/comments" for 127.0.0.1 at 2015-04-08 18:28:30 +0200
|
|
70875
|
+
Processing by Dorsale::CommentsController#create as HTML
|
|
70876
|
+
Parameters: {"utf8"=>"✓", "comment"=>{"commentable_id"=>"1", "commentable_type"=>"CustomerVault::Corporation", "text"=>"Hello"}, "back_url"=>"http://127.0.0.1:52142/customer_vault/corporations/1"}
|
|
70877
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70878
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
|
70879
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "dorsale_comments" ("commentable_id", "commentable_type", "created_at", "text", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:30 UTC +00:00], ["text", "Hello"], ["updated_at", Wed, 08 Apr 2015 16:28:30 UTC +00:00]]
|
|
70880
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
70881
|
+
Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
|
|
70882
|
+
Completed 302 Found in 13ms (ActiveRecord: 1.9ms)
|
|
70883
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:30 +0200
|
|
70884
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
70885
|
+
Parameters: {"id"=>"1"}
|
|
70886
|
+
[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"]]
|
|
70887
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
70888
|
+
[1m[35mDorsale::Address Load (0.1ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
70889
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.1ms)
|
|
70890
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.3ms)
|
|
70891
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'[0m
|
|
70892
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
70893
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.3ms)
|
|
70894
|
+
[1m[36mDorsale::Comment Load (0.1ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
70895
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (3.3ms)
|
|
70896
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.4ms)
|
|
70897
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (6.2ms)
|
|
70898
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
70899
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
70900
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (11.1ms)
|
|
70901
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (11.3ms)
|
|
70902
|
+
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.6ms)
|
|
70903
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:30 +0200
|
|
70904
|
+
Started GET "/assets/dorsale/avatar.png" for 127.0.0.1 at 2015-04-08 18:28:30 +0200
|
|
70905
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
70906
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
70907
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70908
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
70909
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_individuals";
|
|
70910
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70911
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
70912
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
70913
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70914
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
70915
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_links";
|
|
70916
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70917
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
70918
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
70919
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70920
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
70921
|
+
Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2015-04-08 18:28:31 +0200
|
|
70922
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
|
70923
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (48.6ms)
|
|
70924
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70925
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (58.1ms)
|
|
70926
|
+
Completed 200 OK in 64ms (Views: 62.9ms | ActiveRecord: 0.0ms)
|
|
70927
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:31 +0200
|
|
70928
|
+
Started POST "/customer_vault/individuals" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
|
|
70929
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
70930
|
+
Parameters: {"utf8"=>"✓", "individual"=>{"first_name"=>"Benoit", "last_name"=>"Gantaume", "email"=>"benoit@agilidee.com", "title"=>"", "twitter"=>"", "context"=>"", "phone"=>"", "fax"=>"", "mobile"=>"", "www"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}}
|
|
70931
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70932
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", ""], ["created_at", Wed, 08 Apr 2015 16:28:32 UTC +00:00], ["email", "benoit@agilidee.com"], ["fax", ""], ["first_name", "Benoit"], ["last_name", "Gantaume"], ["mobile", ""], ["phone", ""], ["title", ""], ["twitter", ""], ["updated_at", Wed, 08 Apr 2015 16:28:32 UTC +00:00], ["www", ""]]
|
|
70933
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "dorsale_addresses" ("addressable_id", "addressable_type", "city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"], ["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:32 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", ""], ["updated_at", Wed, 08 Apr 2015 16:28:32 UTC +00:00], ["zip", "13004"]]
|
|
70934
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
|
70935
|
+
Redirected to http://127.0.0.1:52142/customer_vault/individuals/1
|
|
70936
|
+
Completed 302 Found in 10ms (ActiveRecord: 3.2ms)
|
|
70937
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
|
|
70938
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
70939
|
+
Parameters: {"id"=>"1"}
|
|
70940
|
+
[1m[35mCustomerVault::Individual Load (0.3ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
70941
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.3ms)
|
|
70942
|
+
[1m[36mDorsale::Address Load (0.2ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
70943
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (9.0ms)
|
|
70944
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (12.4ms)
|
|
70945
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
70946
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'[0m
|
|
70947
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.4ms)
|
|
70948
|
+
[1m[35mDorsale::Comment Load (0.1ms)[0m SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
|
|
70949
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.0ms)
|
|
70950
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.2ms)
|
|
70951
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.5ms)
|
|
70952
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
70953
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
70954
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (18.9ms)
|
|
70955
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (22.1ms)
|
|
70956
|
+
Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.8ms)
|
|
70957
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
|
|
70958
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
70959
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70960
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
70961
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_individuals";
|
|
70962
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70963
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
70964
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
70965
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70966
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
70967
|
+
[1m[35m (0.9ms)[0m DELETE FROM "customer_vault_links";
|
|
70968
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70969
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
70970
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
70971
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70972
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
70973
|
+
Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
|
|
70974
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
|
70975
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (29.9ms)
|
|
70976
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70977
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (30.9ms)
|
|
70978
|
+
Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.0ms)
|
|
70979
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:32 +0200
|
|
70980
|
+
Started POST "/customer_vault/individuals" for 127.0.0.1 at 2015-04-08 18:28:34 +0200
|
|
70981
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
70982
|
+
Parameters: {"utf8"=>"✓", "individual"=>{"first_name"=>"Benoit", "last_name"=>"Gantaume", "email"=>"benoit@agilidee.com", "title"=>"", "twitter"=>"", "context"=>"", "phone"=>"", "fax"=>"", "mobile"=>"", "www"=>"", "address_attributes"=>{"street"=>"", "street_bis"=>"", "zip"=>"", "city"=>"", "country"=>""}}}
|
|
70983
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
70984
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
70985
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (88.7ms)
|
|
70986
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
70987
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (89.8ms)
|
|
70988
|
+
Completed 200 OK in 94ms (Views: 90.6ms | ActiveRecord: 0.1ms)
|
|
70989
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:34 +0200
|
|
70990
|
+
[1m[35m (2.6ms)[0m DELETE FROM "dorsale_addresses";
|
|
70991
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70992
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
70993
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
70994
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
70995
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
70996
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_corporations";
|
|
70997
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
70998
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
70999
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
71000
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71001
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
71002
|
+
[1m[35m (0.7ms)[0m DELETE FROM "dorsale_comments";
|
|
71003
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71004
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
71005
|
+
Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2015-04-08 18:28:34 +0200
|
|
71006
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
|
71007
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (29.5ms)
|
|
71008
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71009
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (30.5ms)
|
|
71010
|
+
Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.0ms)
|
|
71011
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:34 +0200
|
|
71012
|
+
Started POST "/customer_vault/individuals" for 127.0.0.1 at 2015-04-08 18:28:36 +0200
|
|
71013
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
71014
|
+
Parameters: {"utf8"=>"✓", "individual"=>{"first_name"=>"", "last_name"=>"", "email"=>"", "title"=>"", "twitter"=>"", "context"=>"", "phone"=>"", "fax"=>"", "mobile"=>"", "www"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}}
|
|
71015
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71016
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
71017
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_form.html.slim (32.6ms)
|
|
71018
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71019
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (33.5ms)
|
|
71020
|
+
Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 0.1ms)
|
|
71021
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:36 +0200
|
|
71022
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
71023
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71024
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
71025
|
+
[1m[35m (0.9ms)[0m DELETE FROM "customer_vault_individuals";
|
|
71026
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71027
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
71028
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
71029
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71030
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
71031
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_links";
|
|
71032
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71033
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
71034
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
71035
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71036
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
71037
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71038
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["zip", "13004"]]
|
|
71039
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
71040
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71041
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["email", "aditya_jacobs@abshire.net"], ["fax", "09xxxxxxx"], ["name", "Koelpin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00]]
|
|
71042
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00]]
|
|
71043
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
71044
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
71045
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["zip", "13004"]]
|
|
71046
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
71047
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71048
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00], ["www", "MyString"]]
|
|
71049
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:36 UTC +00:00]]
|
|
71050
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71051
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:36 +0200
|
|
71052
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
71053
|
+
Parameters: {"id"=>"1"}
|
|
71054
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71055
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71056
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
71057
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.8ms)
|
|
71058
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.0ms)
|
|
71059
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
71060
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'[0m
|
|
71061
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.1ms)
|
|
71062
|
+
[1m[35mDorsale::Comment Load (0.1ms)[0m SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
|
|
71063
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.7ms)
|
|
71064
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (3.4ms)
|
|
71065
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (4.4ms)
|
|
71066
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71067
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71068
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (8.7ms)
|
|
71069
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (8.9ms)
|
|
71070
|
+
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.6ms)
|
|
71071
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:36 +0200
|
|
71072
|
+
Started GET "/customer_vault/individuals/1/links/new" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
|
|
71073
|
+
Processing by CustomerVault::LinksController#new as HTML
|
|
71074
|
+
Parameters: {"individual_id"=>"1"}
|
|
71075
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71076
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71077
|
+
[1m[35mDorsale::Address Load (0.2ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
71078
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (2.3ms)
|
|
71079
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.5ms)
|
|
71080
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
|
71081
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
71082
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71083
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/new.html.slim within layouts/application (82.1ms)
|
|
71084
|
+
Completed 200 OK in 91ms (Views: 88.4ms | ActiveRecord: 0.8ms)
|
|
71085
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
|
|
71086
|
+
Started POST "/customer_vault/individuals/1/links" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
|
|
71087
|
+
Processing by CustomerVault::LinksController#create as HTML
|
|
71088
|
+
Parameters: {"utf8"=>"✓", "link"=>{"bob"=>"CustomerVault::Corporation-1", "title"=>"Manager"}, "individual_id"=>"1"}
|
|
71089
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71090
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71091
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
|
|
71092
|
+
[1m[35m (2.2ms)[0m commit transaction
|
|
71093
|
+
Redirected to http://127.0.0.1:52142/customer_vault/individuals/1
|
|
71094
|
+
Completed 302 Found in 10ms (ActiveRecord: 3.1ms)
|
|
71095
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
|
|
71096
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
71097
|
+
Parameters: {"id"=>"1"}
|
|
71098
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71099
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71100
|
+
[1m[35mDorsale::Address Load (0.1ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
71101
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.9ms)
|
|
71102
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.1ms)
|
|
71103
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'[0m
|
|
71104
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
|
71105
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'[0m
|
|
71106
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (5.1ms)
|
|
71107
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (13.2ms)
|
|
71108
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (18.3ms)
|
|
71109
|
+
[1m[35mDorsale::Comment Load (0.1ms)[0m SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
|
|
71110
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.1ms)
|
|
71111
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.2ms)
|
|
71112
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.6ms)
|
|
71113
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71114
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71115
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (25.4ms)
|
|
71116
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (25.7ms)
|
|
71117
|
+
Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.8ms)
|
|
71118
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
|
|
71119
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
71120
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71121
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
71122
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_individuals";
|
|
71123
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71124
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
71125
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
71126
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71127
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
71128
|
+
[1m[35m (1.0ms)[0m DELETE FROM "customer_vault_links";
|
|
71129
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71130
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
71131
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
71132
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71133
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
71134
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71135
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["zip", "13004"]]
|
|
71136
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71137
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
71138
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["www", "MyString"]]
|
|
71139
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
|
|
71140
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
71141
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
71142
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["zip", "13004"]]
|
|
71143
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71144
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71145
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["email", "arlene@armstrong.info"], ["fax", "09xxxxxxx"], ["name", "Christiansen Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
|
|
71146
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
|
|
71147
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71148
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71149
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:38 UTC +00:00]]
|
|
71150
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71151
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
|
|
71152
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
71153
|
+
Parameters: {"id"=>"1"}
|
|
71154
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71155
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71156
|
+
[1m[35mDorsale::Address Load (0.1ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
71157
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.9ms)
|
|
71158
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.0ms)
|
|
71159
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'[0m
|
|
71160
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
|
71161
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'[0m
|
|
71162
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.8ms)
|
|
71163
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (1.9ms)
|
|
71164
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (4.0ms)
|
|
71165
|
+
[1m[35mDorsale::Comment Load (0.1ms)[0m SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
|
|
71166
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.1ms)
|
|
71167
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.8ms)
|
|
71168
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (4.3ms)
|
|
71169
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71170
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71171
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (11.7ms)
|
|
71172
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (11.9ms)
|
|
71173
|
+
Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.8ms)
|
|
71174
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:38 +0200
|
|
71175
|
+
Started GET "/customer_vault/individuals/1/links/1/edit" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
|
|
71176
|
+
Processing by CustomerVault::LinksController#edit as HTML
|
|
71177
|
+
Parameters: {"individual_id"=>"1", "id"=>"1"}
|
|
71178
|
+
[1m[36mCustomerVault::Individual Load (0.3ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71179
|
+
[1m[35mCustomerVault::Link Load (0.3ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71180
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71181
|
+
[1m[36mDorsale::Address Load (0.2ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
71182
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (2.0ms)
|
|
71183
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.2ms)
|
|
71184
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
|
71185
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.2ms)
|
|
71186
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/edit.html.slim within layouts/application (21.4ms)
|
|
71187
|
+
Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.8ms)
|
|
71188
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
|
|
71189
|
+
Started PATCH "/customer_vault/individuals/1/links/1" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
|
|
71190
|
+
Processing by CustomerVault::LinksController#update as HTML
|
|
71191
|
+
Parameters: {"utf8"=>"✓", "link"=>{"title"=>"Manager 2"}, "individual_id"=>"1", "id"=>"1"}
|
|
71192
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71193
|
+
[1m[35mCustomerVault::Link Load (0.4ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71194
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
71195
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "customer_vault_links" SET "title" = ?, "updated_at" = ? WHERE "customer_vault_links"."id" = 1 [["title", "Manager 2"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
|
|
71196
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
|
71197
|
+
Redirected to http://127.0.0.1:52142/customer_vault/individuals/1
|
|
71198
|
+
Completed 302 Found in 10ms (ActiveRecord: 3.2ms)
|
|
71199
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
|
|
71200
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
71201
|
+
Parameters: {"id"=>"1"}
|
|
71202
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71203
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71204
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
71205
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.9ms)
|
|
71206
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.0ms)
|
|
71207
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
71208
|
+
[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]]
|
|
71209
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
|
|
71210
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.6ms)
|
|
71211
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (1.2ms)
|
|
71212
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.4ms)
|
|
71213
|
+
[1m[36mDorsale::Comment Load (0.1ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
|
|
71214
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.8ms)
|
|
71215
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.3ms)
|
|
71216
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.4ms)
|
|
71217
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71218
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71219
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (10.0ms)
|
|
71220
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (10.2ms)
|
|
71221
|
+
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.7ms)
|
|
71222
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
|
|
71223
|
+
[1m[35m (1.2ms)[0m DELETE FROM "dorsale_addresses";
|
|
71224
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71225
|
+
[1m[35m (0.6ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
71226
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
71227
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71228
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
71229
|
+
[1m[35m (0.6ms)[0m DELETE FROM "customer_vault_corporations";
|
|
71230
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71231
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
71232
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
71233
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71234
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
71235
|
+
[1m[35m (0.6ms)[0m DELETE FROM "dorsale_comments";
|
|
71236
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71237
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
71238
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71239
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["zip", "13004"]]
|
|
71240
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
71241
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71242
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["www", "MyString"]]
|
|
71243
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
|
|
71244
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71245
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71246
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["zip", "13004"]]
|
|
71247
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71248
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71249
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["email", "cordia@mcclureanderson.biz"], ["fax", "09xxxxxxx"], ["name", "Ratke Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
|
|
71250
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
|
|
71251
|
+
[1m[35m (1.2ms)[0m commit transaction
|
|
71252
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71253
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:40 UTC +00:00]]
|
|
71254
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71255
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
|
|
71256
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
71257
|
+
Parameters: {"id"=>"1"}
|
|
71258
|
+
[1m[35mCustomerVault::Individual Load (0.3ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71259
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.3ms)
|
|
71260
|
+
[1m[36mDorsale::Address Load (0.5ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
71261
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (4.6ms)
|
|
71262
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.1ms)
|
|
71263
|
+
[1m[35mCustomerVault::Link Load (0.5ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
71264
|
+
[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]]
|
|
71265
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
|
|
71266
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.8ms)
|
|
71267
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (1.7ms)
|
|
71268
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (6.5ms)
|
|
71269
|
+
[1m[36mDorsale::Comment Load (0.2ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
|
|
71270
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.4ms)
|
|
71271
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (3.8ms)
|
|
71272
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (5.7ms)
|
|
71273
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71274
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71275
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (19.6ms)
|
|
71276
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (19.9ms)
|
|
71277
|
+
Completed 200 OK in 23ms (Views: 19.4ms | ActiveRecord: 1.7ms)
|
|
71278
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:40 +0200
|
|
71279
|
+
Started DELETE "/customer_vault/individuals/1/links/1" for 127.0.0.1 at 2015-04-08 18:28:42 +0200
|
|
71280
|
+
Processing by CustomerVault::LinksController#destroy as HTML
|
|
71281
|
+
Parameters: {"individual_id"=>"1", "id"=>"1"}
|
|
71282
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71283
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71284
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71285
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ?[0m [["id", 1]]
|
|
71286
|
+
[1m[35m (2.2ms)[0m commit transaction
|
|
71287
|
+
Redirected to http://127.0.0.1:52142/customer_vault/individuals/1
|
|
71288
|
+
Completed 302 Found in 6ms (ActiveRecord: 2.7ms)
|
|
71289
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2015-04-08 18:28:42 +0200
|
|
71290
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
71291
|
+
Parameters: {"id"=>"1"}
|
|
71292
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71293
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.3ms)
|
|
71294
|
+
[1m[35mDorsale::Address Load (0.2ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Individual"]]
|
|
71295
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (3.0ms)
|
|
71296
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (3.2ms)
|
|
71297
|
+
[1m[36mCustomerVault::Link Load (0.2ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'[0m
|
|
71298
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'
|
|
71299
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.4ms)
|
|
71300
|
+
[1m[36mDorsale::Comment Load (0.2ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Individual"]]
|
|
71301
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.5ms)
|
|
71302
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.9ms)
|
|
71303
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (4.8ms)
|
|
71304
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71305
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71306
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (12.0ms)
|
|
71307
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (12.2ms)
|
|
71308
|
+
Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 1.1ms)
|
|
71309
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:42 +0200
|
|
71310
|
+
[1m[35m (2.6ms)[0m DELETE FROM "dorsale_addresses";
|
|
71311
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71312
|
+
[1m[35m (1.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
71313
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
71314
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71315
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
71316
|
+
[1m[35m (1.1ms)[0m DELETE FROM "customer_vault_corporations";
|
|
71317
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71318
|
+
[1m[35m (1.4ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
71319
|
+
[1m[36m (1.2ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
71320
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71321
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
71322
|
+
[1m[35m (0.8ms)[0m DELETE FROM "dorsale_comments";
|
|
71323
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71324
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
71325
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
71326
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["zip", "13004"]]
|
|
71327
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
|
71328
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71329
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["email", "zoila@spencer.biz"], ["fax", "09xxxxxxx"], ["name", "Hilll Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00]]
|
|
71330
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00]]
|
|
71331
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
71332
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71333
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["zip", "13004"]]
|
|
71334
|
+
[1m[35m (1.0ms)[0m commit transaction
|
|
71335
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71336
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00], ["www", "MyString"]]
|
|
71337
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:44 UTC +00:00]]
|
|
71338
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71339
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:44 +0200
|
|
71340
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
71341
|
+
Parameters: {"id"=>"1"}
|
|
71342
|
+
[1m[36mCustomerVault::Corporation Load (0.2ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71343
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71344
|
+
[1m[35mDorsale::Address Load (0.2ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
71345
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.8ms)
|
|
71346
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.0ms)
|
|
71347
|
+
[1m[36mCustomerVault::Link Load (0.2ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'[0m
|
|
71348
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
71349
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.3ms)
|
|
71350
|
+
[1m[36mDorsale::Comment Load (0.1ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
71351
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.9ms)
|
|
71352
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (3.9ms)
|
|
71353
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (5.3ms)
|
|
71354
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
|
|
71355
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71356
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (10.0ms)
|
|
71357
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (10.3ms)
|
|
71358
|
+
Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.7ms)
|
|
71359
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:44 +0200
|
|
71360
|
+
Started GET "/customer_vault/corporations/1/links/new" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
|
|
71361
|
+
Processing by CustomerVault::LinksController#new as HTML
|
|
71362
|
+
Parameters: {"corporation_id"=>"1"}
|
|
71363
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71364
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71365
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
71366
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.9ms)
|
|
71367
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.2ms)
|
|
71368
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
71369
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
71370
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71371
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/new.html.slim within layouts/application (9.7ms)
|
|
71372
|
+
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.6ms)
|
|
71373
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
|
|
71374
|
+
Started POST "/customer_vault/corporations/1/links" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
|
|
71375
|
+
Processing by CustomerVault::LinksController#create as HTML
|
|
71376
|
+
Parameters: {"utf8"=>"✓", "link"=>{"bob"=>"CustomerVault::Individual-1", "title"=>"Manager"}, "corporation_id"=>"1"}
|
|
71377
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71378
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71379
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 1], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
|
|
71380
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
|
71381
|
+
Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
|
|
71382
|
+
Completed 302 Found in 7ms (ActiveRecord: 3.1ms)
|
|
71383
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
|
|
71384
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
71385
|
+
Parameters: {"id"=>"1"}
|
|
71386
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71387
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71388
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
71389
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.2ms)
|
|
71390
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.5ms)
|
|
71391
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
71392
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
71393
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
71394
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.9ms)
|
|
71395
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (7.1ms)
|
|
71396
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (12.2ms)
|
|
71397
|
+
[1m[36mDorsale::Comment Load (0.1ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
71398
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (1.1ms)
|
|
71399
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.4ms)
|
|
71400
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.8ms)
|
|
71401
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71402
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71403
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (20.2ms)
|
|
71404
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (20.6ms)
|
|
71405
|
+
Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.8ms)
|
|
71406
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
|
|
71407
|
+
[1m[35m (1.7ms)[0m DELETE FROM "dorsale_addresses";
|
|
71408
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71409
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
71410
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
71411
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71412
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
71413
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_corporations";
|
|
71414
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71415
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
71416
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
71417
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71418
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
71419
|
+
[1m[35m (0.7ms)[0m DELETE FROM "dorsale_comments";
|
|
71420
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71421
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
71422
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71423
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["zip", "13004"]]
|
|
71424
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
71425
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71426
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["www", "MyString"]]
|
|
71427
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
|
|
71428
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
71429
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
71430
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["zip", "13004"]]
|
|
71431
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71432
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
71433
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["email", "mitchel@wunsch.name"], ["fax", "09xxxxxxx"], ["name", "Hackett Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
|
|
71434
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
|
|
71435
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71436
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71437
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:46 UTC +00:00]]
|
|
71438
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
71439
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
|
|
71440
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
71441
|
+
Parameters: {"id"=>"1"}
|
|
71442
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71443
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71444
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
71445
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.7ms)
|
|
71446
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (1.9ms)
|
|
71447
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
71448
|
+
[1m[36mCustomerVault::Link Load (0.2ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'[0m
|
|
71449
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
|
71450
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.7ms)
|
|
71451
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (1.3ms)
|
|
71452
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.5ms)
|
|
71453
|
+
[1m[36mDorsale::Comment Load (0.1ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
71454
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.8ms)
|
|
71455
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.1ms)
|
|
71456
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.2ms)
|
|
71457
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71458
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71459
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (9.8ms)
|
|
71460
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (10.0ms)
|
|
71461
|
+
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.8ms)
|
|
71462
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:46 +0200
|
|
71463
|
+
Started GET "/customer_vault/corporations/1/links/1/edit" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
|
|
71464
|
+
Processing by CustomerVault::LinksController#edit as HTML
|
|
71465
|
+
Parameters: {"corporation_id"=>"1", "id"=>"1"}
|
|
71466
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71467
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71468
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71469
|
+
[1m[35mDorsale::Address Load (0.1ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
71470
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.4ms)
|
|
71471
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (1.6ms)
|
|
71472
|
+
[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]]
|
|
71473
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
|
71474
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71475
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/edit.html.slim within layouts/application (8.1ms)
|
|
71476
|
+
Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms)
|
|
71477
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
|
|
71478
|
+
Started PATCH "/customer_vault/corporations/1/links/1" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
|
|
71479
|
+
Processing by CustomerVault::LinksController#update as HTML
|
|
71480
|
+
Parameters: {"utf8"=>"✓", "link"=>{"title"=>"Manager 2"}, "corporation_id"=>"1", "id"=>"1"}
|
|
71481
|
+
[1m[36mCustomerVault::Corporation Load (0.2ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71482
|
+
[1m[35mCustomerVault::Link Load (0.5ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71483
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
71484
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "customer_vault_links" SET "title" = ?, "updated_at" = ? WHERE "customer_vault_links"."id" = 1 [["title", "Manager 2"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
|
|
71485
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
|
71486
|
+
Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
|
|
71487
|
+
Completed 302 Found in 9ms (ActiveRecord: 3.6ms)
|
|
71488
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
|
|
71489
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
71490
|
+
Parameters: {"id"=>"1"}
|
|
71491
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71492
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71493
|
+
[1m[36mDorsale::Address Load (0.2ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
71494
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.2ms)
|
|
71495
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.4ms)
|
|
71496
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
71497
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'[0m
|
|
71498
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
|
71499
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.7ms)
|
|
71500
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (1.4ms)
|
|
71501
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (4.2ms)
|
|
71502
|
+
[1m[36mDorsale::Comment Load (0.1ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
71503
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.9ms)
|
|
71504
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.4ms)
|
|
71505
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.6ms)
|
|
71506
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71507
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71508
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (11.4ms)
|
|
71509
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (11.6ms)
|
|
71510
|
+
Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.8ms)
|
|
71511
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
|
|
71512
|
+
[1m[35m (1.6ms)[0m DELETE FROM "dorsale_addresses";
|
|
71513
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71514
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
71515
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
71516
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71517
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
71518
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_corporations";
|
|
71519
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71520
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
71521
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
71522
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71523
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
71524
|
+
[1m[35m (0.7ms)[0m DELETE FROM "dorsale_comments";
|
|
71525
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71526
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
71527
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71528
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["zip", "13004"]]
|
|
71529
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71530
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71531
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["www", "MyString"]]
|
|
71532
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
|
|
71533
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71534
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
71535
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["zip", "13004"]]
|
|
71536
|
+
[1m[35m (0.7ms)[0m commit transaction
|
|
71537
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
71538
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["email", "jamarcus_purdy@jaskolski.name"], ["fax", "09xxxxxxx"], ["name", "Wolff Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
|
|
71539
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
|
|
71540
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71541
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71542
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_links" ("alice_id", "alice_type", "bob_id", "bob_type", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["alice_id", 1], ["alice_type", "CustomerVault::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00], ["title", "Manager"], ["updated_at", Wed, 08 Apr 2015 16:28:48 UTC +00:00]]
|
|
71543
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71544
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
|
|
71545
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
71546
|
+
Parameters: {"id"=>"1"}
|
|
71547
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71548
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71549
|
+
[1m[36mDorsale::Address Load (0.1ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
71550
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.6ms)
|
|
71551
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (1.8ms)
|
|
71552
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
71553
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'[0m
|
|
71554
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
|
71555
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (0.6ms)
|
|
71556
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (1.2ms)
|
|
71557
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.2ms)
|
|
71558
|
+
[1m[36mDorsale::Comment Load (0.1ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
71559
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.7ms)
|
|
71560
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.1ms)
|
|
71561
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.2ms)
|
|
71562
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71563
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71564
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (9.3ms)
|
|
71565
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (9.5ms)
|
|
71566
|
+
Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.8ms)
|
|
71567
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:48 +0200
|
|
71568
|
+
Started DELETE "/customer_vault/corporations/1/links/1" for 127.0.0.1 at 2015-04-08 18:28:49 +0200
|
|
71569
|
+
Processing by CustomerVault::LinksController#destroy as HTML
|
|
71570
|
+
Parameters: {"corporation_id"=>"1", "id"=>"1"}
|
|
71571
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
|
71572
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71573
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71574
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ?[0m [["id", 1]]
|
|
71575
|
+
[1m[35m (2.1ms)[0m commit transaction
|
|
71576
|
+
Redirected to http://127.0.0.1:52142/customer_vault/corporations/1
|
|
71577
|
+
Completed 302 Found in 6ms (ActiveRecord: 2.6ms)
|
|
71578
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-04-08 18:28:49 +0200
|
|
71579
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
71580
|
+
Parameters: {"id"=>"1"}
|
|
71581
|
+
[1m[36mCustomerVault::Corporation Load (0.2ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
71582
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_actions.html.slim (0.2ms)
|
|
71583
|
+
[1m[35mDorsale::Address Load (0.2ms)[0m SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
|
|
71584
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.1ms)
|
|
71585
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (2.5ms)
|
|
71586
|
+
[1m[36mCustomerVault::Link Load (0.5ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'[0m
|
|
71587
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
71588
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.3ms)
|
|
71589
|
+
[1m[36mDorsale::Comment Load (0.1ms)[0m [1mSELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ?[0m [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
|
|
71590
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_comments.html.slim (0.8ms)
|
|
71591
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/comments/_form.html.slim (2.0ms)
|
|
71592
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (3.1ms)
|
|
71593
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.0ms)
|
|
71594
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71595
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (10.8ms)
|
|
71596
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (11.0ms)
|
|
71597
|
+
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 1.1ms)
|
|
71598
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:49 +0200
|
|
71599
|
+
[1m[35m (2.1ms)[0m DELETE FROM "dorsale_addresses";
|
|
71600
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71601
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
71602
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
71603
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71604
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
71605
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_corporations";
|
|
71606
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71607
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
71608
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
71609
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71610
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
71611
|
+
[1m[35m (0.7ms)[0m DELETE FROM "dorsale_comments";
|
|
71612
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71613
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
71614
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71615
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["zip", "13004"]]
|
|
71616
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
71617
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71618
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Jean"], ["last_name", "DUPONT"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["www", "MyString"]]
|
|
71619
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
|
|
71620
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71621
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71622
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["zip", "13004"]]
|
|
71623
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71624
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71625
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Laurent"], ["last_name", "DURAND"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["www", "MyString"]]
|
|
71626
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
|
|
71627
|
+
[1m[35m (0.9ms)[0m commit transaction
|
|
71628
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71629
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["zip", "13004"]]
|
|
71630
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71631
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
71632
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["email", "contact@aaa.com"], ["fax", "09xxxxxxx"], ["name", "aaa"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
|
|
71633
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
|
|
71634
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
|
71635
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71636
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["zip", "13004"]]
|
|
71637
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71638
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71639
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00], ["email", "contact@zzz.com"], ["fax", "09xxxxxxx"], ["name", "zzz"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
|
|
71640
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:51 UTC +00:00]]
|
|
71641
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71642
|
+
Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:28:51 +0200
|
|
71643
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
71644
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
|
71645
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
71646
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (5.3ms)
|
|
71647
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.4ms)
|
|
71648
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
|
|
71649
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
71650
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71651
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (11.0ms)
|
|
71652
|
+
Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.3ms)
|
|
71653
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:51 +0200
|
|
71654
|
+
Started GET "/customer_vault/people?q=Jean" for 127.0.0.1 at 2015-04-08 18:28:53 +0200
|
|
71655
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
71656
|
+
Parameters: {"q"=>"Jean"}
|
|
71657
|
+
[1m[36mCustomerVault::Individual Load (0.4ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE (((LOWER(CAST(customer_vault_individuals.id AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.first_name AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.last_name AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.email AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.title AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.twitter AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.www AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.context AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.phone AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.fax AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.mobile AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.created_at AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_individuals.updated_at AS TEXT)) LIKE '%jean%')))[0m
|
|
71658
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE (((LOWER(CAST(customer_vault_corporations.id AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.name AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.email AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.phone AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.fax AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.created_at AS TEXT)) LIKE '%jean%') OR (LOWER(CAST(customer_vault_corporations.updated_at AS TEXT)) LIKE '%jean%')))
|
|
71659
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
|
|
71660
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71661
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (2.6ms)
|
|
71662
|
+
Completed 200 OK in 155ms (Views: 3.4ms | ActiveRecord: 0.5ms)
|
|
71663
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:53 +0200
|
|
71664
|
+
[1m[36m (2.6ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
71665
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71666
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
71667
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_individuals";
|
|
71668
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71669
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
71670
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
71671
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71672
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
71673
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_links";
|
|
71674
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71675
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
71676
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
71677
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71678
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|
|
71679
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71680
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["zip", "13004"]]
|
|
71681
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71682
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71683
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Jean"], ["last_name", "DUPONT"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["www", "MyString"]]
|
|
71684
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
|
|
71685
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71686
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71687
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["zip", "13004"]]
|
|
71688
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71689
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
71690
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Laurent"], ["last_name", "DURAND"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["www", "MyString"]]
|
|
71691
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
|
|
71692
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
|
71693
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71694
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["zip", "13004"]]
|
|
71695
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71696
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
71697
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["email", "contact@aaa.com"], ["fax", "09xxxxxxx"], ["name", "aaa"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
|
|
71698
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
|
|
71699
|
+
[1m[35m (1.1ms)[0m commit transaction
|
|
71700
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71701
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["zip", "13004"]]
|
|
71702
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71703
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
71704
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00], ["email", "contact@zzz.com"], ["fax", "09xxxxxxx"], ["name", "zzz"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
|
|
71705
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:53 UTC +00:00]]
|
|
71706
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71707
|
+
Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:28:53 +0200
|
|
71708
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
71709
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
71710
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
71711
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
|
|
71712
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.3ms)
|
|
71713
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
71714
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
71715
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71716
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (4.0ms)
|
|
71717
|
+
Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.3ms)
|
|
71718
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:53 +0200
|
|
71719
|
+
Started GET "/customer_vault/people?q=DUPONT" for 127.0.0.1 at 2015-04-08 18:28:55 +0200
|
|
71720
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
71721
|
+
Parameters: {"q"=>"DUPONT"}
|
|
71722
|
+
[1m[35mCustomerVault::Individual Load (0.3ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE (((LOWER(CAST(customer_vault_individuals.id AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.first_name AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.last_name AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.email AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.title AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.twitter AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.www AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.context AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.phone AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.fax AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.mobile AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.created_at AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_individuals.updated_at AS TEXT)) LIKE '%dupont%')))
|
|
71723
|
+
[1m[36mCustomerVault::Corporation Load (0.2ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE (((LOWER(CAST(customer_vault_corporations.id AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.name AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.email AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.phone AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.fax AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.created_at AS TEXT)) LIKE '%dupont%') OR (LOWER(CAST(customer_vault_corporations.updated_at AS TEXT)) LIKE '%dupont%')))[0m
|
|
71724
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
|
|
71725
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71726
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (3.0ms)
|
|
71727
|
+
Completed 200 OK in 7ms (Views: 3.9ms | ActiveRecord: 0.5ms)
|
|
71728
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:55 +0200
|
|
71729
|
+
[1m[35m (2.7ms)[0m DELETE FROM "dorsale_addresses";
|
|
71730
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71731
|
+
[1m[35m (0.9ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
|
71732
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
|
71733
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71734
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
|
71735
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_corporations";
|
|
71736
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71737
|
+
[1m[35m (1.0ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
|
71738
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
|
71739
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71740
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
|
71741
|
+
[1m[35m (0.9ms)[0m DELETE FROM "dorsale_comments";
|
|
71742
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71743
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_comments';
|
|
71744
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71745
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["zip", "13004"]]
|
|
71746
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71747
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71748
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Jean"], ["last_name", "DUPONT"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["www", "MyString"]]
|
|
71749
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
|
|
71750
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71751
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71752
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["zip", "13004"]]
|
|
71753
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71754
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
71755
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_individuals" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", "MyText"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Laurent"], ["last_name", "DURAND"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["www", "MyString"]]
|
|
71756
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["addressable_type", "CustomerVault::Individual"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
|
|
71757
|
+
[1m[35m (1.0ms)[0m commit transaction
|
|
71758
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
71759
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["zip", "13004"]]
|
|
71760
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
71761
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71762
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["email", "contact@aaa.com"], ["fax", "09xxxxxxx"], ["name", "aaa"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
|
|
71763
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 1], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
|
|
71764
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
71765
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
71766
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["city", "Marseille"], ["country", "France"], ["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["zip", "13004"]]
|
|
71767
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71768
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
71769
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00], ["email", "contact@zzz.com"], ["fax", "09xxxxxxx"], ["name", "zzz"], ["phone", "06xxxxxxxx"], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
|
|
71770
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "addressable_type" = ?, "addressable_id" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 4[0m [["addressable_type", "CustomerVault::Corporation"], ["addressable_id", 2], ["updated_at", Wed, 08 Apr 2015 16:28:55 UTC +00:00]]
|
|
71771
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
71772
|
+
Started GET "/customer_vault/people" for 127.0.0.1 at 2015-04-08 18:28:55 +0200
|
|
71773
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
71774
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
|
71775
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
|
71776
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
|
|
71777
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.3ms)
|
|
71778
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
|
|
71779
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
|
71780
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms)
|
|
71781
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (3.8ms)
|
|
71782
|
+
Completed 200 OK in 7ms (Views: 4.6ms | ActiveRecord: 0.4ms)
|
|
71783
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:55 +0200
|
|
71784
|
+
Started GET "/customer_vault/people?q=aaa" for 127.0.0.1 at 2015-04-08 18:28:57 +0200
|
|
71785
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
71786
|
+
Parameters: {"q"=>"aaa"}
|
|
71787
|
+
[1m[36mCustomerVault::Individual Load (0.3ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE (((LOWER(CAST(customer_vault_individuals.id AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.first_name AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.last_name AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.email AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.title AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.twitter AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.www AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.context AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.phone AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.fax AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.mobile AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.created_at AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_individuals.updated_at AS TEXT)) LIKE '%aaa%')))[0m
|
|
71788
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE (((LOWER(CAST(customer_vault_corporations.id AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.name AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.email AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.phone AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.fax AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.created_at AS TEXT)) LIKE '%aaa%') OR (LOWER(CAST(customer_vault_corporations.updated_at AS TEXT)) LIKE '%aaa%')))
|
|
71789
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.5ms)
|
|
71790
|
+
Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms)
|
|
71791
|
+
Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (2.8ms)
|
|
71792
|
+
Completed 200 OK in 7ms (Views: 3.8ms | ActiveRecord: 0.5ms)
|
|
71793
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:28:57 +0200
|
|
71794
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
|
71795
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71796
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
|
71797
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_individuals";
|
|
71798
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71799
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
|
71800
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
|
71801
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71802
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
|
71803
|
+
[1m[35m (1.2ms)[0m DELETE FROM "customer_vault_links";
|
|
71804
|
+
[1m[36m (0.2ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
|
71805
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
|
71806
|
+
[1m[36m (1.8ms)[0m [1mDELETE FROM "dorsale_comments";[0m
|
|
71807
|
+
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
|
71808
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_comments';[0m
|