ecm_user_area2 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,956 +0,0 @@
1
-  (0.1ms) SELECT sqlite_version(*)
2
-  (4.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3
-  (3.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
4
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
5
- Migrating to CreateEcmUserAreaUsers (20160115192220)
6
-  (0.1ms) begin transaction
7
-  (0.3ms) CREATE TABLE "ecm_user_area_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "crypted_password" varchar, "password_salt" varchar, "persistence_token" varchar, "single_access_token" varchar, "perishable_token" varchar, "login_count" integer DEFAULT 0 NOT NULL, "failed_login_count" integer DEFAULT 0 NOT NULL, "last_request_at" datetime, "current_login_at" datetime, "last_login_at" datetime, "current_login_ip" varchar, "last_login_ip" varchar, "active" boolean DEFAULT 'f', "approved" boolean DEFAULT 'f', "confirmed" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8
- SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160115192220"]]
9
-  (3.9ms) commit transaction
10
- ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
11
-  (0.1ms) begin transaction
12
- SQL (1.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-01-18 21:17:09.116354"], ["updated_at", "2018-01-18 21:17:09.116354"]]
13
-  (5.5ms) commit transaction
14
-  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
15
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
16
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
17
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
18
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
19
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
20
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
21
-  (0.1ms) DROP TABLE IF EXISTS "ecm_user_area_users"
22
-  (0.1ms) SELECT sqlite_version(*)
23
-  (2.8ms) CREATE TABLE "ecm_user_area_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "crypted_password" varchar, "password_salt" varchar, "persistence_token" varchar, "single_access_token" varchar, "perishable_token" varchar, "login_count" integer DEFAULT 0 NOT NULL, "failed_login_count" integer DEFAULT 0 NOT NULL, "last_request_at" datetime, "current_login_at" datetime, "last_login_at" datetime, "current_login_ip" varchar, "last_login_ip" varchar, "active" boolean DEFAULT 'f', "approved" boolean DEFAULT 'f', "confirmed" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
24
-  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
25
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
26
-  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES (20160115192220)
27
-  (2.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
28
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
29
-  (0.1ms) begin transaction
30
- SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-01-18 21:17:13.420510"], ["updated_at", "2018-01-18 21:17:13.420510"]]
31
-  (2.8ms) commit transaction
32
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
33
-  (0.0ms) begin transaction
34
-  (0.0ms) commit transaction
35
- Started GET "/" for 127.0.0.1 at 2018-01-18 22:50:30 +0100
36
-  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
37
- Started GET "/de" for 127.0.0.1 at 2018-01-18 22:50:30 +0100
38
-
39
- ActionController::RoutingError (No route matches [GET] "/de"):
40
-
41
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
42
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
43
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
44
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
45
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
46
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
47
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
48
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
49
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
50
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
51
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
52
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
53
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
54
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
55
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
56
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
57
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
58
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
59
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
60
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
61
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
62
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
63
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
64
- Started GET "/de/" for 127.0.0.1 at 2018-01-18 22:50:36 +0100
65
-
66
- ActionController::RoutingError (No route matches [GET] "/de"):
67
-
68
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
69
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
70
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
71
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
72
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
73
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
74
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
75
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
76
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
77
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
78
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
79
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
80
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
81
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
82
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
83
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
84
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
85
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
86
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
87
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
88
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
89
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
90
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
91
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2018-01-18 22:50:47 +0100
92
- Processing by Ecm::UserArea::UserSessionsController#new as HTML
93
- Parameters: {"locale"=>"de"}
94
- Rendering /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application
95
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form_errors.html.haml (4.5ms)
96
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form.html.haml (15.5ms)
97
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application (52.4ms)
98
- Completed 500 Internal Server Error in 1136ms (ActiveRecord: 6.1ms)
99
-
100
-
101
-
102
- ActionView::Template::Error ('fontawesome/font-awesome.less' wasn't found):
103
- 7: <title><%= content_for?(:title) ? yield(:title) : "Dummy" %></title>
104
- 8: <%= csrf_meta_tags %>
105
- 9:
106
- 10: <%= stylesheet_link_tag "application", :media => "all" %>
107
- 11:
108
- 12: <!-- For third-generation iPad with high-resolution Retina display: -->
109
- 13: <!-- Size should be 144 x 144 pixels -->
110
-
111
- app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___141740884518134613_43609640'
112
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2018-01-18 22:52:44 +0100
113
- Processing by Ecm::UserArea::UserSessionsController#new as HTML
114
- Parameters: {"locale"=>"de"}
115
- Rendering /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application
116
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form_errors.html.haml (3.0ms)
117
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form.html.haml (17.2ms)
118
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application (49.9ms)
119
- DEPRECATION WARNING: The asset "apple-touch-icon-144x144-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
120
- This behavior is deprecated and will be removed.
121
- To bypass the asset pipeline and preserve this behavior,
122
- use the `skip_pipeline: true` option.
123
- (called from _app_views_layouts_application_html_erb___141740884518134613_21618360 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:14)
124
- DEPRECATION WARNING: The asset "apple-touch-icon-114x114-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
125
- This behavior is deprecated and will be removed.
126
- To bypass the asset pipeline and preserve this behavior,
127
- use the `skip_pipeline: true` option.
128
- (called from _app_views_layouts_application_html_erb___141740884518134613_21618360 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:18)
129
- DEPRECATION WARNING: The asset "apple-touch-icon-72x72-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
130
- This behavior is deprecated and will be removed.
131
- To bypass the asset pipeline and preserve this behavior,
132
- use the `skip_pipeline: true` option.
133
- (called from _app_views_layouts_application_html_erb___141740884518134613_21618360 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:22)
134
- DEPRECATION WARNING: The asset "apple-touch-icon-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
135
- This behavior is deprecated and will be removed.
136
- To bypass the asset pipeline and preserve this behavior,
137
- use the `skip_pipeline: true` option.
138
- (called from _app_views_layouts_application_html_erb___141740884518134613_21618360 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:26)
139
- DEPRECATION WARNING: The asset "favicon.ico" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
140
- This behavior is deprecated and will be removed.
141
- To bypass the asset pipeline and preserve this behavior,
142
- use the `skip_pipeline: true` option.
143
- (called from _app_views_layouts_application_html_erb___141740884518134613_21618360 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:30)
144
- Ecm::UserArea::User Load (0.2ms) SELECT "ecm_user_area_users".* FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
145
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/_navigation.html.haml (21.6ms)
146
- Completed 500 Internal Server Error in 4062ms (ActiveRecord: 0.9ms)
147
-
148
-
149
-
150
- ActionView::Template::Error (undefined method `new_user_path' for #<ActionDispatch::Routing::RoutesProxy:0x007fcdf73201c8>
151
- Did you mean? new_user_session_path):
152
- 10: - else
153
- 11: %li= link_to t('.sign_in'), ecm_user_area.new_user_session_path
154
- 12: - if Ecm::UserArea::Configuration.enable_registrations
155
- 13: %li= link_to t('.new'), ecm_user_area.new_user_path
156
-
157
- app/views/layouts/application.html.erb:64:in `_app_views_layouts_application_html_erb___141740884518134613_21618360'
158
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2018-01-18 22:54:29 +0100
159
- Processing by Ecm::UserArea::UserSessionsController#new as HTML
160
- Parameters: {"locale"=>"de"}
161
- Rendering /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application
162
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form_errors.html.haml (5.2ms)
163
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form.html.haml (9.5ms)
164
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application (50.1ms)
165
- DEPRECATION WARNING: The asset "apple-touch-icon-144x144-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
166
- This behavior is deprecated and will be removed.
167
- To bypass the asset pipeline and preserve this behavior,
168
- use the `skip_pipeline: true` option.
169
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261278215660 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:14)
170
- DEPRECATION WARNING: The asset "apple-touch-icon-114x114-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
171
- This behavior is deprecated and will be removed.
172
- To bypass the asset pipeline and preserve this behavior,
173
- use the `skip_pipeline: true` option.
174
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261278215660 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:18)
175
- DEPRECATION WARNING: The asset "apple-touch-icon-72x72-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
176
- This behavior is deprecated and will be removed.
177
- To bypass the asset pipeline and preserve this behavior,
178
- use the `skip_pipeline: true` option.
179
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261278215660 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:22)
180
- DEPRECATION WARNING: The asset "apple-touch-icon-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
181
- This behavior is deprecated and will be removed.
182
- To bypass the asset pipeline and preserve this behavior,
183
- use the `skip_pipeline: true` option.
184
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261278215660 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:26)
185
- DEPRECATION WARNING: The asset "favicon.ico" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
186
- This behavior is deprecated and will be removed.
187
- To bypass the asset pipeline and preserve this behavior,
188
- use the `skip_pipeline: true` option.
189
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261278215660 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:30)
190
- Ecm::UserArea::User Load (0.3ms) SELECT "ecm_user_area_users".* FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
191
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/_navigation.html.haml (18.2ms)
192
- Completed 500 Internal Server Error in 194ms (ActiveRecord: 0.3ms)
193
-
194
-
195
-
196
- ActionView::Template::Error (undefined method `new_user_path' for #<ActionDispatch::Routing::RoutesProxy:0x007fcdf66d8b90>
197
- Did you mean? new_user_session_path):
198
- 10: - else
199
- 11: %li= link_to t('.sign_in'), ecm_user_area.new_user_session_path
200
- 12: - if Ecm::UserArea::Configuration.enable_registrations
201
- 13: %li= link_to t('.new'), ecm_user_area.new_user_path
202
-
203
- app/views/layouts/application.html.erb:64:in `_app_views_layouts_application_html_erb___141740884518134613_70261278215660'
204
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2018-01-18 22:54:55 +0100
205
- Processing by Ecm::UserArea::UserSessionsController#new as HTML
206
- Parameters: {"locale"=>"de"}
207
- Rendering /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application
208
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form_errors.html.haml (2.0ms)
209
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form.html.haml (7.4ms)
210
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application (23.6ms)
211
- DEPRECATION WARNING: The asset "apple-touch-icon-144x144-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
212
- This behavior is deprecated and will be removed.
213
- To bypass the asset pipeline and preserve this behavior,
214
- use the `skip_pipeline: true` option.
215
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261296038380 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:14)
216
- DEPRECATION WARNING: The asset "apple-touch-icon-114x114-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
217
- This behavior is deprecated and will be removed.
218
- To bypass the asset pipeline and preserve this behavior,
219
- use the `skip_pipeline: true` option.
220
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261296038380 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:18)
221
- DEPRECATION WARNING: The asset "apple-touch-icon-72x72-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
222
- This behavior is deprecated and will be removed.
223
- To bypass the asset pipeline and preserve this behavior,
224
- use the `skip_pipeline: true` option.
225
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261296038380 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:22)
226
- DEPRECATION WARNING: The asset "apple-touch-icon-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
227
- This behavior is deprecated and will be removed.
228
- To bypass the asset pipeline and preserve this behavior,
229
- use the `skip_pipeline: true` option.
230
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261296038380 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:26)
231
- DEPRECATION WARNING: The asset "favicon.ico" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
232
- This behavior is deprecated and will be removed.
233
- To bypass the asset pipeline and preserve this behavior,
234
- use the `skip_pipeline: true` option.
235
- (called from _app_views_layouts_application_html_erb___141740884518134613_70261296038380 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:30)
236
- Ecm::UserArea::User Load (0.4ms) SELECT "ecm_user_area_users".* FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
237
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/_navigation.html.haml (8.6ms)
238
- Completed 200 OK in 102ms (Views: 100.6ms | ActiveRecord: 0.4ms)
239
-
240
-
241
- Started GET "/assets/bootstrap_and_overrides.self-4fa65969eab8ebd38b3b6a1e7bf55fc3ad68fca76ed59b941ce6ec1e94ccb4f6.css?body=1" for 127.0.0.1 at 2018-01-18 22:54:55 +0100
242
- Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2018-01-18 22:54:55 +0100
243
- Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
244
- Started GET "/assets/twitter/bootstrap/transition.self-3b268d4cd8c79e46ded7392885f72f64ffb5b0d49948a12b8cf9779f6163e13a.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
245
- Started GET "/assets/twitter/bootstrap/dropdown.self-e56c2ffee4618411d43ecf15c89273f6223847ad756e1cd17545d04afa732ed4.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
246
- Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
247
- Started GET "/assets/twitter/bootstrap/alert.self-d8b7bd612b3dcfdefb7b5539b9d5848d66ccbd3e7af8bb8d48bfb3288aaa7be8.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
248
- Started GET "/assets/twitter/bootstrap/modal.self-62463080dba6b9d024ff0a3192da0e76eacbc683194f3395047c6f5cfa0acb59.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
249
- Started GET "/assets/twitter/bootstrap/scrollspy.self-52afd90e8ba97d9f08617a13986e8869d6c4a45751c0bff59a6f91241e722aca.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
250
- Started GET "/assets/twitter/bootstrap/tab.self-dad0d5c377f9fae26394484535ebb23ccf68afae084f896af6ea4cdf8c9f6ae0.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
251
- Started GET "/assets/twitter/bootstrap/tooltip.self-facdc69246a072acb927ded77ff655f7c27a518b9357fddd45d119fbc8a0ab9f.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
252
- Started GET "/assets/twitter/bootstrap/button.self-e74d33ba39500940a78d6fa4d2d64f6ca7fd86d60a2149641f7fde7ba711d8a1.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
253
- Started GET "/assets/twitter/bootstrap/affix.self-3555752f8a930795ee9e56751a52e6871104ae85d01b3ab8363da3802a5ecc78.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
254
- Started GET "/assets/twitter/bootstrap/carousel.self-35d204878d906298e55bc24553e11fd89b980fc4ffe5792fe36af8c0da289c54.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
255
- Started GET "/assets/twitter/bootstrap/collapse.self-056c40532d9f0f126ec17e839f60c942f573fbd61a086e7f156306e3fc5e8c1f.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
256
- Started GET "/assets/twitter/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
257
- Started GET "/assets/bootstrap.self-5afe7e91ef3675e2be97b8d060a7f3755d6dbc615b76df476df55143da70679f.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
258
- Started GET "/assets/twitter/bootstrap/popover.self-210cff1fb4b72b71a29b5122180cb5937c8145cd13a934dc838280f1d9607a3e.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
259
- Started GET "/images/apple-touch-icon-144x144-precomposed.png" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
260
- Started GET "/images/favicon.ico" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
261
- Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
262
-
263
- ActionController::RoutingError (No route matches [GET] "/images/apple-touch-icon-144x144-precomposed.png"):
264
-
265
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
266
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
267
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
268
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
269
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
270
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
271
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
272
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
273
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
274
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
275
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
276
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
277
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
278
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
279
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
280
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
281
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
282
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
283
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
284
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
285
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
286
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
287
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
288
-
289
- ActionController::RoutingError (No route matches [GET] "/images/favicon.ico"):
290
-
291
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
292
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
293
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
294
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
295
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
296
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
297
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
298
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
299
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
300
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
301
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
302
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
303
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
304
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
305
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
306
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
307
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
308
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
309
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
310
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
311
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
312
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
313
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
314
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff2" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
315
-
316
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff2"):
317
-
318
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
319
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
320
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
321
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
322
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
323
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
324
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
325
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
326
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
327
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
328
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
329
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
330
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
331
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
332
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
333
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
334
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
335
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
336
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
337
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
338
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
339
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
340
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
341
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
342
-
343
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff"):
344
-
345
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
346
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
347
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
348
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
349
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
350
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
351
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
352
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
353
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
354
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
355
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
356
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
357
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
358
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
359
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
360
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
361
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
362
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
363
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
364
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
365
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
366
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
367
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
368
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.ttf" for 127.0.0.1 at 2018-01-18 22:54:56 +0100
369
-
370
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.ttf"):
371
-
372
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
373
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
374
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
375
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
376
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
377
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
378
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
379
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
380
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
381
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
382
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
383
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
384
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
385
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
386
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
387
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
388
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
389
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
390
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
391
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
392
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
393
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
394
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
395
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2018-01-18 22:56:58 +0100
396
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
397
- Processing by Ecm::UserArea::UserSessionsController#new as HTML
398
- Parameters: {"locale"=>"de"}
399
- Rendering /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application
400
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form_errors.html.haml (2.4ms)
401
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form.html.haml (19.8ms)
402
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application (64.2ms)
403
- DEPRECATION WARNING: The asset "apple-touch-icon-144x144-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
404
- This behavior is deprecated and will be removed.
405
- To bypass the asset pipeline and preserve this behavior,
406
- use the `skip_pipeline: true` option.
407
- (called from _app_views_layouts_application_html_erb___2485230785554289509_38005520 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:14)
408
- DEPRECATION WARNING: The asset "apple-touch-icon-114x114-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
409
- This behavior is deprecated and will be removed.
410
- To bypass the asset pipeline and preserve this behavior,
411
- use the `skip_pipeline: true` option.
412
- (called from _app_views_layouts_application_html_erb___2485230785554289509_38005520 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:18)
413
- DEPRECATION WARNING: The asset "apple-touch-icon-72x72-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
414
- This behavior is deprecated and will be removed.
415
- To bypass the asset pipeline and preserve this behavior,
416
- use the `skip_pipeline: true` option.
417
- (called from _app_views_layouts_application_html_erb___2485230785554289509_38005520 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:22)
418
- DEPRECATION WARNING: The asset "apple-touch-icon-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
419
- This behavior is deprecated and will be removed.
420
- To bypass the asset pipeline and preserve this behavior,
421
- use the `skip_pipeline: true` option.
422
- (called from _app_views_layouts_application_html_erb___2485230785554289509_38005520 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:26)
423
- DEPRECATION WARNING: The asset "favicon.ico" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
424
- This behavior is deprecated and will be removed.
425
- To bypass the asset pipeline and preserve this behavior,
426
- use the `skip_pipeline: true` option.
427
- (called from _app_views_layouts_application_html_erb___2485230785554289509_38005520 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:30)
428
- Ecm::UserArea::User Load (0.5ms) SELECT "ecm_user_area_users".* FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
429
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/_navigation.html.haml (18.4ms)
430
- Completed 200 OK in 931ms (Views: 837.4ms | ActiveRecord: 2.2ms)
431
-
432
-
433
- Started GET "/assets/bootstrap_and_overrides.self-4fa65969eab8ebd38b3b6a1e7bf55fc3ad68fca76ed59b941ce6ec1e94ccb4f6.css?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
434
- Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
435
- Started GET "/assets/twitter/bootstrap/alert.self-d8b7bd612b3dcfdefb7b5539b9d5848d66ccbd3e7af8bb8d48bfb3288aaa7be8.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
436
- Started GET "/assets/twitter/bootstrap/modal.self-62463080dba6b9d024ff0a3192da0e76eacbc683194f3395047c6f5cfa0acb59.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
437
- Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
438
- Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
439
- Started GET "/assets/twitter/bootstrap/dropdown.self-e56c2ffee4618411d43ecf15c89273f6223847ad756e1cd17545d04afa732ed4.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
440
- Started GET "/assets/twitter/bootstrap/transition.self-3b268d4cd8c79e46ded7392885f72f64ffb5b0d49948a12b8cf9779f6163e13a.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
441
- Started GET "/assets/twitter/bootstrap/scrollspy.self-52afd90e8ba97d9f08617a13986e8869d6c4a45751c0bff59a6f91241e722aca.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
442
- Started GET "/assets/twitter/bootstrap/tooltip.self-facdc69246a072acb927ded77ff655f7c27a518b9357fddd45d119fbc8a0ab9f.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
443
- Started GET "/assets/twitter/bootstrap/tab.self-dad0d5c377f9fae26394484535ebb23ccf68afae084f896af6ea4cdf8c9f6ae0.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
444
- Started GET "/assets/twitter/bootstrap/popover.self-210cff1fb4b72b71a29b5122180cb5937c8145cd13a934dc838280f1d9607a3e.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
445
- Started GET "/assets/twitter/bootstrap/collapse.self-056c40532d9f0f126ec17e839f60c942f573fbd61a086e7f156306e3fc5e8c1f.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
446
- Started GET "/assets/twitter/bootstrap/button.self-e74d33ba39500940a78d6fa4d2d64f6ca7fd86d60a2149641f7fde7ba711d8a1.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
447
- Started GET "/assets/twitter/bootstrap/carousel.self-35d204878d906298e55bc24553e11fd89b980fc4ffe5792fe36af8c0da289c54.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
448
- Started GET "/assets/twitter/bootstrap/affix.self-3555752f8a930795ee9e56751a52e6871104ae85d01b3ab8363da3802a5ecc78.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
449
- Started GET "/assets/twitter/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-01-18 22:56:59 +0100
450
- Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for 127.0.0.1 at 2018-01-18 22:57:00 +0100
451
- Started GET "/assets/bootstrap.self-5afe7e91ef3675e2be97b8d060a7f3755d6dbc615b76df476df55143da70679f.js?body=1" for 127.0.0.1 at 2018-01-18 22:57:00 +0100
452
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff2" for 127.0.0.1 at 2018-01-18 22:57:00 +0100
453
-
454
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff2"):
455
-
456
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
457
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
458
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
459
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
460
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
461
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
462
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
463
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
464
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
465
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
466
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
467
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
468
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
469
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
470
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
471
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
472
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
473
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
474
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
475
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
476
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
477
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
478
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
479
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2018-01-18 22:57:00 +0100
480
-
481
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff"):
482
-
483
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
484
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
485
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
486
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
487
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
488
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
489
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
490
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
491
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
492
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
493
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
494
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
495
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
496
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
497
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
498
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
499
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
500
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
501
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
502
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
503
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
504
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
505
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
506
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.ttf" for 127.0.0.1 at 2018-01-18 22:57:00 +0100
507
-
508
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.ttf"):
509
-
510
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
511
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
512
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
513
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
514
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
515
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
516
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
517
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
518
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
519
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
520
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
521
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
522
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
523
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
524
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
525
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
526
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
527
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
528
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
529
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
530
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
531
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
532
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
533
- Started GET "/de/benutzer/profil/new" for 127.0.0.1 at 2018-01-18 22:58:58 +0100
534
- Processing by Ecm::UserArea::CurrentUsersController#new as HTML
535
- Parameters: {"locale"=>"de"}
536
- Rendering /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/current_users/new.html.haml within layouts/application
537
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/current_users/_form_errors.html.haml (2.9ms)
538
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/current_users/_form.html.haml (9.4ms)
539
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/current_users/new.html.haml within layouts/application (26.8ms)
540
- DEPRECATION WARNING: The asset "apple-touch-icon-144x144-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
541
- This behavior is deprecated and will be removed.
542
- To bypass the asset pipeline and preserve this behavior,
543
- use the `skip_pipeline: true` option.
544
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178883656980 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:14)
545
- DEPRECATION WARNING: The asset "apple-touch-icon-114x114-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
546
- This behavior is deprecated and will be removed.
547
- To bypass the asset pipeline and preserve this behavior,
548
- use the `skip_pipeline: true` option.
549
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178883656980 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:18)
550
- DEPRECATION WARNING: The asset "apple-touch-icon-72x72-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
551
- This behavior is deprecated and will be removed.
552
- To bypass the asset pipeline and preserve this behavior,
553
- use the `skip_pipeline: true` option.
554
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178883656980 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:22)
555
- DEPRECATION WARNING: The asset "apple-touch-icon-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
556
- This behavior is deprecated and will be removed.
557
- To bypass the asset pipeline and preserve this behavior,
558
- use the `skip_pipeline: true` option.
559
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178883656980 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:26)
560
- DEPRECATION WARNING: The asset "favicon.ico" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
561
- This behavior is deprecated and will be removed.
562
- To bypass the asset pipeline and preserve this behavior,
563
- use the `skip_pipeline: true` option.
564
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178883656980 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:30)
565
- Ecm::UserArea::User Load (0.4ms) SELECT "ecm_user_area_users".* FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
566
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/_navigation.html.haml (8.6ms)
567
- Completed 200 OK in 129ms (Views: 107.8ms | ActiveRecord: 0.4ms)
568
-
569
-
570
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff2" for 127.0.0.1 at 2018-01-18 22:59:00 +0100
571
-
572
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff2"):
573
-
574
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
575
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
576
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
577
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
578
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
579
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
580
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
581
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
582
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
583
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
584
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
585
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
586
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
587
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
588
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
589
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
590
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
591
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
592
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
593
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
594
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
595
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
596
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
597
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2018-01-18 22:59:00 +0100
598
-
599
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff"):
600
-
601
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
602
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
603
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
604
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
605
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
606
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
607
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
608
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
609
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
610
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
611
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
612
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
613
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
614
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
615
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
616
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
617
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
618
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
619
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
620
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
621
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
622
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
623
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
624
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.ttf" for 127.0.0.1 at 2018-01-18 22:59:00 +0100
625
-
626
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.ttf"):
627
-
628
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
629
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
630
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
631
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
632
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
633
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
634
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
635
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
636
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
637
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
638
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
639
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
640
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
641
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
642
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
643
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
644
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
645
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
646
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
647
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
648
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
649
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
650
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
651
- Started GET "/de/benutzer/profil/new" for 127.0.0.1 at 2018-01-18 23:03:31 +0100
652
-
653
- SyntaxError (/home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/config/routes.rb:9: syntax error, unexpected end-of-input, expecting keyword_end):
654
-
655
- config/routes.rb:9: syntax error, unexpected end-of-input, expecting keyword_end
656
- Started GET "/" for 127.0.0.1 at 2018-01-18 23:03:33 +0100
657
-
658
- ActionController::RoutingError (No route matches [GET] "/"):
659
-
660
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
661
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
662
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
663
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
664
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
665
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
666
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
667
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
668
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
669
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
670
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
671
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
672
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
673
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
674
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
675
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
676
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
677
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
678
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
679
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
680
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
681
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
682
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
683
- Started GET "/" for 127.0.0.1 at 2018-01-18 23:03:44 +0100
684
- Started GET "/de" for 127.0.0.1 at 2018-01-18 23:03:44 +0100
685
- Started GET "/de" for 127.0.0.1 at 2018-01-18 23:10:37 +0100
686
- Started GET "/de/benutzer/profil/new" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
687
- Processing by Ecm::UserArea::CurrentUsersController#new as HTML
688
- Parameters: {"locale"=>"de"}
689
- Rendering /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/current_users/new.html.haml within layouts/application
690
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/current_users/_form_errors.html.haml (13.4ms)
691
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/current_users/_form.html.haml (9.3ms)
692
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/current_users/new.html.haml within layouts/application (33.9ms)
693
- DEPRECATION WARNING: The asset "apple-touch-icon-144x144-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
694
- This behavior is deprecated and will be removed.
695
- To bypass the asset pipeline and preserve this behavior,
696
- use the `skip_pipeline: true` option.
697
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878071800 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:14)
698
- DEPRECATION WARNING: The asset "apple-touch-icon-114x114-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
699
- This behavior is deprecated and will be removed.
700
- To bypass the asset pipeline and preserve this behavior,
701
- use the `skip_pipeline: true` option.
702
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878071800 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:18)
703
- DEPRECATION WARNING: The asset "apple-touch-icon-72x72-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
704
- This behavior is deprecated and will be removed.
705
- To bypass the asset pipeline and preserve this behavior,
706
- use the `skip_pipeline: true` option.
707
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878071800 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:22)
708
- DEPRECATION WARNING: The asset "apple-touch-icon-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
709
- This behavior is deprecated and will be removed.
710
- To bypass the asset pipeline and preserve this behavior,
711
- use the `skip_pipeline: true` option.
712
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878071800 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:26)
713
- DEPRECATION WARNING: The asset "favicon.ico" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
714
- This behavior is deprecated and will be removed.
715
- To bypass the asset pipeline and preserve this behavior,
716
- use the `skip_pipeline: true` option.
717
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878071800 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:30)
718
- Ecm::UserArea::User Load (0.3ms) SELECT "ecm_user_area_users".* FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
719
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/_navigation.html.haml (10.2ms)
720
- Completed 200 OK in 220ms (Views: 180.3ms | ActiveRecord: 1.5ms)
721
-
722
-
723
- Started GET "/assets/bootstrap_and_overrides.self-4fa65969eab8ebd38b3b6a1e7bf55fc3ad68fca76ed59b941ce6ec1e94ccb4f6.css?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
724
- Started GET "/assets/twitter/bootstrap/affix.self-3555752f8a930795ee9e56751a52e6871104ae85d01b3ab8363da3802a5ecc78.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
725
- Started GET "/assets/twitter/bootstrap.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
726
- Started GET "/assets/bootstrap.self-5afe7e91ef3675e2be97b8d060a7f3755d6dbc615b76df476df55143da70679f.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
727
- Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
728
- Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
729
- Started GET "/assets/twitter/bootstrap/transition.self-3b268d4cd8c79e46ded7392885f72f64ffb5b0d49948a12b8cf9779f6163e13a.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
730
- Started GET "/assets/twitter/bootstrap/dropdown.self-e56c2ffee4618411d43ecf15c89273f6223847ad756e1cd17545d04afa732ed4.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
731
- Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
732
- Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
733
- Started GET "/assets/twitter/bootstrap/alert.self-d8b7bd612b3dcfdefb7b5539b9d5848d66ccbd3e7af8bb8d48bfb3288aaa7be8.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:37 +0100
734
- Started GET "/assets/twitter/bootstrap/scrollspy.self-52afd90e8ba97d9f08617a13986e8869d6c4a45751c0bff59a6f91241e722aca.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
735
- Started GET "/assets/twitter/bootstrap/modal.self-62463080dba6b9d024ff0a3192da0e76eacbc683194f3395047c6f5cfa0acb59.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
736
- Started GET "/assets/twitter/bootstrap/tab.self-dad0d5c377f9fae26394484535ebb23ccf68afae084f896af6ea4cdf8c9f6ae0.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
737
- Started GET "/assets/twitter/bootstrap/tooltip.self-facdc69246a072acb927ded77ff655f7c27a518b9357fddd45d119fbc8a0ab9f.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
738
- Started GET "/assets/twitter/bootstrap/collapse.self-056c40532d9f0f126ec17e839f60c942f573fbd61a086e7f156306e3fc5e8c1f.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
739
- Started GET "/assets/twitter/bootstrap/popover.self-210cff1fb4b72b71a29b5122180cb5937c8145cd13a934dc838280f1d9607a3e.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
740
- Started GET "/assets/twitter/bootstrap/button.self-e74d33ba39500940a78d6fa4d2d64f6ca7fd86d60a2149641f7fde7ba711d8a1.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
741
- Started GET "/assets/twitter/bootstrap/carousel.self-35d204878d906298e55bc24553e11fd89b980fc4ffe5792fe36af8c0da289c54.js?body=1" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
742
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff2" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
743
-
744
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff2"):
745
-
746
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
747
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
748
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
749
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
750
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
751
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
752
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
753
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
754
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
755
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
756
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
757
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
758
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
759
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
760
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
761
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
762
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
763
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
764
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
765
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
766
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
767
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
768
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
769
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2018-01-18 23:17:38 +0100
770
-
771
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff"):
772
-
773
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
774
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
775
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
776
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
777
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
778
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
779
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
780
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
781
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
782
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
783
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
784
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
785
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
786
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
787
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
788
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
789
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
790
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
791
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
792
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
793
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
794
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
795
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
796
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.ttf" for 127.0.0.1 at 2018-01-18 23:17:39 +0100
797
-
798
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.ttf"):
799
-
800
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
801
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
802
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
803
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
804
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
805
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
806
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
807
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
808
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
809
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
810
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
811
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
812
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
813
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
814
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
815
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
816
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
817
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
818
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
819
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
820
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
821
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
822
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
823
- Started POST "/de/benutzer/profil" for 127.0.0.1 at 2018-01-18 23:17:42 +0100
824
- Processing by Ecm::UserArea::CurrentUsersController#create as HTML
825
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"mFNNs76tlR5xSVEtNV+RcZCOjLlDsgf0eTzOFVI4/Srl+CezoJ4JJFWow4GtyC4EcZMHCK87BEV+oGjqBRhBVw==", "user"=>{"email"=>"user@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Benutzer erstellen", "locale"=>"de"}
826
-  (0.2ms) begin transaction
827
- Ecm::UserArea::User Exists (0.3ms) SELECT 1 AS one FROM "ecm_user_area_users" WHERE LOWER("ecm_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]
828
- CACHE Ecm::UserArea::User Exists (0.1ms) SELECT 1 AS one FROM "ecm_user_area_users" WHERE LOWER("ecm_user_area_users"."email") = LOWER(?) LIMIT ? [["email", "user@example.com"], ["LIMIT", 1]]
829
- Ecm::UserArea::User Exists (0.5ms) SELECT 1 AS one FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."persistence_token" = ? LIMIT ? [["persistence_token", "83cc3742b0bdeeb21ac0b936c180246fd31394ee005594b55d230056b5493da7654beb45d37632c7bc9e3e3481957d829ca8f1f536e5a32c171a941e5b22c562"], ["LIMIT", 1]]
830
- Ecm::UserArea::User Exists (0.2ms) SELECT 1 AS one FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."single_access_token" = ? LIMIT ? [["single_access_token", "VlQI1AsRDH4mMuN4d7J"], ["LIMIT", 1]]
831
- Ecm::UserArea::User Load (0.3ms) SELECT "ecm_user_area_users".* FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
832
- SQL (1.4ms) INSERT INTO "ecm_user_area_users" ("email", "crypted_password", "password_salt", "persistence_token", "single_access_token", "perishable_token", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user@example.com"], ["crypted_password", "$2a$10$OCwX6vPTOtwjSDPGF0bMVeATORe1J3DUrjPnYuCcdNiHkUqhUbzPe"], ["password_salt", "TXWwboQbe8K6gHplnRI"], ["persistence_token", "83cc3742b0bdeeb21ac0b936c180246fd31394ee005594b55d230056b5493da7654beb45d37632c7bc9e3e3481957d829ca8f1f536e5a32c171a941e5b22c562"], ["single_access_token", "VlQI1AsRDH4mMuN4d7J"], ["perishable_token", "ILx43iAWfXkVkW3rO5z"], ["created_at", "2018-01-18 22:17:42.644587"], ["updated_at", "2018-01-18 22:17:42.644587"]]
833
-  (11.9ms) commit transaction
834
- Redirected to http://localhost:3000/de/benutzer/session/new
835
- Completed 302 Found in 124ms (ActiveRecord: 14.8ms)
836
-
837
-
838
- Started GET "/de/benutzer/session/new" for 127.0.0.1 at 2018-01-18 23:17:42 +0100
839
- Processing by Ecm::UserArea::UserSessionsController#new as HTML
840
- Parameters: {"locale"=>"de"}
841
- Rendering /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application
842
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form_errors.html.haml (11.9ms)
843
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/_form.html.haml (8.1ms)
844
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/sessions/base/new.html.haml within layouts/application (36.3ms)
845
- DEPRECATION WARNING: The asset "apple-touch-icon-144x144-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
846
- This behavior is deprecated and will be removed.
847
- To bypass the asset pipeline and preserve this behavior,
848
- use the `skip_pipeline: true` option.
849
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878513240 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:14)
850
- DEPRECATION WARNING: The asset "apple-touch-icon-114x114-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
851
- This behavior is deprecated and will be removed.
852
- To bypass the asset pipeline and preserve this behavior,
853
- use the `skip_pipeline: true` option.
854
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878513240 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:18)
855
- DEPRECATION WARNING: The asset "apple-touch-icon-72x72-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
856
- This behavior is deprecated and will be removed.
857
- To bypass the asset pipeline and preserve this behavior,
858
- use the `skip_pipeline: true` option.
859
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878513240 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:22)
860
- DEPRECATION WARNING: The asset "apple-touch-icon-precomposed.png" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
861
- This behavior is deprecated and will be removed.
862
- To bypass the asset pipeline and preserve this behavior,
863
- use the `skip_pipeline: true` option.
864
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878513240 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:26)
865
- DEPRECATION WARNING: The asset "favicon.ico" is not present in the asset pipeline.Falling back to an asset that may be in the public folder.
866
- This behavior is deprecated and will be removed.
867
- To bypass the asset pipeline and preserve this behavior,
868
- use the `skip_pipeline: true` option.
869
- (called from _app_views_layouts_application_html_erb___2485230785554289509_70178878513240 at /home/vagrant/rails/ecm/ecm_user_area2/spec/dummy/app/views/layouts/application.html.erb:30)
870
- Ecm::UserArea::User Load (0.5ms) SELECT "ecm_user_area_users".* FROM "ecm_user_area_users" WHERE "ecm_user_area_users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
871
- Rendered /home/vagrant/rails/ecm/ecm_user_area2/app/views/ecm/user_area/_navigation.html.haml (8.1ms)
872
- Completed 200 OK in 164ms (Views: 162.3ms | ActiveRecord: 0.5ms)
873
-
874
-
875
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff2" for 127.0.0.1 at 2018-01-18 23:17:43 +0100
876
-
877
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff2"):
878
-
879
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
880
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
881
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
882
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
883
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
884
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
885
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
886
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
887
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
888
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
889
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
890
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
891
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
892
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
893
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
894
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
895
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
896
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
897
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
898
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
899
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
900
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
901
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
902
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2018-01-18 23:17:43 +0100
903
-
904
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.woff"):
905
-
906
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
907
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
908
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
909
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
910
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
911
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
912
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
913
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
914
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
915
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
916
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
917
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
918
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
919
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
920
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
921
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
922
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
923
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
924
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
925
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
926
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
927
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
928
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
929
- Started GET "/assets/twitter/fonts/glyphicons-halflings-regular.ttf" for 127.0.0.1 at 2018-01-18 23:17:43 +0100
930
-
931
- ActionController::RoutingError (No route matches [GET] "/assets/twitter/fonts/glyphicons-halflings-regular.ttf"):
932
-
933
- actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call'
934
- actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
935
- railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
936
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
937
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
938
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
939
- activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
940
- railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
941
- actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
942
- request_store (1.4.0) lib/request_store/middleware.rb:19:in `call'
943
- request_store_rails (1.0.3) lib/request_store_rails/middleware.rb:17:in `call'
944
- actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
945
- rack (2.0.3) lib/rack/method_override.rb:22:in `call'
946
- rack (2.0.3) lib/rack/runtime.rb:22:in `call'
947
- activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
948
- actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
949
- actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
950
- rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
951
- railties (5.1.4) lib/rails/engine.rb:522:in `call'
952
- rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service'
953
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:140:in `service'
954
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/httpserver.rb:96:in `run'
955
- /home/vagrant/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/webrick/server.rb:290:in `block in start_thread'
956
-  (1.0ms) SELECT COUNT(*) FROM "ecm_user_area_users"