customer_vault 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/views/customer_vault/corporations/edit.html.slim +1 -1
- data/app/views/customer_vault/individuals/_list_details.html.slim +1 -2
- data/lib/customer_vault/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +2123 -0
- data/spec/views/customer_vault/people/index.html.slim_spec.rb +2 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b11991911843da5c0ddf61aebbbc8d33a217ea9e
|
4
|
+
data.tar.gz: 5c710d1dad7c0e7250ebfc9aa9876df27cbf462b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3263fe2e457a7a7091169cb4172663dadd3ece6a323e5060123ab5a719a89652675b1c373df71d3e542c1aec6107c1592c89a5a04bff200f2646afb02275b12f
|
7
|
+
data.tar.gz: 1ed6b4817391da3ff3cb939ac6686e72346ce1c74d5cbdd4d863ae1497b9e5bc9bbf4401f051762f9969e2598405d7d05f84b90195b38f9811b8c2f0941c8907
|
@@ -5,8 +5,7 @@
|
|
5
5
|
.col-lg-11
|
6
6
|
.row.top-buffer
|
7
7
|
.col-lg-12 id='name'
|
8
|
-
span.bold.
|
9
|
-
span.bold.last_name #{i.last_name}
|
8
|
+
span.bold.name #{i.name}
|
10
9
|
- if defined? link
|
11
10
|
= render partial: 'customer_vault/links/title', locals: {link: link, person: person}
|
12
11
|
.row
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/spec/dummy/log/test.log
CHANGED
@@ -55786,3 +55786,2126 @@ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.4ms)
|
|
55786
55786
|
[1m[36m (0.6ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
55787
55787
|
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
55788
55788
|
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
55789
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
55790
|
+
[1m[35m (0.1ms)[0m begin transaction
|
55791
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
55792
|
+
[1m[35mSQL (2.6ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "gay_gusikowski@vonruedenschuster.info"], ["fax", "09xxxxxxx"], ["name", "Kuhlman Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55793
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55794
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
55795
|
+
Parameters: {"id"=>"1"}
|
55796
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
55797
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (0.2ms)
|
55798
|
+
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.1ms)
|
55799
|
+
[1m[36m (6.5ms)[0m [1mrollback transaction[0m
|
55800
|
+
[1m[35m (0.1ms)[0m begin transaction
|
55801
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
55802
|
+
Completed 200 OK in 63ms (Views: 1.6ms | ActiveRecord: 0.3ms)
|
55803
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
55804
|
+
[1m[35m (0.0ms)[0m begin transaction
|
55805
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
55806
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "floyd_walsh@borer.net"], ["fax", "09xxxxxxx"], ["name", "McKenzie Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55807
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55808
|
+
Processing by CustomerVault::CorporationsController#edit as HTML
|
55809
|
+
Parameters: {"id"=>"1"}
|
55810
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
55811
|
+
[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"]]
|
55812
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.2ms)
|
55813
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55814
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55815
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
55816
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
55817
|
+
Parameters: {"corporation"=>{"name"=>"Marvin Corp", "email"=>"claria_gleason@jaskolski.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
55818
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
55819
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "claria_gleason@jaskolski.biz"], ["fax", "09xxxxxxx"], ["name", "Marvin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55820
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55821
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
55822
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
55823
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
55824
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
55825
|
+
[1m[35m (0.0ms)[0m begin transaction
|
55826
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
55827
|
+
Parameters: {"corporation"=>{"name"=>"Jakubowski Corp", "email"=>"asa@weber.com", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
55828
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
55829
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "asa@weber.com"], ["fax", "09xxxxxxx"], ["name", "Jakubowski Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55830
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55831
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
55832
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
55833
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55834
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
55835
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
55836
|
+
Parameters: {"corporation"=>{"name"=>"Runte Corp", "email"=>"verda.ortiz@kuvalis.biz", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
55837
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
55838
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "verda.ortiz@kuvalis.biz"], ["fax", "09xxxxxxx"], ["name", "Runte Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55839
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55840
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
55841
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
55842
|
+
[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
|
55843
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55844
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55845
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
55846
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
55847
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55848
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
55849
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
55850
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
55851
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55852
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
55853
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
55854
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55855
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
55856
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
55857
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
55858
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55859
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55860
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "arianna.kreiger@armstrong.biz"], ["fax", "09xxxxxxx"], ["name", "Hilll Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55861
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
55862
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
55863
|
+
Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
|
55864
|
+
[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"]]
|
55865
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55866
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "customer_vault_corporations" SET "name" = ?, "updated_at" = ? WHERE "customer_vault_corporations"."id" = 1[0m [["name", "New name"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55867
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55868
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
55869
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
55870
|
+
[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]]
|
55871
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55872
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55873
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55874
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "ray@trantowgerlach.org"], ["fax", "09xxxxxxx"], ["name", "Keebler Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55875
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55876
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
55877
|
+
Parameters: {"corporation"=>{"name"=>"Keebler Corp", "email"=>"ray@trantowgerlach.org", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
|
55878
|
+
[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"]]
|
55879
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55880
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55881
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
55882
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
55883
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55884
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
55885
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
55886
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "kianna.jaskolski@denesik.name"], ["fax", "09xxxxxxx"], ["name", "Cronin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55887
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55888
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
55889
|
+
Parameters: {"corporation"=>{"name"=>"Cronin Corp", "email"=>"kianna.jaskolski@denesik.name", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
|
55890
|
+
[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"]]
|
55891
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55892
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55893
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
55894
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
55895
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55897
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55898
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "zoey.feeney@olsonrippin.info"], ["fax", "09xxxxxxx"], ["name", "Langworth Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55899
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55900
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
55901
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
55902
|
+
[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"]]
|
55903
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55904
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
55905
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
55906
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
55907
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55908
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55909
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "dewitt@emmerich.org"], ["fax", "09xxxxxxx"], ["name", "Maggio Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55910
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55911
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
55912
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
55913
|
+
[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"]]
|
55914
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55915
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
55916
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
55917
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55918
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55919
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55920
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "emelia@lindwalter.org"], ["fax", "09xxxxxxx"], ["name", "Green Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55921
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55922
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
55923
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
55924
|
+
Parameters: {"id"=>"1"}
|
55925
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
55926
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
55927
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
|
55928
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55929
|
+
Redirected to http://test.host/customer_vault/people
|
55930
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
55931
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
55932
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
55933
|
+
[1m[35m (0.0ms)[0m begin transaction
|
55934
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
55935
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "cordie@turnerreichel.info"], ["fax", "09xxxxxxx"], ["name", "Hahn Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
55936
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55937
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
55938
|
+
Parameters: {"id"=>"1"}
|
55939
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
55940
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
55941
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
|
55942
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55943
|
+
Redirected to http://test.host/customer_vault/people
|
55944
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
55945
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55946
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55947
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
55948
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
55949
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55950
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
55951
|
+
Parameters: {"id"=>"1"}
|
55952
|
+
[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"]]
|
55953
|
+
Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
55954
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55955
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
55956
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
55957
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
55958
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
55959
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
55960
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55961
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
55962
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55963
|
+
Processing by CustomerVault::IndividualsController#edit as HTML
|
55964
|
+
Parameters: {"id"=>"1"}
|
55965
|
+
[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"]]
|
55966
|
+
[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"]]
|
55967
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)
|
55968
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
55969
|
+
[1m[35m (0.0ms)[0m begin transaction
|
55970
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
55971
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
55972
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
55973
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55974
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
55975
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55976
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
55977
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
55978
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
55979
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
55980
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
55981
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
55982
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
55983
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
55984
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
55985
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
55986
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
55987
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
55988
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
55989
|
+
[1m[35m (0.1ms)[0m begin transaction
|
55990
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
55991
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
55992
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
55993
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
55994
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
55995
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
55996
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
55997
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" ORDER BY "customer_vault_individuals"."id" DESC LIMIT 1
|
55998
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
55999
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56000
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
56001
|
+
Parameters: {"individual"=>{"last_name"=>""}}
|
56002
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56003
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
56004
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
56005
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56006
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56007
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
56008
|
+
Parameters: {"individual"=>{"last_name"=>""}}
|
56009
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56010
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
56011
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
56012
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56013
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56014
|
+
[1m[36m (0.6ms)[0m [1mSAVEPOINT active_record_1[0m
|
56015
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
56016
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56017
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56018
|
+
Parameters: {"individual"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
|
56019
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56020
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56021
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "customer_vault_individuals" SET "first_name" = ?, "updated_at" = ? WHERE "customer_vault_individuals"."id" = 1 [["first_name", "Stroumph"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00]]
|
56022
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56023
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
56024
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
56025
|
+
[1m[35mCustomerVault::Individual Load (0.0ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
56026
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56027
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56028
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56029
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
56030
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56031
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56032
|
+
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"}
|
56033
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56034
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56035
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56036
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
56037
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
56038
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56039
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56040
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56041
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
56042
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56043
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56044
|
+
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"}
|
56045
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56046
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56047
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56048
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
56049
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
56050
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56051
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56052
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56053
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
56054
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56055
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56056
|
+
Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
|
56057
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56058
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56059
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
56060
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
|
56061
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56062
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56063
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56064
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
56065
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56066
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56067
|
+
Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
|
56068
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56069
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56070
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
56071
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
56072
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56073
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56074
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56075
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
56076
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56077
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_individuals"
|
56078
|
+
Processing by CustomerVault::IndividualsController#destroy as HTML
|
56079
|
+
Parameters: {"id"=>"1"}
|
56080
|
+
[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"]]
|
56081
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56082
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ?[0m [["id", 1]]
|
56083
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56084
|
+
Redirected to http://test.host/customer_vault/people
|
56085
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.5ms)
|
56086
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
56087
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
56088
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56089
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56090
|
+
[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", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:46 UTC +00:00], ["www", "MyString"]]
|
56091
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56092
|
+
Processing by CustomerVault::IndividualsController#destroy as HTML
|
56093
|
+
Parameters: {"id"=>"1"}
|
56094
|
+
[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"]]
|
56095
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56096
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ?[0m [["id", 1]]
|
56097
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56098
|
+
Redirected to http://test.host/customer_vault/people
|
56099
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
56100
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56101
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56102
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56103
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56104
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56105
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56106
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56107
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56108
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56109
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56110
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56111
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56112
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56113
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56114
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56115
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56116
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56117
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56118
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56119
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56120
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "albina@trompconn.biz"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56121
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56122
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56123
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56124
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
56125
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
56126
|
+
Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.2ms)
|
56127
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56128
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56129
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56130
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56131
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56132
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56133
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56134
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56135
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56136
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56137
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56138
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56139
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56140
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56141
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56142
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56143
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56144
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56145
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56146
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56147
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "stephania@kshlerin.net"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56148
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56149
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56150
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56151
|
+
Parameters: {"sort"=>"name"}
|
56152
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
56153
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
56154
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
56155
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56156
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56157
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56158
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56159
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56160
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56161
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56162
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56163
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56164
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56165
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56166
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
56167
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56168
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56169
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56170
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56171
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56172
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56173
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56174
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56175
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "marcia.witting@botsford.biz"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56176
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56177
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56178
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56179
|
+
Parameters: {"sort"=>"-name"}
|
56180
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
56181
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
56182
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)
|
56183
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56184
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56185
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56186
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56187
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56188
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56189
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56190
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56191
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56192
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56193
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56194
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56195
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56196
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56197
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56198
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56199
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56200
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56201
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56202
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56203
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "hester@cormier.com"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56204
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56205
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56206
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56207
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["zip", "c123"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56208
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56209
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56210
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["zip", "b123"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56211
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56212
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56213
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["zip", "a123"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56214
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56215
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56216
|
+
Parameters: {"sort"=>"zip"}
|
56217
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
56218
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
56219
|
+
[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"]]
|
56220
|
+
[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"]]
|
56221
|
+
[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"]]
|
56222
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)
|
56223
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56224
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56225
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56226
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56227
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56228
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56229
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56230
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56231
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56232
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56233
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56234
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56235
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56236
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56237
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56238
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
56239
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56240
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56241
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56242
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56243
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "niko@nienow.net"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56244
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56245
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56246
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56247
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["zip", "c123"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56248
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56249
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56250
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["zip", "b123"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56251
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56252
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56253
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["zip", "a123"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56254
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56255
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56256
|
+
Parameters: {"sort"=>"-zip"}
|
56257
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
56258
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
56259
|
+
[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"]]
|
56260
|
+
[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"]]
|
56261
|
+
[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"]]
|
56262
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)
|
56263
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56264
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56265
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
56266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56267
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
56268
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56269
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56270
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56271
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
56272
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56273
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56274
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56275
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56276
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56277
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56278
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56279
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56280
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56281
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56282
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56283
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56284
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56285
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56286
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56287
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56288
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56289
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56290
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56291
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "hortense@walter.net"], ["fax", "09xxxxxxx"], ["name", "Tromp Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56292
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56293
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56294
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
56295
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56296
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56297
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56298
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56299
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56300
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56301
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56302
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56303
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56304
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "jayce.ankunding@fadelpfannerstill.com"], ["fax", "09xxxxxxx"], ["name", "Bergstrom Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56305
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56306
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56307
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56308
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56309
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56310
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56311
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "gerald.feeney@padbergkling.org"], ["fax", "09xxxxxxx"], ["name", "Collins Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56312
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56313
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56314
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56315
|
+
[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::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["title", "h"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56316
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56317
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56318
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56319
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56320
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56321
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56322
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56323
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56324
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56325
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["title", "m"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56326
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56327
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56328
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56329
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56330
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56331
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56332
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56333
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56334
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56335
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["title", "p"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56336
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56337
|
+
[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'
|
56338
|
+
[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]]
|
56339
|
+
[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'
|
56340
|
+
[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]]
|
56341
|
+
[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'
|
56342
|
+
[1m[36mCustomerVault::Corporation Load (0.0ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 2]]
|
56343
|
+
[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'
|
56344
|
+
[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]]
|
56345
|
+
[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'
|
56346
|
+
[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
|
56347
|
+
[1m[35mCustomerVault::Corporation Load (0.0ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
56348
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
56349
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56350
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56351
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56352
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56353
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56354
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "bill@schuppehane.org"], ["fax", "09xxxxxxx"], ["name", "DuBuque Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56355
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56356
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56357
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56358
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56359
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56360
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56361
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "eleanore_white@ward.name"], ["fax", "09xxxxxxx"], ["name", "Braun Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56362
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56363
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56364
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56365
|
+
[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::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["title", "h"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56366
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56367
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56368
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56369
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56370
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56371
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56372
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56373
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56374
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56375
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["title", "m"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56376
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56377
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56378
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["zip", "13004"]]
|
56379
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56380
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56381
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56382
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56383
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56384
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56385
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["title", "p"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56386
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56387
|
+
[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'
|
56388
|
+
[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]]
|
56389
|
+
[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'
|
56390
|
+
[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]]
|
56391
|
+
[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'
|
56392
|
+
[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]]
|
56393
|
+
[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'
|
56394
|
+
[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]]
|
56395
|
+
[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'
|
56396
|
+
[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]]
|
56397
|
+
[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'
|
56398
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
56399
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56400
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56401
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56402
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56403
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56404
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56405
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56406
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56407
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56408
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56409
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56410
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56411
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56412
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56413
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56414
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56415
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56416
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56417
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56418
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56419
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56420
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56421
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56422
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56423
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56424
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56425
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56426
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56427
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56428
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56429
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56430
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56431
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56432
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56433
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56434
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56435
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56436
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56437
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56438
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56439
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56440
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56441
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56442
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56443
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56444
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56445
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56446
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56447
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56448
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56449
|
+
[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"]]
|
56450
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (11.6ms)
|
56451
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56452
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56453
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (6.7ms)
|
56454
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56455
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56456
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56457
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56458
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56459
|
+
[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"]]
|
56460
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (9.3ms)
|
56461
|
+
[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
|
56462
|
+
[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'
|
56463
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56464
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56465
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56466
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "MyString"]]
|
56467
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56468
|
+
[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"]]
|
56469
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (13.8ms)
|
56470
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56471
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56472
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (10.9ms)
|
56473
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56474
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56475
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56476
|
+
[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", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["first_name", "First Name"], ["last_name", "Last Name"], ["mobile", "Mobile"], ["phone", "Phone"], ["title", "Title"], ["twitter", "Twitter"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["www", "Www"]]
|
56477
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56478
|
+
[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"]]
|
56479
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (11.7ms)
|
56480
|
+
[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
|
56481
|
+
[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'
|
56482
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56483
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56484
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56485
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Sat, 01 Nov 2014 15:46:47 UTC +00:00]]
|
56486
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56487
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (8.0ms)
|
56488
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (59.0ms)
|
56489
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56490
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
56491
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56492
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56493
|
+
[1m[35mSQL (2.8ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "douglas.emmerich@blanda.biz"], ["fax", "09xxxxxxx"], ["name", "Barrows Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56494
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56495
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
56496
|
+
Parameters: {"id"=>"1"}
|
56497
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
56498
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (0.2ms)
|
56499
|
+
Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.1ms)
|
56500
|
+
[1m[36m (6.7ms)[0m [1mrollback transaction[0m
|
56501
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56502
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
56503
|
+
Completed 200 OK in 65ms (Views: 1.6ms | ActiveRecord: 0.3ms)
|
56504
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56505
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56506
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56507
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "renee_damore@veum.net"], ["fax", "09xxxxxxx"], ["name", "Mann Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56508
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56509
|
+
Processing by CustomerVault::CorporationsController#edit as HTML
|
56510
|
+
Parameters: {"id"=>"1"}
|
56511
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
56512
|
+
[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"]]
|
56513
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.2ms)
|
56514
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
56515
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56516
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
56517
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
56518
|
+
Parameters: {"corporation"=>{"name"=>"Shanahan Corp", "email"=>"madyson@tromp.com", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
56519
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56520
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "madyson@tromp.com"], ["fax", "09xxxxxxx"], ["name", "Shanahan Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56521
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56522
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
56523
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
56524
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
56525
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56526
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56527
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
56528
|
+
Parameters: {"corporation"=>{"name"=>"Schowalter Corp", "email"=>"haylee@breitenberg.net", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
56529
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56530
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "haylee@breitenberg.net"], ["fax", "09xxxxxxx"], ["name", "Schowalter Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56531
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56532
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
56533
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
56534
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
56535
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56536
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
56537
|
+
Parameters: {"corporation"=>{"name"=>"Trantow Corp", "email"=>"tyler.sawayn@aufderhargislason.net", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}}
|
56538
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56539
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "tyler.sawayn@aufderhargislason.net"], ["fax", "09xxxxxxx"], ["name", "Trantow Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56540
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56541
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
56542
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
56543
|
+
[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
|
56544
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
56545
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56546
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
56547
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
56548
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56549
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
56550
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
56551
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
56552
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56553
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
56554
|
+
Parameters: {"corporation"=>{"name"=>""}}
|
56555
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56556
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
56557
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
56558
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
56559
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56560
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56561
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "bria@lebsack.name"], ["fax", "09xxxxxxx"], ["name", "Hansen Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56562
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56563
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
56564
|
+
Parameters: {"corporation"=>{"name"=>"New name"}, "id"=>"1"}
|
56565
|
+
[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"]]
|
56566
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56567
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "customer_vault_corporations" SET "name" = ?, "updated_at" = ? WHERE "customer_vault_corporations"."id" = 1[0m [["name", "New name"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56568
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56569
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
56570
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
56571
|
+
[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]]
|
56572
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56573
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56574
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56575
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "madalyn_legros@gleasonbergstrom.info"], ["fax", "09xxxxxxx"], ["name", "Fay Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56576
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56577
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
56578
|
+
Parameters: {"corporation"=>{"name"=>"Fay Corp", "email"=>"madalyn_legros@gleasonbergstrom.info", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
|
56579
|
+
[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"]]
|
56580
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56581
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56582
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
56583
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
56584
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56585
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56586
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56587
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "randy_kutch@lakinpadberg.net"], ["fax", "09xxxxxxx"], ["name", "Lang Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56588
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
56589
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
56590
|
+
Parameters: {"corporation"=>{"name"=>"Lang Corp", "email"=>"randy_kutch@lakinpadberg.net", "phone"=>"06xxxxxxxx", "fax"=>"09xxxxxxx"}, "id"=>"1"}
|
56591
|
+
[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"]]
|
56592
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56593
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56594
|
+
Redirected to http://test.host/customer_vault/corporations/1
|
56595
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
56596
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
56597
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56598
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56599
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "onie@funkmedhurst.com"], ["fax", "09xxxxxxx"], ["name", "Bashirian Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56600
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56601
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
56602
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
56603
|
+
[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"]]
|
56604
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56605
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
56606
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
56607
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56608
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56609
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56610
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "eugenia@steuber.org"], ["fax", "09xxxxxxx"], ["name", "White Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56611
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56612
|
+
Processing by CustomerVault::CorporationsController#update as HTML
|
56613
|
+
Parameters: {"corporation"=>{"name"=>""}, "id"=>"1"}
|
56614
|
+
[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"]]
|
56615
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56616
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
56617
|
+
Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)
|
56618
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56619
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56620
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56621
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "karina.bogisich@reichel.net"], ["fax", "09xxxxxxx"], ["name", "Sawayn Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56622
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56623
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_corporations"[0m
|
56624
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
56625
|
+
Parameters: {"id"=>"1"}
|
56626
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
56627
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56628
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
|
56629
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56630
|
+
Redirected to http://test.host/customer_vault/people
|
56631
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
56632
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_corporations"
|
56633
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56634
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56635
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56636
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "mona.parisian@braunkuvalis.org"], ["fax", "09xxxxxxx"], ["name", "Haag Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00]]
|
56637
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56638
|
+
Processing by CustomerVault::CorporationsController#destroy as HTML
|
56639
|
+
Parameters: {"id"=>"1"}
|
56640
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
56641
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56642
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? [["id", 1]]
|
56643
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56644
|
+
Redirected to http://test.host/customer_vault/people
|
56645
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
56646
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
56647
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56648
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56649
|
+
[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", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["www", "MyString"]]
|
56650
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56651
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
56652
|
+
Parameters: {"id"=>"1"}
|
56653
|
+
[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"]]
|
56654
|
+
Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms)
|
56655
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
56656
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56657
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
56658
|
+
Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
56659
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
56660
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56661
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56662
|
+
[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", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["www", "MyString"]]
|
56663
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56664
|
+
Processing by CustomerVault::IndividualsController#edit as HTML
|
56665
|
+
Parameters: {"id"=>"1"}
|
56666
|
+
[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"]]
|
56667
|
+
[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"]]
|
56668
|
+
Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)
|
56669
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56670
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56671
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
56672
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
56673
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
56674
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56675
|
+
[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", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["www", "MyString"]]
|
56676
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56677
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
56678
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
|
56679
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
56680
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
56681
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56682
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
56683
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
56684
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56685
|
+
[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", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["www", "MyString"]]
|
56686
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56687
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
56688
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
56689
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56690
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56691
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
56692
|
+
Parameters: {"individual"=>{"first_name"=>"MyString", "last_name"=>"MyString", "email"=>"MyString", "title"=>"MyString", "twitter"=>"MyString", "www"=>"MyString", "context"=>"MyText", "phone"=>"MyString", "fax"=>"MyString", "mobile"=>"MyString"}}
|
56693
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56694
|
+
[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", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:36 UTC +00:00], ["www", "MyString"]]
|
56695
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56696
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
56697
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
|
56698
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" ORDER BY "customer_vault_individuals"."id" DESC LIMIT 1
|
56699
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56700
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56701
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
56702
|
+
Parameters: {"individual"=>{"last_name"=>""}}
|
56703
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56704
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
56705
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
56706
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56707
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56708
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
56709
|
+
Parameters: {"individual"=>{"last_name"=>""}}
|
56710
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56711
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
56712
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
56713
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56714
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56715
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56716
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56717
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56718
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56719
|
+
Parameters: {"individual"=>{"first_name"=>"Stroumph"}, "id"=>"1"}
|
56720
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56721
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56722
|
+
[1m[35mSQL (0.8ms)[0m UPDATE "customer_vault_individuals" SET "first_name" = ?, "updated_at" = ? WHERE "customer_vault_individuals"."id" = 1 [["first_name", "Stroumph"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56723
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56724
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
56725
|
+
Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
|
56726
|
+
[1m[35mCustomerVault::Individual Load (0.0ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
56727
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56728
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56729
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56730
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56731
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56732
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56733
|
+
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"}
|
56734
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56735
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56736
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56737
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
56738
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
56739
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56740
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56741
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56742
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56743
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56744
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56745
|
+
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"}
|
56746
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56747
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56748
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56749
|
+
Redirected to http://test.host/customer_vault/individuals/1
|
56750
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
56751
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56752
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56753
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56754
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56755
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56756
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56757
|
+
Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
|
56758
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56759
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56760
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
56761
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
56762
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56763
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56764
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56765
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56766
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56767
|
+
Processing by CustomerVault::IndividualsController#update as HTML
|
56768
|
+
Parameters: {"individual"=>{"last_name"=>""}, "id"=>"1"}
|
56769
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
56770
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56771
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
56772
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
56773
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56774
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56775
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56776
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56777
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56778
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "customer_vault_individuals"
|
56779
|
+
Processing by CustomerVault::IndividualsController#destroy as HTML
|
56780
|
+
Parameters: {"id"=>"1"}
|
56781
|
+
[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"]]
|
56782
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56783
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ?[0m [["id", 1]]
|
56784
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56785
|
+
Redirected to http://test.host/customer_vault/people
|
56786
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
56787
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "customer_vault_individuals"[0m
|
56788
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
56789
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56790
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56791
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56792
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56793
|
+
Processing by CustomerVault::IndividualsController#destroy as HTML
|
56794
|
+
Parameters: {"id"=>"1"}
|
56795
|
+
[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"]]
|
56796
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56797
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ?[0m [["id", 1]]
|
56798
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56799
|
+
Redirected to http://test.host/customer_vault/people
|
56800
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
56801
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56802
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56803
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56804
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56805
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56806
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56807
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56808
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56809
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56810
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56811
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56812
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56813
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56814
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56815
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56816
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56817
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56818
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56819
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56820
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56821
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "walker@swift.name"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56822
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56823
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56824
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56825
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
56826
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
56827
|
+
Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
|
56828
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56829
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56830
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56831
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56832
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56833
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56834
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56835
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56836
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56837
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
56838
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56839
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56840
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56841
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56842
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56843
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56844
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56845
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56846
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56847
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56848
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "theo@predovicokon.name"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56849
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56850
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56851
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56852
|
+
Parameters: {"sort"=>"name"}
|
56853
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
56854
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
56855
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)
|
56856
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
56857
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56858
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56859
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56860
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56861
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56862
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56863
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56864
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56865
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56866
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56867
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56868
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56869
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56870
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56871
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56872
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56873
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56874
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56875
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56876
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "korbin@osinski.name"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56877
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56878
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56879
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56880
|
+
Parameters: {"sort"=>"-name"}
|
56881
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
56882
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
56883
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
56884
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56885
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56886
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56887
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56888
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56889
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56890
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56891
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56892
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56893
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56894
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56895
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56896
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56897
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56898
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56899
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56900
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56901
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56902
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56903
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56904
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "renee@wolffernser.com"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56905
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56906
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56907
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56908
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1 [["zip", "c123"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56909
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56910
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56911
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2[0m [["zip", "b123"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56912
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56913
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56914
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3 [["zip", "a123"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56915
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56916
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56917
|
+
Parameters: {"sort"=>"zip"}
|
56918
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
56919
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
56920
|
+
[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"]]
|
56921
|
+
[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"]]
|
56922
|
+
[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"]]
|
56923
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)
|
56924
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
56925
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56926
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56927
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56928
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56929
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56930
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Alice"], ["last_name", "Zarston"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56931
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56932
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56933
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56934
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56935
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56936
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56937
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "Bob"], ["last_name", "Tilan"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56938
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56939
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56940
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56941
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56942
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56943
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56944
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "nellie@koepp.net"], ["fax", "09xxxxxxx"], ["name", "Zorg Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56945
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56946
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56947
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56948
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 1[0m [["zip", "c123"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56949
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56950
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56951
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 2 [["zip", "b123"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56952
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56953
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56954
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "dorsale_addresses" SET "zip" = ?, "updated_at" = ? WHERE "dorsale_addresses"."id" = 3[0m [["zip", "a123"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56955
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56956
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
56957
|
+
Parameters: {"sort"=>"-zip"}
|
56958
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
56959
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
56960
|
+
[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"]]
|
56961
|
+
[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"]]
|
56962
|
+
[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"]]
|
56963
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)
|
56964
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
56965
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
56966
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
56967
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56968
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
56969
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
56970
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56971
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56972
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56973
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56974
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56975
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
56976
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56977
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56978
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56979
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56980
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56981
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56982
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56983
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56984
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
56985
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
56986
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56987
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
56988
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
56989
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
56990
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56991
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
56992
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "myrtle@aufderhar.biz"], ["fax", "09xxxxxxx"], ["name", "Gorczany Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56993
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
56994
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
56995
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
56996
|
+
[1m[35m (0.1ms)[0m begin transaction
|
56997
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
56998
|
+
[1m[35m (0.0ms)[0m begin transaction
|
56999
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57000
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57001
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57002
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
57003
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57004
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57005
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "marianna@glover.biz"], ["fax", "09xxxxxxx"], ["name", "O'Connell Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57006
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57007
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57008
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57009
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
57010
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57011
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57012
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "jey@schowalter.com"], ["fax", "09xxxxxxx"], ["name", "Ankunding Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57013
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57014
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57015
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
57016
|
+
[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::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["title", "h"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57017
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57018
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57019
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
57020
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
57021
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57022
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
57023
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57024
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57025
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
57026
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["title", "m"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57027
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57028
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57029
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
57030
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57031
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57032
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
57033
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57034
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57035
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57036
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["title", "p"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57037
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57038
|
+
[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'
|
57039
|
+
[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]]
|
57040
|
+
[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'
|
57041
|
+
[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]]
|
57042
|
+
[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'
|
57043
|
+
[1m[36mCustomerVault::Corporation Load (0.0ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1[0m [["id", 2]]
|
57044
|
+
[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'
|
57045
|
+
[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]]
|
57046
|
+
[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'
|
57047
|
+
[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
|
57048
|
+
[1m[35mCustomerVault::Corporation Load (0.0ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
57049
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
57050
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57051
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
57052
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
57053
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57054
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57055
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "clement.torp@cronin.com"], ["fax", "09xxxxxxx"], ["name", "Schaden Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57056
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57057
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57058
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
57059
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
57060
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
57061
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57062
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "adrien@durgan.name"], ["fax", "09xxxxxxx"], ["name", "Glover Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57063
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57064
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
57065
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
57066
|
+
[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::Corporation"], ["bob_id", 2], ["bob_type", "CustomerVault::Corporation"], ["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["title", "h"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57067
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57068
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
57069
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
57070
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57071
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57072
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
57073
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57074
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57075
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
57076
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["title", "m"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57077
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57078
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57079
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["zip", "13004"]]
|
57080
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
57081
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57082
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
57083
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57084
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57085
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57086
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["title", "p"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57087
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57088
|
+
[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'
|
57089
|
+
[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]]
|
57090
|
+
[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'
|
57091
|
+
[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]]
|
57092
|
+
[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'
|
57093
|
+
[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]]
|
57094
|
+
[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'
|
57095
|
+
[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]]
|
57096
|
+
[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'
|
57097
|
+
[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]]
|
57098
|
+
[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'
|
57099
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
57100
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57101
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57102
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57103
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
57104
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57105
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57106
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57107
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
57108
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57109
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57110
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57111
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57112
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57113
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
57114
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57115
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57116
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57117
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57118
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57119
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57120
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57121
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57122
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57123
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57124
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57125
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57126
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57127
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57128
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57129
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57130
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57131
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
57132
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57133
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57134
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57135
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57136
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57137
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57138
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57139
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57140
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57141
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57142
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57143
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57144
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57145
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57146
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57147
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57148
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["name", "MyString"], ["phone", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57149
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57150
|
+
[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"]]
|
57151
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (12.3ms)
|
57152
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
57153
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57154
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (6.9ms)
|
57155
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
57156
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57157
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57158
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57159
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57160
|
+
[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"]]
|
57161
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (8.9ms)
|
57162
|
+
[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
|
57163
|
+
[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'
|
57164
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
57165
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57166
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57167
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "MyString"]]
|
57168
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57169
|
+
[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"]]
|
57170
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (13.6ms)
|
57171
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
57172
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57173
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (11.6ms)
|
57174
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
57175
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57176
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57177
|
+
[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", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["first_name", "First Name"], ["last_name", "Last Name"], ["mobile", "Mobile"], ["phone", "Phone"], ["title", "Title"], ["twitter", "Twitter"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["www", "Www"]]
|
57178
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57179
|
+
[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"]]
|
57180
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (11.6ms)
|
57181
|
+
[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
|
57182
|
+
[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'
|
57183
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
57184
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57185
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
57186
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00], ["email", "Email"], ["fax", "Fax"], ["name", "Name"], ["phone", "Phone"], ["updated_at", Sat, 01 Nov 2014 15:47:37 UTC +00:00]]
|
57187
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57188
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (8.2ms)
|
57189
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (63.0ms)
|
57190
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
57191
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
57192
|
+
[1m[35m (0.0ms)[0m commit transaction
|
57193
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57194
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2014-11-01 16:47:49 +0100
|
57195
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
57196
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (6.6ms)
|
57197
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (355.9ms)
|
57198
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (375.8ms)
|
57199
|
+
Completed 200 OK in 485ms (Views: 445.5ms | ActiveRecord: 1.2ms)
|
57200
|
+
Started POST "/customer_vault/corporations" for 127.0.0.1 at 2014-11-01 16:47:50 +0100
|
57201
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
57202
|
+
Parameters: {"utf8"=>"✓", "corporation"=>{"name"=>"AGILiDEE", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}, "commit"=>"Valider"}
|
57203
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
57204
|
+
[1m[36mSQL (3.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", ""], ["fax", ""], ["name", "AGILiDEE"], ["phone", ""], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57205
|
+
[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::Corporation"], ["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", ""], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57206
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57207
|
+
Redirected to http://www.example.com/customer_vault/corporations/1
|
57208
|
+
Completed 302 Found in 9ms (ActiveRecord: 3.5ms)
|
57209
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2014-11-01 16:47:50 +0100
|
57210
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
57211
|
+
Parameters: {"id"=>"1"}
|
57212
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
57213
|
+
[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"]]
|
57214
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (9.1ms)
|
57215
|
+
[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'
|
57216
|
+
[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
|
57217
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (21.4ms)
|
57218
|
+
Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.5ms)
|
57219
|
+
[1m[35m (6.5ms)[0m rollback transaction
|
57220
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57221
|
+
[1m[35m (0.0ms)[0m commit transaction
|
57222
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57223
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
57224
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57225
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57226
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57227
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "amos.bergstrom@prohaska.net"], ["fax", "09xxxxxxx"], ["name", "O'Keefe Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57228
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57229
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57230
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57231
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57232
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57233
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57234
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "mohammad.skiles@daniel.name"], ["fax", "09xxxxxxx"], ["name", "Jaskolski Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57235
|
+
[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", 2], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57236
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57237
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57238
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57239
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57240
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57241
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "christopher@abernathykreiger.org"], ["fax", "09xxxxxxx"], ["name", "Rippin Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57242
|
+
[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", 3], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57243
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57244
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57245
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57246
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57247
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57248
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "lewis_streich@bins.name"], ["fax", "09xxxxxxx"], ["name", "Christiansen Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57249
|
+
[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", 4], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57250
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57251
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57252
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57253
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57254
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57255
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "joshuah@casper.name"], ["fax", "09xxxxxxx"], ["name", "Johnson Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57256
|
+
[1m[36mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57257
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57258
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57259
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57260
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57261
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57262
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "julien.mueller@murray.org"], ["fax", "09xxxxxxx"], ["name", "Upton Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57263
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57264
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57265
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57266
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57267
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57268
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57269
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "bret.kilback@parisianbrakus.net"], ["fax", "09xxxxxxx"], ["name", "Walker Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57270
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57271
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57272
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57273
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57274
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57275
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57276
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "magnolia.grimes@graham.biz"], ["fax", "09xxxxxxx"], ["name", "Leuschke Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57277
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57278
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57279
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57280
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57281
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57282
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57283
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "abelardo.doyle@flatley.com"], ["fax", "09xxxxxxx"], ["name", "Nicolas Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57284
|
+
[1m[36mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57285
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57286
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57287
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57288
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57289
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57290
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "reid.wiza@willhayes.com"], ["fax", "09xxxxxxx"], ["name", "Medhurst Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57291
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57292
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57293
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57294
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57295
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57296
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57297
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "roscoe_collier@volkman.org"], ["fax", "09xxxxxxx"], ["name", "Gottlieb Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57298
|
+
[1m[36mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57299
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57300
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57301
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57302
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57303
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57304
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "ellen@murphy.com"], ["fax", "09xxxxxxx"], ["name", "Thiel Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57305
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57306
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57307
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57308
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57309
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57310
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57311
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "victoria.blanda@dickens.com"], ["fax", "09xxxxxxx"], ["name", "Spinka Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57312
|
+
[1m[36mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57313
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57314
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57315
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?) [["city", "Marseille"], ["country", "France"], ["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57316
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57317
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57318
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "jeramy_mcclure@handkuvalis.info"], ["fax", "09xxxxxxx"], ["name", "Hartmann Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57319
|
+
[1m[35mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57320
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
57321
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
57322
|
+
[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["zip", "13004"]]
|
57323
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57324
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
57325
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00], ["email", "aidan.simonis@welch.net"], ["fax", "09xxxxxxx"], ["name", "Shields Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57326
|
+
[1m[36mSQL (0.1ms)[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", Sat, 01 Nov 2014 15:47:50 UTC +00:00]]
|
57327
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
57328
|
+
Started GET "/customer_vault/people" for 127.0.0.1 at 2014-11-01 16:47:50 +0100
|
57329
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
57330
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
57331
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
57332
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (8.1ms)
|
57333
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57334
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57335
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57336
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57337
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57338
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57339
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57340
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (30.4ms)
|
57341
|
+
Completed 200 OK in 38ms (Views: 33.1ms | ActiveRecord: 0.2ms)
|
57342
|
+
Started GET "/customer_vault/people?page=2" for 127.0.0.1 at 2014-11-01 16:47:50 +0100
|
57343
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
57344
|
+
Parameters: {"page"=>"2"}
|
57345
|
+
[1m[36mCustomerVault::Individual Load (0.1ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals"[0m
|
57346
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
|
57347
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.5ms)
|
57348
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57349
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57350
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57351
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57352
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57353
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.3ms)
|
57354
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (9.4ms)
|
57355
|
+
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.2ms)
|
57356
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
57357
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57358
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
57359
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57360
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2014-11-01 16:47:50 +0100
|
57361
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
57362
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (2.2ms)
|
57363
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (5.4ms)
|
57364
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (6.0ms)
|
57365
|
+
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
57366
|
+
Started POST "/customer_vault/corporations" for 127.0.0.1 at 2014-11-01 16:47:50 +0100
|
57367
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
57368
|
+
Parameters: {"utf8"=>"✓", "corporation"=>{"name"=>"AGILiDEE", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"", "street_bis"=>"", "zip"=>"", "city"=>"", "country"=>""}}, "commit"=>"Valider"}
|
57369
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
57370
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
57371
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/layout/_form_error.html.slim (3.4ms)
|
57372
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (2.1ms)
|
57373
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (4.7ms)
|
57374
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (9.8ms)
|
57375
|
+
Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.1ms)
|
57376
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
57377
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57378
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
57379
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57380
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2014-11-01 16:47:50 +0100
|
57381
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
57382
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (1.8ms)
|
57383
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (4.1ms)
|
57384
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (4.6ms)
|
57385
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
57386
|
+
Started POST "/customer_vault/corporations" for 127.0.0.1 at 2014-11-01 16:47:50 +0100
|
57387
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
57388
|
+
Parameters: {"utf8"=>"✓", "corporation"=>{"name"=>"", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"3 Rue Marx Dormoy", "street_bis"=>"", "zip"=>"13004", "city"=>"Marseille", "country"=>"France"}}, "commit"=>"Valider"}
|
57389
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
57390
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
57391
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/layout/_form_error.html.slim (0.3ms)
|
57392
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (1.7ms)
|
57393
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (4.1ms)
|
57394
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (5.0ms)
|
57395
|
+
Completed 200 OK in 9ms (Views: 5.6ms | ActiveRecord: 0.1ms)
|
57396
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57397
|
+
Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2014-11-01 16:47:52 +0100
|
57398
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
57399
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (1.9ms)
|
57400
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (26.7ms)
|
57401
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (34.1ms)
|
57402
|
+
Completed 200 OK in 41ms (Views: 37.1ms | ActiveRecord: 0.6ms)
|
57403
|
+
Started GET "/assets/customer_vault/application.css" for 127.0.0.1 at 2014-11-01 16:47:52 +0100
|
57404
|
+
Started GET "/assets/customer_vault/application.js" for 127.0.0.1 at 2014-11-01 16:47:52 +0100
|
57405
|
+
Started GET "/assets/customer_vault/icons/individual-64.png" for 127.0.0.1 at 2014-11-01 16:47:52 +0100
|
57406
|
+
Started POST "/customer_vault/individuals" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57407
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
57408
|
+
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"}}, "commit"=>"Valider"}
|
57409
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57410
|
+
[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", ""], ["created_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["email", "benoit@agilidee.com"], ["fax", ""], ["first_name", "Benoit"], ["last_name", "Gantaume"], ["mobile", ""], ["phone", ""], ["title", ""], ["twitter", ""], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["www", ""]]
|
57411
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", ""], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["zip", "13004"]]
|
57412
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
57413
|
+
Redirected to http://127.0.0.1:52360/customer_vault/individuals/1
|
57414
|
+
Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
|
57415
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57416
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
57417
|
+
Parameters: {"id"=>"1"}
|
57418
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
57419
|
+
[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"]]
|
57420
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (12.5ms)
|
57421
|
+
[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'
|
57422
|
+
[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
|
57423
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (22.9ms)
|
57424
|
+
Completed 200 OK in 27ms (Views: 24.1ms | ActiveRecord: 0.8ms)
|
57425
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_corporations";
|
57426
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57427
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
57428
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
57429
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57430
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
57431
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_links";
|
57432
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57433
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
57434
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
57435
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57436
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
57437
|
+
Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57438
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
57439
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (1.9ms)
|
57440
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (6.5ms)
|
57441
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (7.1ms)
|
57442
|
+
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms)
|
57443
|
+
Started POST "/customer_vault/individuals" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57444
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
57445
|
+
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"=>""}}, "commit"=>"Valider"}
|
57446
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57447
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
57448
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/layout/_form_error.html.slim (0.4ms)
|
57449
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (1.9ms)
|
57450
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (6.6ms)
|
57451
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (7.7ms)
|
57452
|
+
Completed 200 OK in 12ms (Views: 8.5ms | ActiveRecord: 0.1ms)
|
57453
|
+
[1m[35m (0.8ms)[0m DELETE FROM "customer_vault_corporations";
|
57454
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57455
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
57456
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
57457
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57458
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
57459
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_links";
|
57460
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57461
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
57462
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
57463
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57464
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
57465
|
+
Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57466
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
57467
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (1.8ms)
|
57468
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (6.3ms)
|
57469
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (6.9ms)
|
57470
|
+
Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
57471
|
+
Started POST "/customer_vault/individuals" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57472
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
57473
|
+
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"}}, "commit"=>"Valider"}
|
57474
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57475
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
57476
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/layout/_form_error.html.slim (0.7ms)
|
57477
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (1.9ms)
|
57478
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (7.1ms)
|
57479
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (8.5ms)
|
57480
|
+
Completed 200 OK in 14ms (Views: 9.1ms | ActiveRecord: 0.1ms)
|
57481
|
+
[1m[35m (0.9ms)[0m DELETE FROM "customer_vault_corporations";
|
57482
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57483
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
57484
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
57485
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57486
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
57487
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_links";
|
57488
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57489
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
57490
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
57491
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57492
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
57493
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57494
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["zip", "13004"]]
|
57495
|
+
[1m[35m (0.8ms)[0m commit transaction
|
57496
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57497
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["email", "davon_strosin@murphybahringer.info"], ["fax", "09xxxxxxx"], ["name", "Schulist Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00]]
|
57498
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00]]
|
57499
|
+
[1m[35m (0.7ms)[0m commit transaction
|
57500
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57501
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["zip", "13004"]]
|
57502
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
57503
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57504
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["www", "MyString"]]
|
57505
|
+
[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", 1], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00]]
|
57506
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
57507
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57508
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
57509
|
+
Parameters: {"id"=>"1"}
|
57510
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
57511
|
+
[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"]]
|
57512
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.6ms)
|
57513
|
+
[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'
|
57514
|
+
[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
|
57515
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (3.0ms)
|
57516
|
+
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.4ms)
|
57517
|
+
Started GET "/customer_vault/individuals/1/links/new" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57518
|
+
Processing by CustomerVault::LinksController#new as HTML
|
57519
|
+
Parameters: {"individual_id"=>"1"}
|
57520
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
57521
|
+
[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"]]
|
57522
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (2.1ms)
|
57523
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_aside.html.slim (4.5ms)
|
57524
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
57525
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
57526
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_select.html.slim (6.1ms)
|
57527
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/new.html.slim within layouts/application (26.2ms)
|
57528
|
+
Completed 200 OK in 31ms (Views: 28.8ms | ActiveRecord: 0.6ms)
|
57529
|
+
Started POST "/customer_vault/individuals/1/links" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57530
|
+
Processing by CustomerVault::LinksController#create as HTML
|
57531
|
+
Parameters: {"utf8"=>"✓", "link"=>{"bob"=>"CustomerVault::Corporation-1", "title"=>"Manager"}, "commit"=>"Save", "individual_id"=>"1"}
|
57532
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
57533
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57534
|
+
[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::Individual"], ["bob_id", 1], ["bob_type", "CustomerVault::Corporation"], ["created_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["title", "Manager"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00]]
|
57535
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57536
|
+
Redirected to http://127.0.0.1:52360/customer_vault/individuals/1
|
57537
|
+
Completed 302 Found in 5ms (ActiveRecord: 1.3ms)
|
57538
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57539
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
57540
|
+
Parameters: {"id"=>"1"}
|
57541
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
57542
|
+
[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"]]
|
57543
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.6ms)
|
57544
|
+
[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'
|
57545
|
+
[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]]
|
57546
|
+
[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'
|
57547
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_title.html.slim (3.6ms)
|
57548
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (11.3ms)
|
57549
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (16.9ms)
|
57550
|
+
Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.6ms)
|
57551
|
+
Started GET "/assets/customer_vault/icons/group-48.png" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57552
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
57553
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57554
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
57555
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_individuals";
|
57556
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57557
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
57558
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
57559
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57560
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
57561
|
+
[1m[35m (0.8ms)[0m DELETE FROM "dorsale_addresses";
|
57562
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57563
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
57564
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57565
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["zip", "13004"]]
|
57566
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
57567
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57568
|
+
[1m[36mSQL (0.2ms)[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["www", "MyString"]]
|
57569
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00]]
|
57570
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57571
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57572
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["zip", "13004"]]
|
57573
|
+
[1m[35m (0.6ms)[0m commit transaction
|
57574
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57575
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["email", "lesley_okeefe@mooreroberts.net"], ["fax", "09xxxxxxx"], ["name", "Mills Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00]]
|
57576
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00]]
|
57577
|
+
[1m[35m (0.6ms)[0m commit transaction
|
57578
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57579
|
+
[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", Sat, 01 Nov 2014 15:47:53 UTC +00:00], ["title", "Manager"], ["updated_at", Sat, 01 Nov 2014 15:47:53 UTC +00:00]]
|
57580
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
57581
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57582
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
57583
|
+
Parameters: {"id"=>"1"}
|
57584
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
57585
|
+
[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"]]
|
57586
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.7ms)
|
57587
|
+
[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'
|
57588
|
+
[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]]
|
57589
|
+
[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'
|
57590
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_title.html.slim (0.5ms)
|
57591
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (1.1ms)
|
57592
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (5.1ms)
|
57593
|
+
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms)
|
57594
|
+
Started GET "/customer_vault/individuals/1/links/1/edit" for 127.0.0.1 at 2014-11-01 16:47:53 +0100
|
57595
|
+
Processing by CustomerVault::LinksController#edit as HTML
|
57596
|
+
Parameters: {"individual_id"=>"1", "id"=>"1"}
|
57597
|
+
[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"]]
|
57598
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
|
57599
|
+
[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"]]
|
57600
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (2.1ms)
|
57601
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_aside.html.slim (2.2ms)
|
57602
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 1]]
|
57603
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/edit.html.slim within layouts/application (10.6ms)
|
57604
|
+
Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.6ms)
|
57605
|
+
Started PATCH "/customer_vault/individuals/1/links/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57606
|
+
Processing by CustomerVault::LinksController#update as HTML
|
57607
|
+
Parameters: {"utf8"=>"✓", "link"=>{"title"=>"Manager 2"}, "commit"=>"Save", "individual_id"=>"1", "id"=>"1"}
|
57608
|
+
[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"]]
|
57609
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
|
57610
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57611
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "customer_vault_links" SET "title" = ?, "updated_at" = ? WHERE "customer_vault_links"."id" = 1 [["title", "Manager 2"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57612
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57613
|
+
Redirected to http://127.0.0.1:52360/customer_vault/individuals/1
|
57614
|
+
Completed 302 Found in 5ms (ActiveRecord: 1.2ms)
|
57615
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57616
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
57617
|
+
Parameters: {"id"=>"1"}
|
57618
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
57619
|
+
[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"]]
|
57620
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.7ms)
|
57621
|
+
[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'
|
57622
|
+
[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]]
|
57623
|
+
[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'
|
57624
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_title.html.slim (0.5ms)
|
57625
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (1.1ms)
|
57626
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (5.1ms)
|
57627
|
+
Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.5ms)
|
57628
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
57629
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57630
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
57631
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_individuals";
|
57632
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57633
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
57634
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
57635
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57636
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
57637
|
+
[1m[35m (0.8ms)[0m DELETE FROM "dorsale_addresses";
|
57638
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57639
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
57640
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57641
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["zip", "13004"]]
|
57642
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
57643
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57644
|
+
[1m[36mSQL (0.2ms)[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["www", "MyString"]]
|
57645
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57646
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57647
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57648
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["zip", "13004"]]
|
57649
|
+
[1m[35m (0.8ms)[0m commit transaction
|
57650
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57651
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["email", "giles@dicki.org"], ["fax", "09xxxxxxx"], ["name", "Paucek Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57652
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57653
|
+
[1m[35m (0.8ms)[0m commit transaction
|
57654
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57655
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["title", "Manager"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57656
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57657
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57658
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
57659
|
+
Parameters: {"id"=>"1"}
|
57660
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
57661
|
+
[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"]]
|
57662
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.7ms)
|
57663
|
+
[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'
|
57664
|
+
[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]]
|
57665
|
+
[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'
|
57666
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_title.html.slim (0.5ms)
|
57667
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (1.0ms)
|
57668
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (4.9ms)
|
57669
|
+
Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.5ms)
|
57670
|
+
Started DELETE "/customer_vault/individuals/1/links/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57671
|
+
Processing by CustomerVault::LinksController#destroy as HTML
|
57672
|
+
Parameters: {"individual_id"=>"1", "id"=>"1"}
|
57673
|
+
[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"]]
|
57674
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
|
57675
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57676
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? [["id", 1]]
|
57677
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
57678
|
+
Redirected to http://127.0.0.1:52360/customer_vault/individuals/1
|
57679
|
+
Completed 302 Found in 4ms (ActiveRecord: 1.4ms)
|
57680
|
+
Started GET "/customer_vault/individuals/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57681
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
57682
|
+
Parameters: {"id"=>"1"}
|
57683
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "1"]]
|
57684
|
+
[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"]]
|
57685
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (1.7ms)
|
57686
|
+
[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'
|
57687
|
+
[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
|
57688
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (3.0ms)
|
57689
|
+
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.4ms)
|
57690
|
+
[1m[35m (1.0ms)[0m DELETE FROM "customer_vault_corporations";
|
57691
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57692
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
57693
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
57694
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57695
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
57696
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_links";
|
57697
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57698
|
+
[1m[35m (0.6ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
57699
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
57700
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57701
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|
57702
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57703
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["zip", "13004"]]
|
57704
|
+
[1m[35m (0.6ms)[0m commit transaction
|
57705
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57706
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["email", "ebba_runolfsdottir@howereynolds.net"], ["fax", "09xxxxxxx"], ["name", "Braun Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57707
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57708
|
+
[1m[35m (0.7ms)[0m commit transaction
|
57709
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57710
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["zip", "13004"]]
|
57711
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57712
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57713
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["www", "MyString"]]
|
57714
|
+
[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", 1], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57715
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
57716
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57717
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
57718
|
+
Parameters: {"id"=>"1"}
|
57719
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
57720
|
+
[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"]]
|
57721
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.7ms)
|
57722
|
+
[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'
|
57723
|
+
[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
|
57724
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (3.1ms)
|
57725
|
+
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.5ms)
|
57726
|
+
Started GET "/assets/customer_vault/icons/group-64.png" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57727
|
+
Started GET "/customer_vault/corporations/1/links/new" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57728
|
+
Processing by CustomerVault::LinksController#new as HTML
|
57729
|
+
Parameters: {"corporation_id"=>"1"}
|
57730
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
57731
|
+
[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"]]
|
57732
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.4ms)
|
57733
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_aside.html.slim (1.6ms)
|
57734
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
57735
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
57736
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_select.html.slim (1.2ms)
|
57737
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/new.html.slim within layouts/application (5.4ms)
|
57738
|
+
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms)
|
57739
|
+
Started POST "/customer_vault/corporations/1/links" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57740
|
+
Processing by CustomerVault::LinksController#create as HTML
|
57741
|
+
Parameters: {"utf8"=>"✓", "link"=>{"bob"=>"CustomerVault::Individual-1", "title"=>"Manager"}, "commit"=>"Save", "corporation_id"=>"1"}
|
57742
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
57743
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57744
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["title", "Manager"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57745
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57746
|
+
Redirected to http://127.0.0.1:52360/customer_vault/corporations/1
|
57747
|
+
Completed 302 Found in 6ms (ActiveRecord: 1.4ms)
|
57748
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57749
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
57750
|
+
Parameters: {"id"=>"1"}
|
57751
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
57752
|
+
[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"]]
|
57753
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.6ms)
|
57754
|
+
[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'
|
57755
|
+
[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]]
|
57756
|
+
[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'
|
57757
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_title.html.slim (0.9ms)
|
57758
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (10.1ms)
|
57759
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (15.4ms)
|
57760
|
+
Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.6ms)
|
57761
|
+
Started GET "/assets/customer_vault/icons/individual-48.png" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57762
|
+
[1m[36m (0.9ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
57763
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57764
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
57765
|
+
[1m[35m (0.6ms)[0m DELETE FROM "customer_vault_individuals";
|
57766
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57767
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
57768
|
+
[1m[36m (0.5ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
57769
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57770
|
+
[1m[36m (0.8ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
57771
|
+
[1m[35m (0.7ms)[0m DELETE FROM "dorsale_addresses";
|
57772
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57773
|
+
[1m[35m (0.6ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
57774
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57775
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["zip", "13004"]]
|
57776
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57777
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57778
|
+
[1m[36mSQL (0.2ms)[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["www", "MyString"]]
|
57779
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57780
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
57781
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57782
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["zip", "13004"]]
|
57783
|
+
[1m[35m (0.8ms)[0m commit transaction
|
57784
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57785
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["email", "ola@bednar.com"], ["fax", "09xxxxxxx"], ["name", "Jakubowski Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57786
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57787
|
+
[1m[35m (0.6ms)[0m commit transaction
|
57788
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57789
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["title", "Manager"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57790
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
57791
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57792
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
57793
|
+
Parameters: {"id"=>"1"}
|
57794
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
57795
|
+
[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"]]
|
57796
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.7ms)
|
57797
|
+
[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'
|
57798
|
+
[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
|
57799
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
57800
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_title.html.slim (0.5ms)
|
57801
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (1.1ms)
|
57802
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (5.1ms)
|
57803
|
+
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms)
|
57804
|
+
Started GET "/customer_vault/corporations/1/links/1/edit" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57805
|
+
Processing by CustomerVault::LinksController#edit as HTML
|
57806
|
+
Parameters: {"corporation_id"=>"1", "id"=>"1"}
|
57807
|
+
[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"]]
|
57808
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
|
57809
|
+
[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"]]
|
57810
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.4ms)
|
57811
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_aside.html.slim (1.5ms)
|
57812
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
57813
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/edit.html.slim within layouts/application (4.2ms)
|
57814
|
+
Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.3ms)
|
57815
|
+
Started PATCH "/customer_vault/corporations/1/links/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57816
|
+
Processing by CustomerVault::LinksController#update as HTML
|
57817
|
+
Parameters: {"utf8"=>"✓", "link"=>{"title"=>"Manager 2"}, "commit"=>"Save", "corporation_id"=>"1", "id"=>"1"}
|
57818
|
+
[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"]]
|
57819
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
|
57820
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57821
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "customer_vault_links" SET "title" = ?, "updated_at" = ? WHERE "customer_vault_links"."id" = 1 [["title", "Manager 2"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57822
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
57823
|
+
Redirected to http://127.0.0.1:52360/customer_vault/corporations/1
|
57824
|
+
Completed 302 Found in 4ms (ActiveRecord: 1.1ms)
|
57825
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57826
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
57827
|
+
Parameters: {"id"=>"1"}
|
57828
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
57829
|
+
[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"]]
|
57830
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.7ms)
|
57831
|
+
[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'
|
57832
|
+
[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
|
57833
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
57834
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_title.html.slim (0.5ms)
|
57835
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (1.1ms)
|
57836
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (5.1ms)
|
57837
|
+
Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.5ms)
|
57838
|
+
[1m[36m (1.0ms)[0m [1mDELETE FROM "customer_vault_corporations";[0m
|
57839
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57840
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_corporations';[0m
|
57841
|
+
[1m[35m (0.7ms)[0m DELETE FROM "customer_vault_individuals";
|
57842
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57843
|
+
[1m[35m (0.8ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_individuals';
|
57844
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM "customer_vault_links";[0m
|
57845
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57846
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_links';[0m
|
57847
|
+
[1m[35m (0.6ms)[0m DELETE FROM "dorsale_addresses";
|
57848
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57849
|
+
[1m[35m (0.5ms)[0m DELETE FROM sqlite_sequence where name = 'dorsale_addresses';
|
57850
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57851
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["zip", "13004"]]
|
57852
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
57853
|
+
[1m[35m (0.0ms)[0m begin transaction
|
57854
|
+
[1m[36mSQL (0.2ms)[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["email", "MyString"], ["fax", "MyString"], ["first_name", "MyString"], ["last_name", "MyString"], ["mobile", "MyString"], ["phone", "MyString"], ["title", "MyString"], ["twitter", "MyString"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["www", "MyString"]]
|
57855
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57856
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
57857
|
+
[1m[35m (0.1ms)[0m begin transaction
|
57858
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["street", "3 Rue Marx Dormoy"], ["street_bis", "L'atelier"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["zip", "13004"]]
|
57859
|
+
[1m[35m (0.7ms)[0m commit transaction
|
57860
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57861
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["email", "preston@runolfsdottir.com"], ["fax", "09xxxxxxx"], ["name", "Mante Corp"], ["phone", "06xxxxxxxx"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57862
|
+
[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57863
|
+
[1m[35m (0.5ms)[0m commit transaction
|
57864
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57865
|
+
[1m[35mSQL (0.5ms)[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", Sat, 01 Nov 2014 15:47:54 UTC +00:00], ["title", "Manager"], ["updated_at", Sat, 01 Nov 2014 15:47:54 UTC +00:00]]
|
57866
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57867
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57868
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
57869
|
+
Parameters: {"id"=>"1"}
|
57870
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
57871
|
+
[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"]]
|
57872
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.8ms)
|
57873
|
+
[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'
|
57874
|
+
[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
|
57875
|
+
[1m[35mCustomerVault::Individual Load (0.1ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
|
57876
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_title.html.slim (0.6ms)
|
57877
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (1.2ms)
|
57878
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (5.3ms)
|
57879
|
+
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms)
|
57880
|
+
Started DELETE "/customer_vault/corporations/1/links/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57881
|
+
Processing by CustomerVault::LinksController#destroy as HTML
|
57882
|
+
Parameters: {"corporation_id"=>"1", "id"=>"1"}
|
57883
|
+
[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"]]
|
57884
|
+
[1m[35mCustomerVault::Link Load (0.1ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? LIMIT 1 [["id", "1"]]
|
57885
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
57886
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "customer_vault_links" WHERE "customer_vault_links"."id" = ? [["id", 1]]
|
57887
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
57888
|
+
Redirected to http://127.0.0.1:52360/customer_vault/corporations/1
|
57889
|
+
Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
|
57890
|
+
Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2014-11-01 16:47:54 +0100
|
57891
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
57892
|
+
Parameters: {"id"=>"1"}
|
57893
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
|
57894
|
+
[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"]]
|
57895
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (1.6ms)
|
57896
|
+
[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'
|
57897
|
+
[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
|
57898
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (2.9ms)
|
57899
|
+
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.4ms)
|
57900
|
+
[1m[35m (1.0ms)[0m DELETE FROM "customer_vault_corporations";
|
57901
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57902
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_corporations';
|
57903
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "customer_vault_individuals";[0m
|
57904
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57905
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'customer_vault_individuals';[0m
|
57906
|
+
[1m[35m (0.6ms)[0m DELETE FROM "customer_vault_links";
|
57907
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
57908
|
+
[1m[35m (0.7ms)[0m DELETE FROM sqlite_sequence where name = 'customer_vault_links';
|
57909
|
+
[1m[36m (0.6ms)[0m [1mDELETE FROM "dorsale_addresses";[0m
|
57910
|
+
[1m[35m (0.1ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
57911
|
+
[1m[36m (0.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'dorsale_addresses';[0m
|