customer_vault 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2abbe4fa3b5382800a7807ce27f0aba8a381618
4
- data.tar.gz: 726756e9db964598bd5bcba41d1a8d5148b49bb5
3
+ metadata.gz: 82f4c77754fbd8b0b801b493cbebe105e0701430
4
+ data.tar.gz: 92ff6775e3d8bf111922c3ee1b5af4d6b5edc7b8
5
5
  SHA512:
6
- metadata.gz: 132c109d7227f51fed526b5fef81dadc9ab5a32d9b756ea4aff91bf73d43353c438a12463b2197aaa9f7b5587c1311deeae57c8a17b82b19e20c4102decdab3b
7
- data.tar.gz: ca46bc6b93c5f6841a3de183291a6c5296cf9c5bc1046e29d982c20a6b89e2023e44288f7e738f937779500480e037e23a22662c3bd74164b24d321c7f997e0a
6
+ metadata.gz: ef7a321f452a0c10a4a4cf1b7a9474ccb3e5405dc49a224968edd6bde8a94f64a0ec3339ef566830e6b02dd915907e693b14ae30f62e0df4d29e958e2c326a68
7
+ data.tar.gz: 30000f4d0f4b7a2b136f6a400d7ade48f2578f1ab3e56879a083a8434e76d409c6eb254387bd92063405a78fb3a89c77b4148f99b959ac473f46c40dacf837d5
@@ -1,4 +1,5 @@
1
1
  module CustomerVault
2
2
  class ApplicationController < ActionController::Base
3
+ layout 'layouts/application'
3
4
  end
4
5
  end
@@ -1,3 +1,3 @@
1
1
  module CustomerVault
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -2,8 +2,8 @@
2
2
  <html>
3
3
  <head>
4
4
  <title>Dummy</title>
5
- <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
6
- <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
5
+ <%= stylesheet_link_tag "customer_vault/application", media: "all" %>
6
+ <%= javascript_include_tag "customer_vault/application"%>
7
7
  <%= csrf_meta_tags %>
8
8
  </head>
9
9
  <body>
@@ -849,3 +849,358 @@ Processing by CustomerVault::CorporationsController#new as HTML
849
849
  Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/_form.html.slim (10.5ms)
850
850
  Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/corporations/new.html.slim within layouts/customer_vault/application (13.4ms)
851
851
  Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.3ms)
