customer_vault 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +22 -0
  5. data/app/assets/javascripts/customer_vault/application.js +13 -0
  6. data/app/assets/javascripts/customer_vault/corporations.js +2 -0
  7. data/app/assets/javascripts/customer_vault/people.js +2 -0
  8. data/app/assets/stylesheets/customer_vault/application.css +13 -0
  9. data/app/assets/stylesheets/customer_vault/corporations.css +4 -0
  10. data/app/assets/stylesheets/customer_vault/people.css +4 -0
  11. data/app/assets/stylesheets/scaffold.css +56 -0
  12. data/app/controllers/customer_vault/application_controller.rb +4 -0
  13. data/app/controllers/customer_vault/corporations_controller.rb +62 -0
  14. data/app/controllers/customer_vault/people_controller.rb +62 -0
  15. data/app/helpers/customer_vault/application_helper.rb +4 -0
  16. data/app/helpers/customer_vault/corporations_helper.rb +4 -0
  17. data/app/helpers/customer_vault/people_helper.rb +4 -0
  18. data/app/models/customer_vault/corporation.rb +5 -0
  19. data/app/models/customer_vault/person.rb +6 -0
  20. data/app/views/customer_vault/corporations/_form.html.slim +21 -0
  21. data/app/views/customer_vault/corporations/edit.html.slim +8 -0
  22. data/app/views/customer_vault/corporations/index.html.slim +27 -0
  23. data/app/views/customer_vault/corporations/new.html.slim +5 -0
  24. data/app/views/customer_vault/corporations/show.html.slim +18 -0
  25. data/app/views/customer_vault/people/_form.html.slim +39 -0
  26. data/app/views/customer_vault/people/edit.html.slim +8 -0
  27. data/app/views/customer_vault/people/index.html.slim +39 -0
  28. data/app/views/customer_vault/people/new.html.slim +5 -0
  29. data/app/views/customer_vault/people/show.html.slim +36 -0
  30. data/app/views/layouts/customer_vault/application.html.erb +14 -0
  31. data/config/routes.rb +6 -0
  32. data/db/migrate/20141006095617_create_customer_vault_people.rb +18 -0
  33. data/db/migrate/20141010095816_create_customer_vault_corporations.rb +12 -0
  34. data/lib/customer_vault.rb +4 -0
  35. data/lib/customer_vault/engine.rb +11 -0
  36. data/lib/customer_vault/version.rb +3 -0
  37. data/lib/tasks/customer_vault_tasks.rake +4 -0
  38. data/spec/controllers/customer_vault/corporations_controller_spec.rb +163 -0
  39. data/spec/controllers/customer_vault/people_controller_spec.rb +163 -0
  40. data/spec/dummy/README.rdoc +28 -0
  41. data/spec/dummy/Rakefile +6 -0
  42. data/spec/dummy/app/assets/javascripts/application.js +13 -0
  43. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  44. data/spec/dummy/app/controllers/application_controller.rb +5 -0
  45. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  46. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  47. data/spec/dummy/bin/bundle +3 -0
  48. data/spec/dummy/bin/rails +4 -0
  49. data/spec/dummy/bin/rake +4 -0
  50. data/spec/dummy/config.ru +4 -0
  51. data/spec/dummy/config/application.rb +23 -0
  52. data/spec/dummy/config/boot.rb +5 -0
  53. data/spec/dummy/config/database.yml +25 -0
  54. data/spec/dummy/config/environment.rb +5 -0
  55. data/spec/dummy/config/environments/development.rb +32 -0
  56. data/spec/dummy/config/environments/production.rb +80 -0
  57. data/spec/dummy/config/environments/test.rb +39 -0
  58. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  59. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  60. data/spec/dummy/config/initializers/inflections.rb +16 -0
  61. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  62. data/spec/dummy/config/initializers/secret_token.rb +12 -0
  63. data/spec/dummy/config/initializers/session_store.rb +3 -0
  64. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  65. data/spec/dummy/config/locales/en.yml +23 -0
  66. data/spec/dummy/config/routes.rb +4 -0
  67. data/spec/dummy/db/development.sqlite3 +0 -0
  68. data/spec/dummy/db/schema.rb +40 -0
  69. data/spec/dummy/db/test.sqlite3 +0 -0
  70. data/spec/dummy/log/development.log +652 -0
  71. data/spec/dummy/log/test.log +5110 -0
  72. data/spec/dummy/public/404.html +58 -0
  73. data/spec/dummy/public/422.html +58 -0
  74. data/spec/dummy/public/500.html +57 -0
  75. data/spec/dummy/public/favicon.ico +0 -0
  76. data/spec/dummy/tmp/cache/assets/development/sprockets/2b9d45522b3d1f3105e1c33e325dc6de +0 -0
  77. data/spec/dummy/tmp/cache/assets/development/sprockets/34d14962fde7e4fd6e2671844bcfaa78 +0 -0
  78. data/spec/dummy/tmp/cache/assets/development/sprockets/47170c4182a8457e8d53507ea76fa76b +0 -0
  79. data/spec/dummy/tmp/cache/assets/development/sprockets/78ef508640527d1bb135c1077223fb7c +0 -0
  80. data/spec/dummy/tmp/cache/assets/development/sprockets/a1b854a09ea96f64f07c9d3692d9cd9b +0 -0
  81. data/spec/dummy/tmp/cache/assets/development/sprockets/a5c73696137ab9dbdda376c8d7ffa3b9 +0 -0
  82. data/spec/dummy/tmp/cache/assets/development/sprockets/ad1a12f0fbac31c992fbc716a5e504bb +0 -0
  83. data/spec/dummy/tmp/cache/assets/development/sprockets/b10f86698e41bfdaafc9fb6bbf5bfbd9 +0 -0
  84. data/spec/dummy/tmp/cache/assets/development/sprockets/c9db74506cdab0aec9f855c956f47726 +0 -0
  85. data/spec/dummy/tmp/cache/assets/development/sprockets/db5f1ec4fd27d454a95b2824fff064d1 +0 -0
  86. data/spec/dummy/tmp/cache/assets/development/sprockets/e5782a71fc01b88e6ac0c1c963bf7e3e +0 -0
  87. data/spec/dummy/tmp/cache/assets/development/sprockets/f516186931f15a3e5c86af1b1632d256 +0 -0
  88. data/spec/factories/customer_vault_corporations.rb +10 -0
  89. data/spec/factories/customer_vault_people.rb +16 -0
  90. data/spec/helpers/customer_vault/corporations_helper_spec.rb +16 -0
  91. data/spec/helpers/customer_vault/people_helper_spec.rb +16 -0
  92. data/spec/models/customer_vault/corporation_spec.rb +7 -0
  93. data/spec/models/customer_vault/person_spec.rb +14 -0
  94. data/spec/rails_helper.rb +54 -0
  95. data/spec/routing/customer_vault/corporations_routing_spec.rb +37 -0
  96. data/spec/routing/customer_vault/people_routing_spec.rb +37 -0
  97. data/spec/spec_helper.rb +86 -0
  98. data/spec/views/customer_vault/corporations/edit.html.slim_spec.rb +29 -0
  99. data/spec/views/customer_vault/corporations/index.html.slim_spec.rb +29 -0
  100. data/spec/views/customer_vault/corporations/new.html.slim_spec.rb +28 -0
  101. data/spec/views/customer_vault/corporations/show.html.slim_spec.rb +21 -0
  102. data/spec/views/customer_vault/people/edit.html.slim_spec.rb +47 -0
  103. data/spec/views/customer_vault/people/index.html.slim_spec.rb +47 -0
  104. data/spec/views/customer_vault/people/new.html.slim_spec.rb +47 -0
  105. data/spec/views/customer_vault/people/show.html.slim_spec.rb +34 -0
  106. metadata +300 -0
