customer_vault 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +22 -0
- data/app/assets/javascripts/customer_vault/application.js +13 -0
- data/app/assets/javascripts/customer_vault/corporations.js +2 -0
- data/app/assets/javascripts/customer_vault/people.js +2 -0
- data/app/assets/stylesheets/customer_vault/application.css +13 -0
- data/app/assets/stylesheets/customer_vault/corporations.css +4 -0
- data/app/assets/stylesheets/customer_vault/people.css +4 -0
- data/app/assets/stylesheets/scaffold.css +56 -0
- data/app/controllers/customer_vault/application_controller.rb +4 -0
- data/app/controllers/customer_vault/corporations_controller.rb +62 -0
- data/app/controllers/customer_vault/people_controller.rb +62 -0
- data/app/helpers/customer_vault/application_helper.rb +4 -0
- data/app/helpers/customer_vault/corporations_helper.rb +4 -0
- data/app/helpers/customer_vault/people_helper.rb +4 -0
- data/app/models/customer_vault/corporation.rb +5 -0
- data/app/models/customer_vault/person.rb +6 -0
- data/app/views/customer_vault/corporations/_form.html.slim +21 -0
- data/app/views/customer_vault/corporations/edit.html.slim +8 -0
- data/app/views/customer_vault/corporations/index.html.slim +27 -0
- data/app/views/customer_vault/corporations/new.html.slim +5 -0
- data/app/views/customer_vault/corporations/show.html.slim +18 -0
- data/app/views/customer_vault/people/_form.html.slim +39 -0
- data/app/views/customer_vault/people/edit.html.slim +8 -0
- data/app/views/customer_vault/people/index.html.slim +39 -0
- data/app/views/customer_vault/people/new.html.slim +5 -0
- data/app/views/customer_vault/people/show.html.slim +36 -0
- data/app/views/layouts/customer_vault/application.html.erb +14 -0
- data/config/routes.rb +6 -0
- data/db/migrate/20141006095617_create_customer_vault_people.rb +18 -0
- data/db/migrate/20141010095816_create_customer_vault_corporations.rb +12 -0
- data/lib/customer_vault.rb +4 -0
- data/lib/customer_vault/engine.rb +11 -0
- data/lib/customer_vault/version.rb +3 -0
- data/lib/tasks/customer_vault_tasks.rake +4 -0
- data/spec/controllers/customer_vault/corporations_controller_spec.rb +163 -0
- data/spec/controllers/customer_vault/people_controller_spec.rb +163 -0
- data/spec/dummy/README.rdoc +28 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/javascripts/application.js +13 -0
- data/spec/dummy/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/app/controllers/application_controller.rb +5 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/config/application.rb +23 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +32 -0
- data/spec/dummy/config/environments/production.rb +80 -0
- data/spec/dummy/config/environments/test.rb +39 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +12 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +23 -0
- data/spec/dummy/config/routes.rb +4 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +40 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +652 -0
- data/spec/dummy/log/test.log +5110 -0
- data/spec/dummy/public/404.html +58 -0
- data/spec/dummy/public/422.html +58 -0
- data/spec/dummy/public/500.html +57 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2b9d45522b3d1f3105e1c33e325dc6de +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/34d14962fde7e4fd6e2671844bcfaa78 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/47170c4182a8457e8d53507ea76fa76b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/78ef508640527d1bb135c1077223fb7c +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/a1b854a09ea96f64f07c9d3692d9cd9b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/a5c73696137ab9dbdda376c8d7ffa3b9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/ad1a12f0fbac31c992fbc716a5e504bb +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b10f86698e41bfdaafc9fb6bbf5bfbd9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c9db74506cdab0aec9f855c956f47726 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/db5f1ec4fd27d454a95b2824fff064d1 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/e5782a71fc01b88e6ac0c1c963bf7e3e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f516186931f15a3e5c86af1b1632d256 +0 -0
- data/spec/factories/customer_vault_corporations.rb +10 -0
- data/spec/factories/customer_vault_people.rb +16 -0
- data/spec/helpers/customer_vault/corporations_helper_spec.rb +16 -0
- data/spec/helpers/customer_vault/people_helper_spec.rb +16 -0
- data/spec/models/customer_vault/corporation_spec.rb +7 -0
- data/spec/models/customer_vault/person_spec.rb +14 -0
- data/spec/rails_helper.rb +54 -0
- data/spec/routing/customer_vault/corporations_routing_spec.rb +37 -0
- data/spec/routing/customer_vault/people_routing_spec.rb +37 -0
- data/spec/spec_helper.rb +86 -0
- data/spec/views/customer_vault/corporations/edit.html.slim_spec.rb +29 -0
- data/spec/views/customer_vault/corporations/index.html.slim_spec.rb +29 -0
- data/spec/views/customer_vault/corporations/new.html.slim_spec.rb +28 -0
- data/spec/views/customer_vault/corporations/show.html.slim_spec.rb +21 -0
- data/spec/views/customer_vault/people/edit.html.slim_spec.rb +47 -0
- data/spec/views/customer_vault/people/index.html.slim_spec.rb +47 -0
- data/spec/views/customer_vault/people/new.html.slim_spec.rb +47 -0
- data/spec/views/customer_vault/people/show.html.slim_spec.rb +34 -0
- 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
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
2
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
3
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
4
|
+
[1m[36m (7.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
5
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
6
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
7
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
8
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
9
|
+
Migrating to CreateCustomerVaultPeople (20141006091928)
|
10
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
12
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141006091928"]]
|
13
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
14
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
15
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
16
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
17
|
+
[1m[36m (7.1ms)[0m [1mCREATE TABLE "customer_vault_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
18
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
19
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
20
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
21
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20141006091928')[0m
|
22
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
23
|
+
Migrating to CreateCustomerVaultPeople (20141006095350)
|
24
|
+
[1m[35m (0.1ms)[0m begin transaction
|
25
|
+
[1m[36m (0.1ms)[0m [1mCREATE 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) [0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
29
|
+
Migrating to CreateCustomerVaultPeople (20141006095617)
|
30
|
+
[1m[35m (0.1ms)[0m begin transaction
|
31
|
+
[1m[36m (0.1ms)[0m [1mCREATE 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) [0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
34
|
+
[1m[36m (6.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
35
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
36
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
37
|
+
Migrating to CreateCustomerVaultPeople (20141006095617)
|
38
|
+
[1m[35m (0.1ms)[0m begin transaction
|
39
|
+
[1m[36m (0.5ms)[0m [1mCREATE 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) [0m
|
40
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141006095617"]]
|
41
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
42
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
43
|
+
[1m[36m (7.6ms)[0m [1mCREATE 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) [0m
|
44
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
45
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
46
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
47
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20141006095617')[0m
|
48
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
49
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mCustomerVault::Person Load (0.2ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people"[0m
|
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
|
+
[1m[35m (0.1ms)[0m begin transaction
|
533
|
+
[1m[36mSQL (3.2ms)[0m [1mINSERT INTO "customer_vault_people" ("context", "created_at", "email", "fax", "first_name", "last_name", "mobile", "phone", "title", "twitter", "updated_at", "www") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.7ms)[0m 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
|
+
[1m[36mCustomerVault::Person Load (0.2ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35mCustomerVault::Person Load (0.2ms)[0m 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
|
+
[1m[36m (7.4ms)[0m [1mCREATE 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) [0m
|
553
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
554
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
555
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
556
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20141006095617')[0m
|
557
|
+
[1m[36mCustomerVault::Person Load (1.8ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1[0m [["id", 1]]
|
558
|
+
[1m[35mCustomerVault::Person Load (0.3ms)[0m SELECT "customer_vault_people".* FROM "customer_vault_people"
|
559
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
560
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
561
|
+
[1m[36m (1.2ms)[0m [1mCREATE 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) [0m
|
562
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
563
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
564
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
565
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20141006095617')[0m
|
566
|
+
[1m[36mCustomerVault::Person Load (8.1ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people"[0m
|
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
|
+
[1m[36mCustomerVault::Person Load (0.9ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people"[0m
|
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
|
+
[1m[35mCustomerVault::Person Load (0.2ms)[0m 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
|
+
[1m[36mCustomerVault::Person Load (0.1ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people" WHERE "customer_vault_people"."id" = ? LIMIT 1[0m [["id", "1"]]
|
613
|
+
[1m[35m (0.1ms)[0m begin transaction
|
614
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mCustomerVault::Person Load (0.1ms)[0m 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
|
+
[1m[36mCustomerVault::Person Load (0.2ms)[0m [1mSELECT "customer_vault_people".* FROM "customer_vault_people"[0m
|
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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
633
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
634
|
+
[1m[36m (1.1ms)[0m [1mCREATE 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) [0m
|
635
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
636
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
637
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
638
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20141006095617')[0m
|
639
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
640
|
+
Migrating to CreateCustomerVaultCorporations (20141010095816)
|
641
|
+
[1m[35m (0.1ms)[0m begin transaction
|
642
|
+
[1m[36m (0.3ms)[0m [1mCREATE 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) [0m
|
643
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141010095816"]]
|
644
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
645
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
646
|
+
[1m[36m (7.3ms)[0m [1mCREATE 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) [0m
|
647
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
649
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
650
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
651
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20141010095816')
|
652
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20141006095617')[0m
|