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

質問編集履歴

2

RubyとRailsのバージョン追加

2019/05/27 05:51

投稿

hasshy
hasshy

スコア102

title CHANGED
File without changes
body CHANGED
@@ -32,4 +32,6 @@
32
32
  Redmine|4.0.3
33
33
  OS|CentOS 7.6
34
34
  Webサーバー|Nginx 1.12
35
- データベース|MySQL 8.0
35
+ データベース|MySQL 8.0
36
+ Ruby|2.6.3p62
37
+ Rails|5.2.3

1

実行時のログを追加

2019/05/27 05:51

投稿

hasshy
hasshy

スコア102

title CHANGED
File without changes
body CHANGED
@@ -14,7 +14,14 @@
14
14
  #2回目だったので、migrateは実行されず何も実行されませんでした。
15
15
  $
16
16
  ```
17
+ ### 実行時のログ
18
+ 実行時に、```/log/product.log```には下記のように表示されます。
17
19
 
20
+ ```
21
+ 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)
22
+ 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)
23
+ ```
24
+
18
25
  ## 試した事
19
26
  - サーバーの再起動
20
27