質問編集履歴

3

ログを簡潔にしました

2020/03/13 06:56

投稿

adrastea
adrastea

スコア5

test CHANGED
File without changes
test CHANGED
@@ -22,105 +22,15 @@
22
22
 
23
23
  ##herokuのログ
24
24
 
25
- ~/wikipedia-client$ heroku open
26
-
27
- › Warning: heroku update available from 7.35.1 to 7.39.0.
28
-
29
- ~/wikipedia-client$ heroku logs -t
30
-
31
- › Warning: heroku update available from 7.35.1 to 7.39.0.
25
+ 2020-03-13T06:18:50.902893+00:00 heroku[router]: at=info method=POST path="/" host=wikipedia-client.herokuapp.com request_id=db5b2ba4-5793-4472-bb68-3319e5e5e2bd fwd="203.104.156.74" dyno=web.1 connect=0ms service=3ms status=404 bytes=1902protocol=https
32
26
 
33
27
 
34
28
 
35
- 〜(略)〜
29
+ ActionController::RoutingError (No route matches [POST] "/"):
36
30
 
37
31
 
38
32
 
39
- 2020-03-12T12:56:06.668470+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] puma (4.3.3) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
40
-
41
- 2020-03-12T12:56:06.674398+00:00 heroku[router]: at=info method=GET path="/" host=wikipedia-client.herokuapp.com request_id=1ef4a219-c9da-4506-87b0-82c62213e7b1 fwd="60.73.163.161" dyno=web.1 connect=1msservice=10ms status=404 bytes=1902 protocol=https
42
-
43
- 2020-03-12T12:56:40.831291+00:00 heroku[router]: at=info method=GET path="/" host=wikipedia-client.herokuapp.com request_id=ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98 fwd="60.73.163.161" dyno=web.1 connect=2msservice=11ms status=404 bytes=1902 protocol=https
44
-
45
- 2020-03-12T12:56:40.822038+00:00 app[web.1]: I, [2020-03-12T12:56:40.821832 #4] INFO -- : [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] Started GET "/" for 60.73.163.161 at 2020-03-12 12:56:40 +0000
46
-
47
- 2020-03-12T12:56:40.828426+00:00 app[web.1]: F, [2020-03-12T12:56:40.828332 #4] FATAL -- : [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98]
48
-
49
- 2020-03-12T12:56:40.828427+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] ActionController::RoutingError (uninitialized constant UsersController):
50
-
51
- 2020-03-12T12:56:40.828428+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98]
52
-
53
- 2020-03-12T12:56:40.828429+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:282:in `const_get'
54
-
55
- 2020-03-12T12:56:40.828430+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:282:in `block in constantize'
56
-
57
- 2020-03-12T12:56:40.828430+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:280:in `each'
58
-
59
- 2020-03-12T12:56:40.828431+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:280:in `inject'
60
-
61
- 2020-03-12T12:56:40.828431+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:280:in `constantize'
62
-
63
- 2020-03-12T12:56:40.828431+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/dependencies/zeitwerk_integration.rb:19:in `constantize'
64
-
65
- 2020-03-12T12:56:40.828432+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/http/request.rb:88:in `controller_class_for'
66
-
67
- 2020-03-12T12:56:40.828432+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/http/request.rb:81:in `controller_class'
68
-
69
- 2020-03-12T12:56:40.828439+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/callbacks.rb:101:in `run_callbacks'
70
-
71
- 2020-03-12T12:56:40.828439+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
72
-
73
- 2020-03-12T12:56:40.828439+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'
74
-
75
- 2020-03-12T12:56:40.828440+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'
76
-
77
- 2020-03-12T12:56:40.828440+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
78
-
79
- 2020-03-12T12:56:40.828440+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] railties (6.0.2.1) lib/rails/rack/logger.rb:38:in `call_app'
80
-
81
- 2020-03-12T12:56:40.828441+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `block in call'
82
-
83
- 2020-03-12T12:56:40.828441+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `block in tagged'
84
-
85
- 2020-03-12T12:56:40.828442+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
86
-
87
- 2020-03-12T12:56:40.828442+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `tagged'
88
-
89
- 2020-03-12T12:56:40.828448+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `call'
90
-
91
- 2020-03-12T12:56:40.828449+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
92
-
93
- 2020-03-12T12:56:40.828449+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
94
-
95
- 2020-03-12T12:56:40.828449+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] rack (2.2.2) lib/rack/method_override.rb:24:in `call'
96
-
97
- 2020-03-12T12:56:40.828450+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] rack (2.2.2) lib/rack/runtime.rb:22:in `call'
98
-
99
- 2020-03-12T12:56:40.828450+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
100
-
101
- 2020-03-12T12:56:40.828451+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
102
-
103
- 2020-03-12T12:56:40.828451+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/static.rb:126:in `call'
104
-
105
- 2020-03-12T12:56:40.828451+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
106
-
107
- 2020-03-12T12:56:40.828452+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/host_authorization.rb:77:in `call'
108
-
109
- 2020-03-12T12:56:40.828452+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] railties (6.0.2.1) lib/rails/engine.rb:526:in `call'
110
-
111
- 2020-03-12T12:56:40.828452+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/configuration.rb:228:in `call'
112
-
113
- 2020-03-12T12:56:40.828453+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/server.rb:682:in `handle_request'
114
-
115
- 2020-03-12T12:56:40.828453+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/server.rb:472:in `process_client'
116
-
117
- 2020-03-12T12:56:40.828454+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/server.rb:328:in `block in run'
118
-
119
- 2020-03-12T12:56:40.828454+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
120
-
121
-
122
-
123
- エラーではないところは極力省略しました。
33
+ 見たところでているエラーはこの二つです。
124
34
 
125
35
 
126
36
 

2

routes.rbが間違っていたので編集しました。

2020/03/13 06:56

投稿

adrastea
adrastea

スコア5

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- herokuのログ
23
+ ##herokuのログ
24
24
 
25
25
  ~/wikipedia-client$ heroku open
26
26
 
@@ -29,24 +29,6 @@
29
29
  ~/wikipedia-client$ heroku logs -t
30
30
 
31
31
  › Warning: heroku update available from 7.35.1 to 7.39.0.
32
-
33
- 2020-03-12T12:56:06.668456+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:280:in `constantize'
34
-
35
- 2020-03-12T12:56:06.668456+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] activesupport (6.0.2.1) lib/active_support/dependencies/zeitwerk_integration.rb:19:in `constantize'
36
-
37
- 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/http/request.rb:88:in `controller_class_for'
38
-
39
- 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/http/request.rb:81:in `controller_class'
40
-
41
- 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/routing/route_set.rb:45:in `controller'
42
-
43
- 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/routing/route_set.rb:31:in `serve'
44
-
45
- 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/journey/router.rb:49:in `block in serve'
46
-
47
- 2020-03-12T12:56:06.668458+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/middleware/cookies.rb:648:in `call'
48
-
49
- 2020-03-12T12:56:06.668460+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
50
32
 
51
33
 
52
34
 
@@ -142,13 +124,11 @@
142
124
 
143
125
 
144
126
 
145
- config/routes.rb
127
+ ##config/routes.rb
146
128
 
147
129
  Rails.application.routes.draw do
148
130
 
149
- # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
131
+
150
-
151
-
152
132
 
153
133
  root 'users#index'
154
134
 

1

herokuのログとconfig/routes.rbを載せました。

2020/03/12 13:14

投稿

adrastea
adrastea

スコア5

test CHANGED
@@ -1 +1 @@
1
- The page you were looking for doesn't exist.
1
+ The page you were looking for doesn't exist.のエラーが止まらない。
test CHANGED
@@ -20,4 +20,174 @@
20
20
 
21
21
 
22
22
 
23
+ herokuのログ
24
+
25
+ ~/wikipedia-client$ heroku open
26
+
27
+ › Warning: heroku update available from 7.35.1 to 7.39.0.
28
+
29
+ ~/wikipedia-client$ heroku logs -t
30
+
31
+ › Warning: heroku update available from 7.35.1 to 7.39.0.
32
+
33
+ 2020-03-12T12:56:06.668456+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:280:in `constantize'
34
+
35
+ 2020-03-12T12:56:06.668456+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] activesupport (6.0.2.1) lib/active_support/dependencies/zeitwerk_integration.rb:19:in `constantize'
36
+
37
+ 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/http/request.rb:88:in `controller_class_for'
38
+
39
+ 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/http/request.rb:81:in `controller_class'
40
+
41
+ 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/routing/route_set.rb:45:in `controller'
42
+
43
+ 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/routing/route_set.rb:31:in `serve'
44
+
45
+ 2020-03-12T12:56:06.668457+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/journey/router.rb:49:in `block in serve'
46
+
47
+ 2020-03-12T12:56:06.668458+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/middleware/cookies.rb:648:in `call'
48
+
49
+ 2020-03-12T12:56:06.668460+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
50
+
51
+
52
+
53
+ 〜(略)〜
54
+
55
+
56
+
57
+ 2020-03-12T12:56:06.668470+00:00 app[web.1]: [1ef4a219-c9da-4506-87b0-82c62213e7b1] puma (4.3.3) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
58
+
59
+ 2020-03-12T12:56:06.674398+00:00 heroku[router]: at=info method=GET path="/" host=wikipedia-client.herokuapp.com request_id=1ef4a219-c9da-4506-87b0-82c62213e7b1 fwd="60.73.163.161" dyno=web.1 connect=1msservice=10ms status=404 bytes=1902 protocol=https
60
+
61
+ 2020-03-12T12:56:40.831291+00:00 heroku[router]: at=info method=GET path="/" host=wikipedia-client.herokuapp.com request_id=ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98 fwd="60.73.163.161" dyno=web.1 connect=2msservice=11ms status=404 bytes=1902 protocol=https
62
+
63
+ 2020-03-12T12:56:40.822038+00:00 app[web.1]: I, [2020-03-12T12:56:40.821832 #4] INFO -- : [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] Started GET "/" for 60.73.163.161 at 2020-03-12 12:56:40 +0000
64
+
65
+ 2020-03-12T12:56:40.828426+00:00 app[web.1]: F, [2020-03-12T12:56:40.828332 #4] FATAL -- : [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98]
66
+
67
+ 2020-03-12T12:56:40.828427+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] ActionController::RoutingError (uninitialized constant UsersController):
68
+
69
+ 2020-03-12T12:56:40.828428+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98]
70
+
71
+ 2020-03-12T12:56:40.828429+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:282:in `const_get'
72
+
73
+ 2020-03-12T12:56:40.828430+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:282:in `block in constantize'
74
+
75
+ 2020-03-12T12:56:40.828430+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:280:in `each'
76
+
77
+ 2020-03-12T12:56:40.828431+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:280:in `inject'
78
+
79
+ 2020-03-12T12:56:40.828431+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/inflector/methods.rb:280:in `constantize'
80
+
81
+ 2020-03-12T12:56:40.828431+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/dependencies/zeitwerk_integration.rb:19:in `constantize'
82
+
83
+ 2020-03-12T12:56:40.828432+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/http/request.rb:88:in `controller_class_for'
84
+
85
+ 2020-03-12T12:56:40.828432+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/http/request.rb:81:in `controller_class'
86
+
87
+ 2020-03-12T12:56:40.828439+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/callbacks.rb:101:in `run_callbacks'
88
+
89
+ 2020-03-12T12:56:40.828439+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
90
+
91
+ 2020-03-12T12:56:40.828439+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call'
92
+
93
+ 2020-03-12T12:56:40.828440+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'
94
+
95
+ 2020-03-12T12:56:40.828440+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
96
+
97
+ 2020-03-12T12:56:40.828440+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] railties (6.0.2.1) lib/rails/rack/logger.rb:38:in `call_app'
98
+
99
+ 2020-03-12T12:56:40.828441+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `block in call'
100
+
101
+ 2020-03-12T12:56:40.828441+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `block in tagged'
102
+
103
+ 2020-03-12T12:56:40.828442+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:28:in `tagged'
104
+
105
+ 2020-03-12T12:56:40.828442+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `tagged'
106
+
107
+ 2020-03-12T12:56:40.828448+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `call'
108
+
109
+ 2020-03-12T12:56:40.828449+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
110
+
111
+ 2020-03-12T12:56:40.828449+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
112
+
113
+ 2020-03-12T12:56:40.828449+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] rack (2.2.2) lib/rack/method_override.rb:24:in `call'
114
+
115
+ 2020-03-12T12:56:40.828450+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] rack (2.2.2) lib/rack/runtime.rb:22:in `call'
116
+
117
+ 2020-03-12T12:56:40.828450+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] activesupport (6.0.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
118
+
119
+ 2020-03-12T12:56:40.828451+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
120
+
121
+ 2020-03-12T12:56:40.828451+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/static.rb:126:in `call'
122
+
123
+ 2020-03-12T12:56:40.828451+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] rack (2.2.2) lib/rack/sendfile.rb:110:in `call'
124
+
125
+ 2020-03-12T12:56:40.828452+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] actionpack (6.0.2.1) lib/action_dispatch/middleware/host_authorization.rb:77:in `call'
126
+
127
+ 2020-03-12T12:56:40.828452+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] railties (6.0.2.1) lib/rails/engine.rb:526:in `call'
128
+
129
+ 2020-03-12T12:56:40.828452+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/configuration.rb:228:in `call'
130
+
131
+ 2020-03-12T12:56:40.828453+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/server.rb:682:in `handle_request'
132
+
133
+ 2020-03-12T12:56:40.828453+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/server.rb:472:in `process_client'
134
+
135
+ 2020-03-12T12:56:40.828454+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/server.rb:328:in `block in run'
136
+
137
+ 2020-03-12T12:56:40.828454+00:00 app[web.1]: [ab8a6ffe-d779-4bc9-9eac-0f7101ee2d98] puma (4.3.3) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
138
+
139
+
140
+
141
+ エラーではないところは極力省略しました。
142
+
143
+
144
+
145
+ config/routes.rb
146
+
147
+ Rails.application.routes.draw do
148
+
149
+ # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
150
+
151
+
152
+
153
+ root 'users#index'
154
+
155
+
156
+
157
+ get "/" => 'home#top'
158
+
159
+
160
+
161
+ get '/users', to: 'users#index'
162
+
163
+
164
+
165
+ get '/users/new', to: 'users#new'
166
+
167
+
168
+
169
+ post '/users', to: 'users#create'
170
+
171
+
172
+
173
+ get '/users/:id/edit', to: 'users#edit'
174
+
175
+
176
+
177
+ patch 'users/:id', to: 'users#update'
178
+
179
+
180
+
181
+ delete '/users/:id', to:'users#destroy'
182
+
183
+ end
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
23
193
  何か原因のわかる方、いましたらご教授願います。