質問編集履歴
1
タイトル変更とコード追加
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
rails test
|
1
|
+
rails test でのエラー
|
test
CHANGED
@@ -88,6 +88,24 @@
|
|
88
88
|
|
89
89
|
C:/Users/(ユーザー名)/rails_test/sample/tmp/cache/assets/sprockets/v4.0.0/以降が毎回変わります。
|
90
90
|
|
91
|
+
rails routesの結果↓
|
92
|
+
|
93
|
+
```ここに言語を入力
|
94
|
+
|
95
|
+
$rails routes
|
96
|
+
|
97
|
+
Prefix Verb URI Pattern Controller#Action
|
98
|
+
|
99
|
+
static_pages_help GET /static_pages/help(.:format) static_pages#help
|
100
|
+
|
101
|
+
static_pages_home GET /static_pages/home(.:format) static_pages#home
|
102
|
+
|
103
|
+
root GET / application#home
|
104
|
+
|
105
|
+
```
|
106
|
+
|
107
|
+
|
108
|
+
|
91
109
|
|
92
110
|
|
93
111
|
行き詰ってしまったので教えていただけると幸いです。
|