質問するログイン新規登録

質問編集履歴

4

表記修正

2019/09/26 07:16

投稿

ya-mon
ya-mon

スコア22

title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,4 @@
1
1
  疑問1
2
- - なぜ、ActionController::RoutingError (No route matches [GET] "/foo/bar") は FATAL なのでしょうか。
2
+ - ActionController::RoutingError (No route matches [GET] "/foo/bar") は なぜ FATAL なのでしょうか。
3
3
  疑問2
4
4
  - ActionController::RoutingError (No route matches [GET] "/foo/bar") を FATAL 以外にする方法はあるのでしょうか。

3

タイトル訂正

2019/09/26 07:16

投稿

ya-mon
ya-mon

スコア22

title CHANGED
@@ -1,1 +1,1 @@
1
- Rails RoutingError のログレベル
1
+ ActionController::RoutingError は、なぜ FATAL
body CHANGED
File without changes

2

表現の訂正

2019/09/26 07:15

投稿

ya-mon
ya-mon

スコア22

title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,4 @@
1
1
  疑問1
2
- - ActionController::RoutingError (No route matches [GET] "/foo/bar") のログレベルが FATAL で出力されるのは、Rails のデフォルト?なのか
2
+ - なぜ、ActionController::RoutingError (No route matches [GET] "/foo/bar") FATAL なのでしょう
3
-
4
3
  疑問2
5
- - ActionController::RoutingError (No route matches [GET] "/foo/bar") のログレベルを FATAL 以外にする方法はあるのか
4
+ - ActionController::RoutingError (No route matches [GET] "/foo/bar") を FATAL 以外にする方法はあるのでしょう

1

余計な質問を削除

2019/09/26 07:15

投稿

ya-mon
ya-mon

スコア22

title CHANGED
File without changes
body CHANGED
@@ -2,9 +2,4 @@
2
2
  - ActionController::RoutingError (No route matches [GET] "/foo/bar") のログレベルが FATAL で出力されるのは、Rails のデフォルト?なのか
3
3
 
4
4
  疑問2
5
- - ActionController::RoutingError (No route matches [GET] "/foo/bar") のログレベルを FATAL 以外にする方法はあるのか
5
+ - ActionController::RoutingError (No route matches [GET] "/foo/bar") のログレベルを FATAL 以外にする方法はあるのか
6
-
7
-
8
- ---
9
-
10
- 参考資料や調べ方のヒントがあったら、教えて欲しいです