質問編集履歴
1
docker-compose web logの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -242,6 +242,160 @@
|
|
242
242
|
|
243
243
|
|
244
244
|
|
245
|
+
|
246
|
+
|
247
|
+
そのあと、docker-compose down --rmi all
|
248
|
+
|
249
|
+
をして、再度上記を行うも治らず。
|
250
|
+
|
251
|
+
また、log以下のようになる
|
252
|
+
|
253
|
+
```ここに言語を入力
|
254
|
+
|
255
|
+
docker-compose logs web
|
256
|
+
|
257
|
+
Attaching to docker-files_web_1
|
258
|
+
|
259
|
+
web_1 | => Booting Puma
|
260
|
+
|
261
|
+
web_1 | => Rails 5.0.7.2 application starting in development on http://0.0.0.0:3000
|
262
|
+
|
263
|
+
web_1 | => Run `rails server -h` for more startup options
|
264
|
+
|
265
|
+
web_1 | Exiting
|
266
|
+
|
267
|
+
web_1 | /app/config/routes.rb:4:in `block in <top (required)>': undefined method `resorces' for #<ActionDispatch::Routing::Mapper:0x000055c563ed8680> (NoMethodError)
|
268
|
+
|
269
|
+
web_1 | from /usr/local/bundle/gems/actionpack-5.0.7.2/lib/action_dispatch/routing/route_set.rb:391:in `instance_exec'
|
270
|
+
|
271
|
+
web_1 | from /usr/local/bundle/gems/actionpack-5.0.7.2/lib/action_dispatch/routing/route_set.rb:391:in `eval_block'
|
272
|
+
|
273
|
+
web_1 | from /usr/local/bundle/gems/actionpack-5.0.7.2/lib/action_dispatch/routing/route_set.rb:373:in `draw'
|
274
|
+
|
275
|
+
web_1 | from /app/config/routes.rb:1:in `<top (required)>'
|
276
|
+
|
277
|
+
web_1 | from /usr/local/bundle/gems/activesupport-5.0.7.2/lib/active_support/dependencies.rb:287:in `load'
|
278
|
+
|
279
|
+
web_1 | from /usr/local/bundle/gems/activesupport-5.0.7.2/lib/active_support/dependencies.rb:287:in `block in load'
|
280
|
+
|
281
|
+
web_1 | from /usr/local/bundle/gems/activesupport-5.0.7.2/lib/active_support/dependencies.rb:259:in `load_dependency'
|
282
|
+
|
283
|
+
web_1 | from /usr/local/bundle/gems/activesupport-5.0.7.2/lib/active_support/dependencies.rb:287:in `load'
|
284
|
+
|
285
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
|
286
|
+
|
287
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/application/routes_reloader.rb:40:in `each'
|
288
|
+
|
289
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/application/routes_reloader.rb:40:in `load_paths'
|
290
|
+
|
291
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/application/routes_reloader.rb:16:in `reload!'
|
292
|
+
|
293
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/application/routes_reloader.rb:26:in `block in updater'
|
294
|
+
|
295
|
+
web_1 | from /usr/local/bundle/gems/activesupport-5.0.7.2/lib/active_support/file_update_checker.rb:77:in `execute'
|
296
|
+
|
297
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/application/routes_reloader.rb:27:in `updater'
|
298
|
+
|
299
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/application/routes_reloader.rb:7:in `execute_if_updated'
|
300
|
+
|
301
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/application/finisher.rb:119:in `block in <module:Finisher>'
|
302
|
+
|
303
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/initializable.rb:30:in `instance_exec'
|
304
|
+
|
305
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/initializable.rb:30:in `run'
|
306
|
+
|
307
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/initializable.rb:55:in `block in run_initializers'
|
308
|
+
|
309
|
+
web_1 | from /usr/local/lib/ruby/2.4.0/tsort.rb:228:in `block in tsort_each'
|
310
|
+
|
311
|
+
web_1 | from /usr/local/lib/ruby/2.4.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
|
312
|
+
|
313
|
+
web_1 | from /usr/local/lib/ruby/2.4.0/tsort.rb:431:in `each_strongly_connected_component_from'
|
314
|
+
|
315
|
+
web_1 | from /usr/local/lib/ruby/2.4.0/tsort.rb:349:in `block in each_strongly_connected_component'
|
316
|
+
|
317
|
+
web_1 | from /usr/local/lib/ruby/2.4.0/tsort.rb:347:in `each'
|
318
|
+
|
319
|
+
web_1 | from /usr/local/lib/ruby/2.4.0/tsort.rb:347:in `call'
|
320
|
+
|
321
|
+
web_1 | from /usr/local/lib/ruby/2.4.0/tsort.rb:347:in `each_strongly_connected_component'
|
322
|
+
|
323
|
+
web_1 | from /usr/local/lib/ruby/2.4.0/tsort.rb:226:in `tsort_each'
|
324
|
+
|
325
|
+
web_1 | from /usr/local/lib/ruby/2.4.0/tsort.rb:205:in `tsort_each'
|
326
|
+
|
327
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/initializable.rb:54:in `run_initializers'
|
328
|
+
|
329
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/application.rb:352:in `initialize!'
|
330
|
+
|
331
|
+
web_1 | from /app/config/environment.rb:5:in `<top (required)>'
|
332
|
+
|
333
|
+
web_1 | from /app/config.ru:3:in `require_relative'
|
334
|
+
|
335
|
+
web_1 | from /app/config.ru:3:in `block in <main>'
|
336
|
+
|
337
|
+
web_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `eval'
|
338
|
+
|
339
|
+
web_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:116:in `new_from_string'
|
340
|
+
|
341
|
+
web_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:105:in `load_file'
|
342
|
+
|
343
|
+
web_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/builder.rb:66:in `parse_file'
|
344
|
+
|
345
|
+
web_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:349:in `build_app_and_options_from_config'
|
346
|
+
|
347
|
+
web_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:249:in `app'
|
348
|
+
|
349
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/server.rb:84:in `app'
|
350
|
+
|
351
|
+
web_1 | from /usr/local/bundle/gems/rack-2.2.3/lib/rack/server.rb:422:in `wrapped_app'
|
352
|
+
|
353
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/server.rb:148:in `log_to_stdout'
|
354
|
+
|
355
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/server.rb:102:in `start'
|
356
|
+
|
357
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:90:in `block in server'
|
358
|
+
|
359
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:85:in `tap'
|
360
|
+
|
361
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:85:in `server'
|
362
|
+
|
363
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:49:in `run_command!'
|
364
|
+
|
365
|
+
web_1 | from /usr/local/bundle/gems/railties-5.0.7.2/lib/rails/commands.rb:18:in `<top (required)>'
|
366
|
+
|
367
|
+
web_1 | from /app/bin/rails:9:in `require'
|
368
|
+
|
369
|
+
web_1 | from /app/bin/rails:9:in `<top (required)>'
|
370
|
+
|
371
|
+
web_1 | from /usr/local/bundle/gems/spring-2.1.1/lib/spring/client/rails.rb:28:in `load'
|
372
|
+
|
373
|
+
web_1 | from /usr/local/bundle/gems/spring-2.1.1/lib/spring/client/rails.rb:28:in `call'
|
374
|
+
|
375
|
+
web_1 | from /usr/local/bundle/gems/spring-2.1.1/lib/spring/client/command.rb:7:in `call'
|
376
|
+
|
377
|
+
web_1 | from /usr/local/bundle/gems/spring-2.1.1/lib/spring/client.rb:30:in `run'
|
378
|
+
|
379
|
+
web_1 | from /usr/local/bundle/gems/spring-2.1.1/bin/spring:49:in `<top (required)>'
|
380
|
+
|
381
|
+
web_1 | from /usr/local/bundle/gems/spring-2.1.1/lib/spring/binstub.rb:11:in `load'
|
382
|
+
|
383
|
+
web_1 | from /usr/local/bundle/gems/spring-2.1.1/lib/spring/binstub.rb:11:in `<top (required)>'
|
384
|
+
|
385
|
+
web_1 | from /app/bin/spring:15:in `require'
|
386
|
+
|
387
|
+
web_1 | from /app/bin/spring:15:in `<top (required)>'
|
388
|
+
|
389
|
+
web_1 | from bin/rails:3:in `load'
|
390
|
+
|
391
|
+
web_1 | from bin/rails:3:in `<main>'
|
392
|
+
|
393
|
+
|
394
|
+
|
395
|
+
```
|
396
|
+
|
397
|
+
|
398
|
+
|
245
399
|
それでも治らず。
|
246
400
|
|
247
401
|
|