852
+
853
+
854
+ Started GET "/customer_vault/" for 127.0.0.1 at 2014-10-13 09:49:08 +0200
855
+
856
+ ActionController::RoutingError (No route matches [GET] "/customer_vault"):
857
+ actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
858
+ actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
859
+ railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app'
860
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call'
861
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
862
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged'
863
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged'
864
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `call'
865
+ actionpack (4.0.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
866
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
867
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
868
+ activesupport (4.0.10) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
869
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
870
+ actionpack (4.0.10) lib/action_dispatch/middleware/static.rb:64:in `call'
871
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
872
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
873
+ railties (4.0.10) lib/rails/application.rb:97:in `call'
874
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
875
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
876
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
877
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
878
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
879
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
880
+
881
+
882
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
883
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
884
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
885
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.5ms)
886
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (28.5ms)
887
+
888
+
889
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 09:49:12 +0200
890
+ Processing by CustomerVault::PeopleController#index as HTML
891
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
892
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
893
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
894
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
895
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim (39.0ms)
896
+ Completed 200 OK in 60ms (Views: 41.3ms | ActiveRecord: 1.5ms)
897
+
898
+
899
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 09:49:12 +0200
900
+
901
+
902
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 09:49:12 +0200
903
+
904
+
905
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 09:49:15 +0200
906
+ Processing by CustomerVault::PeopleController#index as HTML
907
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
908
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
909
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
910
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
911
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim (2.5ms)
912
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.3ms)
913
+
914
+
915
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 09:49:16 +0200
916
+
917
+
918
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 09:49:16 +0200
919
+
920
+
921
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 09:50:54 +0200
922
+ Processing by CustomerVault::PeopleController#index as HTML
923
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
924
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
925
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
926
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
927
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim (35.3ms)
928
+ Completed 200 OK in 78ms (Views: 61.4ms | ActiveRecord: 1.3ms)
929
+
930
+
931
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 09:50:54 +0200
932
+
933
+
934
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 09:50:54 +0200
935
+
936
+
937
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 09:50:55 +0200
938
+ Processing by CustomerVault::PeopleController#index as HTML
939
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
940
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
941
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
942
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
943
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim (2.4ms)
944
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.3ms)
945
+
946
+
947
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 09:50:55 +0200
948
+
949
+
950
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 09:50:55 +0200
951
+
952
+
953
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 09:50:57 +0200
954
+ Processing by CustomerVault::PeopleController#index as HTML
955
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
956
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
957
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
958
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
959
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim (2.3ms)
960
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms)
961
+
962
+
963
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 09:50:57 +0200
964
+
965
+
966
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 09:50:57 +0200
967
+
968
+
969
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 09:50:57 +0200
970
+ Processing by CustomerVault::PeopleController#index as HTML
971
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
972
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
973
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
974
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
975
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim (2.3ms)
976
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms)
977
+
978
+
979
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 09:50:57 +0200
980
+
981
+
982
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 09:50:57 +0200
983
+
984
+
985
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 09:51:17 +0200
986
+ Processing by CustomerVault::PeopleController#index as HTML
987
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
988
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
989
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
990
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
991
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim (2.1ms)
992
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms)
993
+
994
+
995
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 09:51:17 +0200
996
+
997
+
998
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 09:51:17 +0200
999
+
1000
+
1001
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 09:51:18 +0200
1002
+ Processing by CustomerVault::PeopleController#index as HTML
1003
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
1004
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1005
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1006
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
1007
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim (2.1ms)
1008
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.3ms)
1009
+
1010
+
1011
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 09:51:18 +0200
1012
+
1013
+
1014
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 09:51:18 +0200
1015
+
1016
+
1017
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 09:51:26 +0200
1018
+ Processing by CustomerVault::PeopleController#index as HTML
1019
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
1020
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1021
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1022
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
1023
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim (2.6ms)
1024
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms)
1025
+
1026
+
1027
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 09:51:26 +0200
1028
+
1029
+
1030
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 09:51:26 +0200
1031
+
1032
+
1033
+ Started GET "/customer_vault/people/1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1034
+ Processing by CustomerVault::PeopleController#show as HTML
1035
+ Parameters: {"id"=>"1"}
1036
+ CustomerVault::Person Load (0.2ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
1037
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/show.html.slim within layouts/application (22.7ms)
1038
+ Completed 200 OK in 141ms (Views: 110.6ms | ActiveRecord: 1.3ms)
1039
+
1040
+
1041
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1042
+
1043
+
1044
+ Started GET "/assets/customer_vault/corporations.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1045
+
1046
+
1047
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1048
+
1049
+
1050
+ Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1051
+
1052
+
1053
+ Started GET "/assets/bootstrap-theme.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1054
+
1055
+
1056
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1057
+
1058
+
1059
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1060
+
1061
+
1062
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1063
+
1064
+
1065
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1066
+
1067
+
1068
+ Started GET "/assets/customer_vault/corporations.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1069
+
1070
+
1071
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1072
+
1073
+
1074
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1075
+
1076
+
1077
+ Started GET "/assets/customer_vault/icons/people-64.png" for 127.0.0.1 at 2014-10-13 10:05:12 +0200
1078
+
1079
+
1080
+ Started GET "/" for 127.0.0.1 at 2014-10-13 10:05:17 +0200
1081
+ Processing by Rails::WelcomeController#index as HTML
1082
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.10/lib/rails/templates/rails/welcome/index.html.erb (0.7ms)
1083
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
1084
+
1085
+
1086
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1087
+ Processing by CustomerVault::PeopleController#index as HTML
1088
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
1089
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1090
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1091
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
1092
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (15.7ms)
1093
+ Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.2ms)
1094
+
1095
+
1096
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1097
+
1098
+
1099
+ Started GET "/assets/customer_vault/corporations.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1100
+
1101
+
1102
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1103
+
1104
+
1105
+ Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1106
+
1107
+
1108
+ Started GET "/assets/bootstrap-theme.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1109
+
1110
+
1111
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1112
+
1113
+
1114
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1115
+
1116
+
1117
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1118
+
1119
+
1120
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1121
+
1122
+
1123
+ Started GET "/assets/customer_vault/corporations.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1124
+
1125
+
1126
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1127
+
1128
+
1129
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1130
+
1131
+
1132
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1133
+
1134
+
1135
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 10:05:24 +0200
1136
+
1137
+
1138
+ Started GET "/customer_vault/people/1" for 127.0.0.1 at 2014-10-13 10:05:26 +0200
1139
+ Processing by CustomerVault::PeopleController#show as HTML
1140
+ Parameters: {"id"=>"1"}
1141
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
1142
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/show.html.slim within layouts/application (1.7ms)
1143
+ Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.1ms)
1144
+
1145
+
1146
+ Started GET "/customer_vault/people/1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1147
+ Processing by CustomerVault::PeopleController#show as HTML
1148
+ Parameters: {"id"=>"1"}
1149
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
1150
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/show.html.slim within layouts/application (1.3ms)
1151
+ Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.1ms)
1152
+
1153
+
1154
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1155
+
1156
+
1157
+ Started GET "/assets/customer_vault/corporations.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1158
+
1159
+
1160
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1161
+
1162
+
1163
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1164
+
1165
+
1166
+ Started GET "/assets/bootstrap-theme.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1167
+
1168
+
1169
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1170
+
1171
+
1172
+ Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1173
+
1174
+
1175
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1176
+
1177
+
1178
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1179
+
1180
+
1181
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1182
+
1183
+
1184
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1185
+
1186
+
1187
+ Started GET "/assets/customer_vault/corporations.js?body=1" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1188
+
1189
+
1190
+ Started GET "/assets/customer_vault/icons/people-64.png" for 127.0.0.1 at 2014-10-13 10:05:27 +0200
1191
+
1192
+
1193
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 10:05:29 +0200
1194
+ Processing by CustomerVault::PeopleController#index as HTML
1195
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
1196
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1197
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1198
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
1199
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (12.1ms)
1200
+ Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.2ms)
1201
+
1202
+
1203
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 10:05:29 +0200
1204
+
1205
+
1206
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 10:05:29 +0200
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: customer_vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - AGILiDEE
@@ -184,7 +184,6 @@ files:
184
184
  - app/views/customer_vault/people/index.html.slim
185
185
  - app/views/customer_vault/people/new.html.slim
186
186
  - app/views/customer_vault/people/show.html.slim
187
- - app/views/layouts/customer_vault/application.html.erb
188
187
  - config/routes.rb
189
188
  - db/migrate/20141006095617_create_customer_vault_people.rb
190
189
  - db/migrate/20141010095816_create_customer_vault_corporations.rb
@@ -1,14 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>CustomerVault</title>
5
- <%= stylesheet_link_tag "customer_vault/application", media: "all" %>
6
- <%= javascript_include_tag "customer_vault/application" %>
7
- <%= csrf_meta_tags %>
8
- </head>
9
- <body>
10
-
11
- <%= yield %>
12
-
13
- </body>
14
- </html>