質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,15 +12,17 @@
|
|
12
12
|
|
13
13
|
```
|
14
14
|
|
15
|
-
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
|
16
|
-
|
17
|
-
|
15
|
+
Sprockets::Rails::Helper::AssetNotFound in Devise::Sessions#new
|
18
|
-
|
19
|
-
</head>
|
20
16
|
|
21
17
|
|
22
18
|
|
19
|
+
Showing C:/Users/81808/Desktop/recipegram/app/views/layouts/application.html.erb where line #9 raised:
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
-
|
23
|
+
The asset "application.js" is not present in the asset pipeline.
|
24
|
+
|
25
|
+
|
24
26
|
|
25
27
|
```
|
26
28
|
|
@@ -32,15 +34,15 @@
|
|
32
34
|
|
33
35
|
```ここに言語名を入力
|
34
36
|
|
37
|
+
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
|
38
|
+
|
35
|
-
|
39
|
+
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
|
40
|
+
|
41
|
+
</head>
|
36
42
|
|
37
43
|
|
38
44
|
|
39
|
-
Showing C:/Users/81808/Desktop/recipegram/app/views/layouts/application.html.erb where line #9 raised:
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
45
|
+
<body>
|
44
46
|
|
45
47
|
```
|
46
48
|
|