Binary file
@@ -0,0 +1,40 @@
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended that you check this file into your version control system.
13
+
14
+ ActiveRecord::Schema.define(version: 20141010095816) do
15
+
16
+ create_table "customer_vault_corporations", force: true do |t|
17
+ t.string "name"
18
+ t.string "email"
19
+ t.string "phone"
20
+ t.string "fax"
21
+ t.datetime "created_at"
22
+ t.datetime "updated_at"
23
+ end
24
+
25
+ create_table "customer_vault_people", force: true do |t|
26
+ t.string "first_name"
27
+ t.string "last_name"
28
+ t.string "email"
29
+ t.string "title"
30
+ t.string "twitter"
31
+ t.string "www"
32
+ t.text "context"
33
+ t.string "phone"
34
+ t.string "fax"
35
+ t.string "mobile"
36
+ t.datetime "created_at"
37
+ t.datetime "updated_at"
38
+ end
39
+
40
+ end
Binary file
@@ -0,0 +1,652 @@
1
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4
+  (7.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
5
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6
+  (0.1ms) SELECT version FROM "schema_migrations"
7
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
8
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9
+ Migrating to CreateCustomerVaultPeople (20141006091928)
10
+  (0.1ms) begin transaction
11
+  (0.5ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
12
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141006091928"]]
13
+  (0.8ms) commit transaction
14
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17
+  (7.1ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
18
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
19
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
20
+  (0.1ms) SELECT version FROM "schema_migrations"
21
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20141006091928')
22
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
23
+ Migrating to CreateCustomerVaultPeople (20141006095350)
24
+  (0.1ms) begin transaction
25
+  (0.1ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime) 
26
+ SQLite3::SQLException: table "customer_vault_people" already exists: CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime)
27
+  (0.0ms) rollback transaction
28
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29
+ Migrating to CreateCustomerVaultPeople (20141006095617)
30
+  (0.1ms) begin transaction
31
+  (0.1ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime) 
32
+ SQLite3::SQLException: table "customer_vault_people" already exists: CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime)
33
+  (0.0ms) rollback transaction
34
+  (6.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
35
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
36
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
37
+ Migrating to CreateCustomerVaultPeople (20141006095617)
38
+  (0.1ms) begin transaction
39
+  (0.5ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime) 
40
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141006095617"]]
41
+  (0.9ms) commit transaction
42
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
43
+  (7.6ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime) 
44
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
45
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
46
+  (0.1ms) SELECT version FROM "schema_migrations"
47
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20141006095617')
48
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
49
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
50
+
51
+
52
+ Started GET "/" for 127.0.0.1 at 2014-10-06 12:04:48 +0200
53
+ Processing by Rails::WelcomeController#index as HTML
54
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.10/lib/rails/templates/rails/welcome/index.html.erb (1.2ms)
55
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
56
+
57
+
58
+ Started GET "/" for 127.0.0.1 at 2014-10-06 12:04:49 +0200
59
+ Processing by Rails::WelcomeController#index as HTML
60
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.10/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
61
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
62
+
63
+
64
+ Started GET "/people" for 127.0.0.1 at 2014-10-06 12:04:53 +0200
65
+
66
+ ActionController::RoutingError (No route matches [GET] "/people"):
67
+ actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
68
+ actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
69
+ railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app'
70
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call'
71
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
72
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged'
73
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged'
74
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `call'
75
+ actionpack (4.0.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
76
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
77
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
78
+ activesupport (4.0.10) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
79
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
80
+ actionpack (4.0.10) lib/action_dispatch/middleware/static.rb:64:in `call'
81
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
82
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
83
+ railties (4.0.10) lib/rails/application.rb:97:in `call'
84
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
85
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
86
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
87
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
88
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
89
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
90
+
91
+
92
+ 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)
93
+ 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.6ms)
94
+ 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.5ms)
95
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.9ms)
96
+ 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 (23.9ms)
97
+
98
+
99
+ Started GET "/people.html" for 127.0.0.1 at 2014-10-06 12:05:14 +0200
100
+
101
+ ActionController::RoutingError (No route matches [GET] "/people.html"):
102
+ actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
103
+ actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
104
+ railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app'
105
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call'
106
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
107
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged'
108
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged'
109
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `call'
110
+ actionpack (4.0.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
111
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
112
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
113
+ activesupport (4.0.10) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
114
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
115
+ actionpack (4.0.10) lib/action_dispatch/middleware/static.rb:64:in `call'
116
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
117
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
118
+ railties (4.0.10) lib/rails/application.rb:97:in `call'
119
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
120
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
121
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
122
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
123
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
124
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
125
+
126
+
127
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
128
+ 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)
129
+ 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.6ms)
130
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
131
+ 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 (16.4ms)
132
+
133
+
134
+ Started GET "/people/new" for 127.0.0.1 at 2014-10-06 12:05:23 +0200
135
+
136
+ ActionController::RoutingError (No route matches [GET] "/people/new"):
137
+ actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
138
+ actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
139
+ railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app'
140
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call'
141
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
142
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged'
143
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged'
144
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `call'
145
+ actionpack (4.0.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
146
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
147
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
148
+ activesupport (4.0.10) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
149
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
150
+ actionpack (4.0.10) lib/action_dispatch/middleware/static.rb:64:in `call'
151
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
152
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
153
+ railties (4.0.10) lib/rails/application.rb:97:in `call'
154
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
155
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
156
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
157
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
158
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
159
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
160
+
161
+
162
+ 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)
163
+ 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.5ms)
164
+ 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.4ms)
165
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms)
166
+ 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 (35.7ms)
167
+
168
+
169
+ Started GET "/customer_vault/people/new" for 127.0.0.1 at 2014-10-06 12:05:44 +0200
170
+ Processing by CustomerVault::PeopleController#new as HTML
171
+ Completed 500 Internal Server Error in 6ms
172
+
173
+ ActionView::MissingTemplate (Missing template customer_vault/people/new, customer_vault/application/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
174
+ * "/Users/benoit/Sources/customer_vault/spec/dummy/app/views"
175
+ * "/Users/benoit/Sources/customer_vault/app/views"
176
+ ):
177
+ actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find'
178
+ actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find'
179
+ actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
180
+ actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
181
+ actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render'
182
+ actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template'
183
+ actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render'
184
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template'
185
+ actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template'
186
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body'
187
+ actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
188
+ actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
189
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render'
190
+ actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render'
191
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
192
+ activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
193
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
194
+ activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms'
195
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
196
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
197
+ activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
198
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render'
199
+ actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
200
+ actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
201
+ actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action'
202
+ actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action'
203
+ actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
204
+ activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__3258809221573884702__process_action__callbacks'
205
+ activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks'
206
+ actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action'
207
+ actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action'
208
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
209
+ activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument'
210
+ activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
211
+ activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument'
212
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
213
+ actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
214
+ activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
215
+ actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process'
216
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process'
217
+ actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch'
218
+ actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
219
+ actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action'
220
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call'
221
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
222
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call'
223
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call'
224
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each'
225
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call'
226
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call'
227
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
228
+ railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing'
229
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call'
230
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each'
231
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call'
232
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call'
233
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
234
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
235
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
236
+ actionpack (4.0.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
237
+ actionpack (4.0.10) lib/action_dispatch/middleware/flash.rb:241:in `call'
238
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
239
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
240
+ actionpack (4.0.10) lib/action_dispatch/middleware/cookies.rb:486:in `call'
241
+ activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call'
242
+ activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
243
+ activerecord (4.0.10) lib/active_record/migration.rb:373:in `call'
244
+ actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
245
+ activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3610613724799547496__call__callbacks'
246
+ activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks'
247
+ actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
248
+ actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call'
249
+ actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
250
+ actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
251
+ actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
252
+ railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app'
253
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call'
254
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
255
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged'
256
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged'
257
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `call'
258
+ actionpack (4.0.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
259
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
260
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
261
+ activesupport (4.0.10) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
262
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
263
+ actionpack (4.0.10) lib/action_dispatch/middleware/static.rb:64:in `call'
264
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
265
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
266
+ railties (4.0.10) lib/rails/application.rb:97:in `call'
267
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
268
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
269
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
270
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
271
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
272
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
273
+
274
+
275
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms)
276
+
277
+
278
+ Started GET "/customer_vault/people/new" for 127.0.0.1 at 2014-10-06 12:06:05 +0200
279
+ Processing by CustomerVault::PeopleController#new as HTML
280
+ Completed 500 Internal Server Error in 7ms
281
+
282
+ ActionView::MissingTemplate (Missing template customer_vault/people/new, customer_vault/application/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
283
+ * "/Users/benoit/Sources/customer_vault/spec/dummy/app/views"
284
+ * "/Users/benoit/Sources/customer_vault/app/views"
285
+ ):
286
+ actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find'
287
+ actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find'
288
+ actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
289
+ actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
290
+ actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render'
291
+ actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template'
292
+ actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render'
293
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template'
294
+ actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template'
295
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body'
296
+ actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
297
+ actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
298
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render'
299
+ actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render'
300
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
301
+ activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
302
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
303
+ activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms'
304
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
305
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
306
+ activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
307
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render'
308
+ actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
309
+ actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
310
+ actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action'
311
+ actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action'
312
+ actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
313
+ activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2872164233543843537__process_action__callbacks'
314
+ activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks'
315
+ actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action'
316
+ actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action'
317
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
318
+ activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument'
319
+ activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
320
+ activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument'
321
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
322
+ actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
323
+ activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
324
+ actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process'
325
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process'
326
+ actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch'
327
+ actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
328
+ actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action'
329
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call'
330
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
331
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call'
332
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call'
333
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each'
334
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call'
335
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call'
336
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
337
+ railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing'
338
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call'
339
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each'
340
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call'
341
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call'
342
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
343
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
344
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
345
+ actionpack (4.0.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
346
+ actionpack (4.0.10) lib/action_dispatch/middleware/flash.rb:241:in `call'
347
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
348
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
349
+ actionpack (4.0.10) lib/action_dispatch/middleware/cookies.rb:486:in `call'
350
+ activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call'
351
+ activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
352
+ activerecord (4.0.10) lib/active_record/migration.rb:373:in `call'
353
+ actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
354
+ activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__90608724762353185__call__callbacks'
355
+ activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks'
356
+ actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
357
+ actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call'
358
+ actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
359
+ actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
360
+ actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
361
+ railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app'
362
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call'
363
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
364
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged'
365
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged'
366
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `call'
367
+ actionpack (4.0.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
368
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
369
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
370
+ activesupport (4.0.10) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
371
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
372
+ actionpack (4.0.10) lib/action_dispatch/middleware/static.rb:64:in `call'
373
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
374
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
375
+ railties (4.0.10) lib/rails/application.rb:97:in `call'
376
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
377
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
378
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
379
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
380
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
381
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
382
+
383
+
384
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (1.0ms)
385
+
386
+
387
+ Started GET "/customer_vault/people/new" for 127.0.0.1 at 2014-10-06 12:06:07 +0200
388
+ Processing by CustomerVault::PeopleController#new as HTML
389
+ Completed 500 Internal Server Error in 1ms
390
+
391
+ ActionView::MissingTemplate (Missing template customer_vault/people/new, customer_vault/application/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
392
+ * "/Users/benoit/Sources/customer_vault/spec/dummy/app/views"
393
+ * "/Users/benoit/Sources/customer_vault/app/views"
394
+ ):
395
+ actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find'
396
+ actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find'
397
+ actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
398
+ actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
399
+ actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render'
400
+ actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template'
401
+ actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render'
402
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template'
403
+ actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template'
404
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body'
405
+ actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
406
+ actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
407
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render'
408
+ actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render'
409
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
410
+ activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
411
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
412
+ activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms'
413
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
414
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
415
+ activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
416
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render'
417
+ actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
418
+ actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
419
+ actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action'
420
+ actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action'
421
+ actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
422
+ activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2872164233543843537__process_action__callbacks'
423
+ activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks'
424
+ actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action'
425
+ actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action'
426
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
427
+ activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument'
428
+ activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
429
+ activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument'
430
+ actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
431
+ actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
432
+ activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
433
+ actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process'
434
+ actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process'
435
+ actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch'
436
+ actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
437
+ actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action'
438
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call'
439
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
440
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call'
441
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call'
442
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each'
443
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call'
444
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call'
445
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
446
+ railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing'
447
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call'
448
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each'
449
+ actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call'
450
+ actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call'
451
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
452
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
453
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
454
+ actionpack (4.0.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
455
+ actionpack (4.0.10) lib/action_dispatch/middleware/flash.rb:241:in `call'
456
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
457
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
458
+ actionpack (4.0.10) lib/action_dispatch/middleware/cookies.rb:486:in `call'
459
+ activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call'
460
+ activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
461
+ activerecord (4.0.10) lib/active_record/migration.rb:373:in `call'
462
+ actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
463
+ activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__90608724762353185__call__callbacks'
464
+ activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks'
465
+ actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
466
+ actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call'
467
+ actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
468
+ actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
469
+ actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
470
+ railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app'
471
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call'
472
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged'
473
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged'
474
+ activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged'
475
+ railties (4.0.10) lib/rails/rack/logger.rb:20:in `call'
476
+ actionpack (4.0.10) lib/action_dispatch/middleware/request_id.rb:21:in `call'
477
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
478
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
479
+ activesupport (4.0.10) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
480
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
481
+ actionpack (4.0.10) lib/action_dispatch/middleware/static.rb:64:in `call'
482
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
483
+ railties (4.0.10) lib/rails/engine.rb:511:in `call'
484
+ railties (4.0.10) lib/rails/application.rb:97:in `call'
485
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
486
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
487
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
488
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
489
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
490
+ /Users/benoit/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
491
+
492
+
493
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms)
494
+
495
+
496
+ Started GET "/customer_vault/people/new" for 127.0.0.1 at 2014-10-06 12:13:33 +0200
497
+ Processing by CustomerVault::PeopleController#new as HTML
498
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (39.3ms)
499
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/new.html.slim within layouts/customer_vault/application (72.4ms)
500
+ Completed 200 OK in 99ms (Views: 96.3ms | ActiveRecord: 1.0ms)
501
+
502
+
503
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-06 12:13:34 +0200
504
+
505
+
506
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-06 12:13:34 +0200
507
+
508
+
509
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-06 12:13:34 +0200
510
+
511
+
512
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-06 12:13:34 +0200
513
+
514
+
515
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-06 12:13:39 +0200
516
+ Processing by CustomerVault::PeopleController#index as HTML
517
+ CustomerVault::Person Load (0.2ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
518
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/customer_vault/application (34.1ms)
519
+ Completed 200 OK in 38ms (Views: 37.8ms | ActiveRecord: 0.2ms)
520
+
521
+
522
+ Started GET "/customer_vault/people/new" for 127.0.0.1 at 2014-10-06 12:13:42 +0200
523
+ Processing by CustomerVault::PeopleController#new as HTML
524
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (4.0ms)
525
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/new.html.slim within layouts/customer_vault/application (4.8ms)
526
+ Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
527
+
528
+
529
+ Started POST "/customer_vault/people" for 127.0.0.1 at 2014-10-06 12:13:58 +0200
530
+ Processing by CustomerVault::PeopleController#create as HTML
531
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"cqK8aiChLvv+T7aeQsAromseDzeKYdSseP5kS61TBs8=", "person"=>{"first_name"=>"Benoit", "last_name"=>"Gantaume", "email"=>"benoit@agilidee.com", "title"=>"Catalyseur d'agilité", "twitter"=>"", "www"=>"", "context"=>"", "phone"=>"", "fax"=>"", "mobile"=>""}, "commit"=>"Save"}
532
+  (0.1ms) begin transaction
533
+ SQL (3.2ms) INSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["context", ""], ["created_at", Mon, 06 Oct 2014 10:13:58 UTC +00:00], ["email", "benoit@agilidee.com"], ["fax", ""], ["first_name", "Benoit"], ["last_name", "Gantaume"], ["mobile", ""], ["phone", ""], ["title", "Catalyseur d'agilité"], ["twitter", ""], ["updated_at", Mon, 06 Oct 2014 10:13:58 UTC +00:00], ["www", ""]]
534
+  (0.7ms) commit transaction
535
+ Redirected to http://localhost:3000/customer_vault/people/1
536
+ Completed 302 Found in 9ms (ActiveRecord: 4.0ms)
537
+
538
+
539
+ Started GET "/customer_vault/people/1" for 127.0.0.1 at 2014-10-06 12:13:58 +0200
540
+ Processing by CustomerVault::PeopleController#show as HTML
541
+ Parameters: {"id"=>"1"}
542
+ CustomerVault::Person Load (0.2ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
543
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/show.html.slim within layouts/customer_vault/application (5.4ms)
544
+ Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.2ms)
545
+
546
+
547
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-06 12:14:00 +0200
548
+ Processing by CustomerVault::PeopleController#index as HTML
549
+ CustomerVault::Person Load (0.2ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
550
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/customer_vault/application (1.9ms)
551
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms)
552
+  (7.4ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime) 
553
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
554
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
555
+  (0.1ms) SELECT version FROM "schema_migrations"
556
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20141006095617')
557
+ CustomerVault::Person Load (1.8ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", 1]]
558
+ CustomerVault::Person Load (0.3ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
559
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
560
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
561
+  (1.2ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime) 
562
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
563
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
564
+  (0.1ms) SELECT version FROM "schema_migrations"
565
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20141006095617')
566
+ CustomerVault::Person Load (8.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
567
+
568
+
569
+ Started GET "/" for 127.0.0.1 at 2014-10-08 16:34:34 +0200
570
+ Processing by Rails::WelcomeController#index as HTML
571
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.10/lib/rails/templates/rails/welcome/index.html.erb (1.2ms)
572
+ Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
573
+
574
+
575
+ Started GET "/" for 127.0.0.1 at 2014-10-08 16:34:35 +0200
576
+ Processing by Rails::WelcomeController#index as HTML
577
+ Rendered /Users/benoit/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.10/lib/rails/templates/rails/welcome/index.html.erb (0.0ms)
578
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
579
+
580
+
581
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-08 16:34:44 +0200
582
+ Processing by CustomerVault::PeopleController#index as HTML
583
+ CustomerVault::Person Load (0.9ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
584
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/customer_vault/application (28.1ms)
585
+ Completed 200 OK in 87ms (Views: 83.9ms | ActiveRecord: 1.1ms)
586
+
587
+
588
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-08 16:34:44 +0200
589
+
590
+
591
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-08 16:34:44 +0200
592
+
593
+
594
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-08 16:34:44 +0200
595
+
596
+
597
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-08 16:34:44 +0200
598
+
599
+
600
+ Started GET "/customer_vault/people/1/edit" for 127.0.0.1 at 2014-10-08 16:34:48 +0200
601
+ Processing by CustomerVault::PeopleController#edit as HTML
602
+ Parameters: {"id"=>"1"}
603
+ CustomerVault::Person Load (0.2ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
604
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/_form.html.slim (18.1ms)
605
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/edit.html.slim within layouts/customer_vault/application (23.3ms)
606
+ Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.2ms)
607
+
608
+
609
+ Started PATCH "/customer_vault/people/1" for 127.0.0.1 at 2014-10-08 16:34:50 +0200
610
+ Processing by CustomerVault::PeopleController#update as HTML
611
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"cqK8aiChLvv+T7aeQsAromseDzeKYdSseP5kS61TBs8=", "person"=>{"first_name"=>"Benoit", "last_name"=>"Gantaume", "email"=>"benoit@agilidee.com", "title"=>"Catalyseur d'agilité", "twitter"=>"", "www"=>"", "context"=>"", "phone"=>"", "fax"=>"", "mobile"=>""}, "commit"=>"Save", "id"=>"1"}
612
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
613
+  (0.1ms) begin transaction
614
+  (0.1ms) commit transaction
615
+ Redirected to http://localhost:3000/customer_vault/people/1
616
+ Completed 302 Found in 4ms (ActiveRecord: 0.2ms)
617
+
618
+
619
+ Started GET "/customer_vault/people/1" for 127.0.0.1 at 2014-10-08 16:34:50 +0200
620
+ Processing by CustomerVault::PeopleController#show as HTML
621
+ Parameters: {"id"=>"1"}
622
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1 [["id", "1"]]
623
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/show.html.slim within layouts/customer_vault/application (5.3ms)
624
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
625
+
626
+
627
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-08 16:34:51 +0200
628
+ Processing by CustomerVault::PeopleController#index as HTML
629
+ CustomerVault::Person Load (0.2ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
630
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/customer_vault/application (1.8ms)
631
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms)
632
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
633
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
634
+  (1.1ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime) 
635
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
636
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
637
+  (0.1ms) SELECT version FROM "schema_migrations"
638
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20141006095617')
639
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
640
+ Migrating to CreateCustomerVaultCorporations (20141010095816)
641
+  (0.1ms) begin transaction
642
+  (0.3ms) CREATE TABLE "customer_vault_corporations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "phone" varchar(255), "fax" varchar(255), "created_at" datetime, "updated_at" datetime) 
643
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141010095816"]]
644
+  (0.8ms) commit transaction
645
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
646
+  (7.3ms) CREATE TABLE "customer_vault_corporations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "phone" varchar(255), "fax" varchar(255), "created_at" datetime, "updated_at" datetime) 
647
+  (0.9ms) CREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "twitter" varchar(255), "www" varchar(255), "context" text, "phone" varchar(255), "fax" varchar(255), "mobile" varchar(255), "created_at" datetime, "updated_at" datetime)
648
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
649
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
650
+  (0.1ms) SELECT version FROM "schema_migrations"
651
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20141010095816')
652
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20141006095617')