質問編集履歴

3

s

2021/01/03 02:27

投稿

tanukiman
tanukiman

スコア6

test CHANGED
File without changes
test CHANGED
@@ -22,4 +22,8 @@
22
22
 
23
23
  `$ heroku logs`を実行したところ、ルーティングエラーが見られました。ますますわからなくなりました...
24
24
 
25
+ ```
26
+
25
- `2021-01-03T02:10:43.371619+00:00 app[web.1]: [91f405e7-ffad-416a-80fe-3fa82eb7e726] ActionController::RoutingError (No route matches [GET] "/users"):`
27
+ 2021-01-03T02:10:43.371619+00:00 app[web.1]: [91f405e7-ffad-416a-80fe-3fa82eb7e726] ActionController::RoutingError (No route matches [GET] "/users"):
28
+
29
+ ```

2

t

2021/01/03 02:27

投稿

tanukiman
tanukiman

スコア6

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,11 @@
15
15
 
16
16
 
17
17
  協力していただけますと幸いです!
18
+
19
+
20
+
21
+ (追記)
22
+
23
+ `$ heroku logs`を実行したところ、ルーティングエラーが見られました。ますますわからなくなりました...
24
+
25
+ `2021-01-03T02:10:43.371619+00:00 app[web.1]: [91f405e7-ffad-416a-80fe-3fa82eb7e726] ActionController::RoutingError (No route matches [GET] "/users"):`

1

s

2021/01/03 02:26

投稿

tanukiman
tanukiman

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- [Railsチュートリアル 2.2章](http://https://railstutorial.jp/chapters/toy_app?version=6.0#sec-demo_users_resource)を進めているのですが、「/users」のページを開くと上記のエラーが発生してしまいます。
1
+ [Railsチュートリアル 2.2章](https://railstutorial.jp/chapters/toy_app?version=6.0#sec-demo_users_resource)を進めているのですが、「/users」のページを開くと上記のエラーが発生してしまいます。
2
2
 
3
3
  参考にしたのは以下です。
4
4