customer_vault 1.0.3 → 1.0.4
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/lib/customer_vault/version.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/log/development.log +136 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15b62fcc51965a154997c43c8d6c026e2e0da40c
|
|
4
|
+
data.tar.gz: e934b8a36a209b05a31903f8065a4b74ce8a2b2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c742380521d01c89d4ea3a53960d528bcf0385c4564f95a1dcfef1f1f0575a0a8299bcbe16e318fbf438574d65380b4def72f48d4268f02effa64f09f870e792
|
|
7
|
+
data.tar.gz: 149971a98042c888c5aedf2813e7e64ac5df6a9a2bafcdcb58578bebae6e1f1e776f69036e0b714a1594e9580c0fd436b52e3534251656fa8bc0c6e5df7e99a0
|
|
Binary file
|
|
@@ -24754,3 +24754,139 @@ Processing by CustomerVault::PeopleController#index as HTML
|
|
|
24754
24754
|
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.4ms)
|
|
24755
24755
|
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (32.0ms)
|
|
24756
24756
|
Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 0.3ms)
|
|
24757
|
+
|
|
24758
|
+
|
|
24759
|
+
Started GET "/" for 127.0.0.1 at 2015-01-21 13:44:43 +0100
|
|
24760
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
24761
|
+
Processing by Rails::WelcomeController#index as HTML
|
|
24762
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.1.2/gems/railties-4.0.10/lib/rails/templates/rails/welcome/index.html.erb (2.7ms)
|
|
24763
|
+
Completed 200 OK in 22ms (Views: 12.5ms | ActiveRecord: 0.0ms)
|
|
24764
|
+
|
|
24765
|
+
|
|
24766
|
+
Started GET "/customer_vault/people" for 127.0.0.1 at 2015-01-21 13:44:48 +0100
|
|
24767
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
24768
|
+
[1m[35mCustomerVault::Individual Load (0.6ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
24769
|
+
[1m[36mCustomerVault::Corporation Load (0.5ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
24770
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (9.9ms)
|
|
24771
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (10.1ms)
|
|
24772
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
|
|
24773
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
|
|
24774
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.4ms)
|
|
24775
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (63.1ms)
|
|
24776
|
+
Completed 200 OK in 238ms (Views: 205.6ms | ActiveRecord: 1.9ms)
|
|
24777
|
+
|
|
24778
|
+
|
|
24779
|
+
Started GET "/customer_vault/individuals/new" for 127.0.0.1 at 2015-01-21 13:45:01 +0100
|
|
24780
|
+
Processing by CustomerVault::IndividualsController#new as HTML
|
|
24781
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.1.2/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (9.2ms)
|
|
24782
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_form.html.slim (38.3ms)
|
|
24783
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/new.html.slim within layouts/application (48.3ms)
|
|
24784
|
+
Completed 200 OK in 84ms (Views: 59.3ms | ActiveRecord: 0.4ms)
|
|
24785
|
+
|
|
24786
|
+
|
|
24787
|
+
Started POST "/customer_vault/individuals" for 127.0.0.1 at 2015-01-21 13:45:11 +0100
|
|
24788
|
+
Processing by CustomerVault::IndividualsController#create as HTML
|
|
24789
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LyWz2oYd3/OJsyWLOggDoE0iZeIZNB4F7MaFpsOE26w=", "individual"=>{"first_name"=>"Thomas", "last_name"=>"Brelet", "email"=>"", "title"=>"", "twitter"=>"", "context"=>"", "phone"=>"", "fax"=>"", "mobile"=>"", "www"=>"", "address_attributes"=>{"street"=>"", "street_bis"=>"", "zip"=>"", "city"=>"Marseille", "country"=>""}}, "commit"=>"Valider"}
|
|
24790
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
24791
|
+
[1m[36mSQL (5.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", ""], ["created_at", Wed, 21 Jan 2015 12:45:11 UTC +00:00], ["email", ""], ["fax", ""], ["first_name", "Thomas"], ["last_name", "Brelet"], ["mobile", ""], ["phone", ""], ["title", ""], ["twitter", ""], ["updated_at", Wed, 21 Jan 2015 12:45:11 UTC +00:00], ["www", ""]]
|
|
24792
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "dorsale_addresses" ("addressable_id", "addressable_type", "city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["addressable_id", 9], ["addressable_type", "CustomerVault::Individual"], ["city", "Marseille"], ["country", ""], ["created_at", Wed, 21 Jan 2015 12:45:11 UTC +00:00], ["street", ""], ["street_bis", ""], ["updated_at", Wed, 21 Jan 2015 12:45:11 UTC +00:00], ["zip", ""]]
|
|
24793
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
|
24794
|
+
Redirected to http://localhost:3000/customer_vault/individuals/9
|
|
24795
|
+
Completed 302 Found in 17ms (ActiveRecord: 7.1ms)
|
|
24796
|
+
|
|
24797
|
+
|
|
24798
|
+
Started GET "/customer_vault/individuals/9" for 127.0.0.1 at 2015-01-21 13:45:11 +0100
|
|
24799
|
+
Processing by CustomerVault::IndividualsController#show as HTML
|
|
24800
|
+
Parameters: {"id"=>"9"}
|
|
24801
|
+
[1m[35mCustomerVault::Individual Load (0.3ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", "9"]]
|
|
24802
|
+
[1m[36mDorsale::Address Load (0.4ms)[0m [1mSELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1[0m [["addressable_id", 9], ["addressable_type", "CustomerVault::Individual"]]
|
|
24803
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_show_details.html.slim (15.3ms)
|
|
24804
|
+
[1m[35mCustomerVault::Link Load (0.3ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 9 AND "customer_vault_links"."alice_type" = 'CustomerVault::Individual'
|
|
24805
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 9 AND "customer_vault_links"."bob_type" = 'CustomerVault::Individual'[0m
|
|
24806
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/show.html.slim within layouts/application (43.8ms)
|
|
24807
|
+
Completed 200 OK in 58ms (Views: 54.7ms | ActiveRecord: 1.4ms)
|
|
24808
|
+
|
|
24809
|
+
|
|
24810
|
+
Started GET "/customer_vault/people" for 127.0.0.1 at 2015-01-21 13:45:17 +0100
|
|
24811
|
+
Processing by CustomerVault::PeopleController#index as HTML
|
|
24812
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
24813
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
24814
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (8.2ms)
|
|
24815
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (9.4ms)
|
|
24816
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
|
|
24817
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
|
|
24818
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.6ms)
|
|
24819
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.5ms)
|
|
24820
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (38.7ms)
|
|
24821
|
+
Completed 200 OK in 52ms (Views: 49.5ms | ActiveRecord: 0.3ms)
|
|
24822
|
+
|
|
24823
|
+
|
|
24824
|
+
Started GET "/customer_vault/corporations/new" for 127.0.0.1 at 2015-01-21 13:45:19 +0100
|
|
24825
|
+
Processing by CustomerVault::CorporationsController#new as HTML
|
|
24826
|
+
Rendered /Users/benoit/.rvm/gems/ruby-2.1.2/gems/dorsale-1.0.1/app/views/dorsale/addresses/_nested_form.html.slim (2.1ms)
|
|
24827
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (13.3ms)
|
|
24828
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/application (21.2ms)
|
|
24829
|
+
Completed 200 OK in 35ms (Views: 32.1ms | ActiveRecord: 0.0ms)
|
|
24830
|
+
|
|
24831
|
+
|
|
24832
|
+
Started POST "/customer_vault/corporations" for 127.0.0.1 at 2015-01-21 13:45:43 +0100
|
|
24833
|
+
Processing by CustomerVault::CorporationsController#create as HTML
|
|
24834
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LyWz2oYd3/OJsyWLOggDoE0iZeIZNB4F7MaFpsOE26w=", "corporation"=>{"name"=>"Brivao", "email"=>"", "phone"=>"", "fax"=>"", "address_attributes"=>{"street"=>"", "street_bis"=>"", "zip"=>"", "city"=>"Marseille", "country"=>""}}, "commit"=>"Valider"}
|
|
24835
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
24836
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "customer_vault_corporations" ("created_at", "email", "fax", "name", "phone", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 21 Jan 2015 12:45:43 UTC +00:00], ["email", ""], ["fax", ""], ["name", "Brivao"], ["phone", ""], ["updated_at", Wed, 21 Jan 2015 12:45:43 UTC +00:00]]
|
|
24837
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "dorsale_addresses" ("addressable_id", "addressable_type", "city", "country", "created_at", "street", "street_bis", "updated_at", "zip") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"], ["city", "Marseille"], ["country", ""], ["created_at", Wed, 21 Jan 2015 12:45:43 UTC +00:00], ["street", ""], ["street_bis", ""], ["updated_at", Wed, 21 Jan 2015 12:45:43 UTC +00:00], ["zip", ""]]
|
|
24838
|
+
[1m[36m (6.8ms)[0m [1mcommit transaction[0m
|
|
24839
|
+
Redirected to http://localhost:3000/customer_vault/corporations/3
|
|
24840
|
+
Completed 302 Found in 13ms (ActiveRecord: 7.4ms)
|
|
24841
|
+
|
|
24842
|
+
|
|
24843
|
+
Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-01-21 13:45:43 +0100
|
|
24844
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
24845
|
+
Parameters: {"id"=>"3"}
|
|
24846
|
+
[1m[35mCustomerVault::Corporation Load (0.2ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
|
|
24847
|
+
[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", 3], ["addressable_type", "CustomerVault::Corporation"]]
|
|
24848
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (10.8ms)
|
|
24849
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
24850
|
+
[1m[36mCustomerVault::Link Load (0.1ms)[0m [1mSELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'[0m
|
|
24851
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (21.6ms)
|
|
24852
|
+
Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.7ms)
|
|
24853
|
+
|
|
24854
|
+
|
|
24855
|
+
Started GET "/customer_vault/corporations/3/links/new" for 127.0.0.1 at 2015-01-21 13:45:51 +0100
|
|
24856
|
+
Processing by CustomerVault::LinksController#new as HTML
|
|
24857
|
+
Parameters: {"corporation_id"=>"3"}
|
|
24858
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
|
|
24859
|
+
[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", 3], ["addressable_type", "CustomerVault::Corporation"]]
|
|
24860
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (15.7ms)
|
|
24861
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_aside.html.slim (19.4ms)
|
|
24862
|
+
[1m[35mCustomerVault::Individual Load (0.2ms)[0m SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
|
|
24863
|
+
[1m[36mCustomerVault::Corporation Load (0.1ms)[0m [1mSELECT "customer_vault_corporations".* FROM "customer_vault_corporations"[0m
|
|
24864
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_select.html.slim (5.2ms)
|
|
24865
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/new.html.slim within layouts/application (41.5ms)
|
|
24866
|
+
Completed 200 OK in 54ms (Views: 51.4ms | ActiveRecord: 0.6ms)
|
|
24867
|
+
|
|
24868
|
+
|
|
24869
|
+
Started POST "/customer_vault/corporations/3/links" for 127.0.0.1 at 2015-01-21 13:45:58 +0100
|
|
24870
|
+
Processing by CustomerVault::LinksController#create as HTML
|
|
24871
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"LyWz2oYd3/OJsyWLOggDoE0iZeIZNB4F7MaFpsOE26w=", "link"=>{"bob"=>"CustomerVault::Individual-9", "title"=>"CEO"}, "commit"=>"Save", "corporation_id"=>"3"}
|
|
24872
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
|
|
24873
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
24874
|
+
[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", 3], ["alice_type", "CustomerVault::Corporation"], ["bob_id", 9], ["bob_type", "CustomerVault::Individual"], ["created_at", Wed, 21 Jan 2015 12:45:58 UTC +00:00], ["title", "CEO"], ["updated_at", Wed, 21 Jan 2015 12:45:58 UTC +00:00]]
|
|
24875
|
+
[1m[36m (7.2ms)[0m [1mcommit transaction[0m
|
|
24876
|
+
Redirected to http://localhost:3000/customer_vault/corporations/3
|
|
24877
|
+
Completed 302 Found in 12ms (ActiveRecord: 7.9ms)
|
|
24878
|
+
|
|
24879
|
+
|
|
24880
|
+
Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-01-21 13:45:58 +0100
|
|
24881
|
+
Processing by CustomerVault::CorporationsController#show as HTML
|
|
24882
|
+
Parameters: {"id"=>"3"}
|
|
24883
|
+
[1m[35mCustomerVault::Corporation Load (0.1ms)[0m SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
|
|
24884
|
+
[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", 3], ["addressable_type", "CustomerVault::Corporation"]]
|
|
24885
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (2.7ms)
|
|
24886
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
|
|
24887
|
+
[1m[36mCustomerVault::Individual Load (0.2ms)[0m [1mSELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1[0m [["id", 9]]
|
|
24888
|
+
[1m[35mCustomerVault::Link Load (0.2ms)[0m SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
|
|
24889
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/links/_title.html.slim (5.4ms)
|
|
24890
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (16.7ms)
|
|
24891
|
+
Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (31.4ms)
|
|
24892
|
+
Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.9ms)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: customer_vault
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- AGILiDEE
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|