質問編集履歴

2

RubyとRailsのバージョン追加

2019/05/27 05:51

投稿

hasshy
hasshy

スコア102

test CHANGED
File without changes
test CHANGED
@@ -67,3 +67,7 @@
67
67
  Webサーバー|Nginx 1.12
68
68
 
69
69
  データベース|MySQL 8.0
70
+
71
+ Ruby|2.6.3p62
72
+
73
+ Rails|5.2.3

1

実行時のログを追加

2019/05/27 05:51

投稿

hasshy
hasshy

スコア102

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,20 @@
30
30
 
31
31
  ```
32
32
 
33
+ ### 実行時のログ
34
+
35
+ 実行時に、```/log/product.log```には下記のように表示されます。
36
+
37
+
38
+
39
+ ```
40
+
41
+ DEPRECATION WARNING: Using a dynamic :action segment in a route is deprecated and will be removed in Rails 6.0. (called from instance_eval at /var/lib/redmine/config/routes.rb:355)
42
+
43
+ DEPRECATION WARNING: Using a dynamic :action segment in a route is deprecated and will be removed in Rails 6.0. (called from instance_eval at /var/lib/redmine/config/routes.rb:355)
44
+
45
+ ```
46
+
33
47
 
34
48
 
35
49
  ## 試した事