質問編集履歴
7
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,6 +46,8 @@
|
|
46
46
|
|
47
47
|
Heroku logで確認
|
48
48
|
|
49
|
+
Completed 500 Internal Server Error in 181ms (ActiveRecord: 17.1ms)
|
50
|
+
|
49
51
|
ActionView::Template::Error (The asset "logo.png" is not present in the asset pipeline.):
|
50
52
|
|
51
53
|
<%= image_tag 'logo.png', alt:'logo', width:'50px'%>
|
6
段落の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
ActionView::Template::Error (The asset "logo.png" is not present in the asset pipeline.):
|
50
50
|
|
51
|
-
|
51
|
+
<%= image_tag 'logo.png', alt:'logo', width:'50px'%>
|
52
52
|
|
53
53
|
|
54
54
|
|
5
解決事項を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,37 +50,43 @@
|
|
50
50
|
|
51
51
|
|
52
52
|
|
53
|
-
logtime省略
|
54
|
-
|
55
|
-
9: <div class="shop-name">
|
56
|
-
|
57
|
-
10: <div class="shop-container">
|
58
|
-
|
59
|
-
11: <h1>唐揚げのマコ</h1>
|
60
|
-
|
61
|
-
12: <%= image_tag 'logo.png', alt:'logo',width:'50px'%>
|
62
|
-
|
63
|
-
13: </div>
|
64
|
-
|
65
|
-
14: </div>
|
66
|
-
|
67
|
-
15:
|
68
|
-
|
69
|
-
|
70
|
-
|
71
53
|
|
72
54
|
|
73
55
|
解決のために確認した事:
|
74
56
|
|
75
57
|
----------------------------------------------------
|
76
58
|
|
77
|
-
image_tag "logo.png"の記入ミスを確認
|
59
|
+
①image_tag "logo.png"の記入ミスを確認
|
78
60
|
|
79
|
-
asset/imagesの中に画像もあることを確認
|
61
|
+
②asset/imagesの中に画像もあることを確認
|
80
62
|
|
81
|
-
public/assetsにも同じimage画像を挿入
|
63
|
+
③public/assetsにも同じimage画像を挿入
|
82
64
|
|
83
|
-
environments/production.rbを、config.assets.compile = falseをtrueに変更
|
65
|
+
④environments/production.rbを、config.assets.compile = falseをtrueに変更
|
66
|
+
|
67
|
+
⑤config/application.rbのclass Applicationに、config.assets.initialize_on_precompile = falseを追加
|
68
|
+
|
69
|
+
⑥ ⑤を追加後、$rake assets:precompileを実行し、
|
70
|
+
|
71
|
+
yarn install v1.19.1
|
72
|
+
|
73
|
+
info No lockfile found.
|
74
|
+
|
75
|
+
[1/4] ???? Resolving packages...
|
76
|
+
|
77
|
+
[2/4] ???? Fetching packages...
|
78
|
+
|
79
|
+
[3/4] ???? Linking dependencies...
|
80
|
+
|
81
|
+
[4/4] ???? Building fresh packages...
|
82
|
+
|
83
|
+
success Saved lockfile.
|
84
|
+
|
85
|
+
が出力される
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
84
90
|
|
85
91
|
|
86
92
|
|
4
OS情報追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
開発は、言語: Ruby, フレームワーク: Ruby on Rails(erbでHTMLをコーディング) DB: PostgreSQLを使用しています。
|
5
|
+
開発は、OS: MacOS 言語: Ruby, フレームワーク: Ruby on Rails(erbでHTMLをコーディング) DB: PostgreSQLを使用しています。
|
6
6
|
|
7
7
|
|
8
8
|
|
3
段落の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,7 +50,9 @@
|
|
50
50
|
|
51
51
|
|
52
52
|
|
53
|
+
logtime省略
|
54
|
+
|
53
|
-
|
55
|
+
9: <div class="shop-name">
|
54
56
|
|
55
57
|
10: <div class="shop-container">
|
56
58
|
|
2
段落の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
開発は、言語: Ruby, フレームワーク: Ruby on Rails(erbでHTMLをコーディング) DB: PostgreSQLを使用しています。
|
6
|
+
|
7
|
+
|
6
8
|
|
7
9
|
|
8
10
|
|
@@ -24,7 +26,11 @@
|
|
24
26
|
|
25
27
|
----------------------------------------------------
|
26
28
|
|
29
|
+
|
30
|
+
|
27
31
|
解決したい事:
|
32
|
+
|
33
|
+
----------------------------------------------------
|
28
34
|
|
29
35
|
Heroku openで起きるエラー解決
|
30
36
|
|
@@ -32,7 +38,11 @@
|
|
32
38
|
|
33
39
|
|
34
40
|
|
41
|
+
|
42
|
+
|
35
43
|
Error内容:
|
44
|
+
|
45
|
+
----------------------------------------------------
|
36
46
|
|
37
47
|
Heroku logで確認
|
38
48
|
|
@@ -60,6 +70,8 @@
|
|
60
70
|
|
61
71
|
解決のために確認した事:
|
62
72
|
|
73
|
+
----------------------------------------------------
|
74
|
+
|
63
75
|
image_tag "logo.png"の記入ミスを確認
|
64
76
|
|
65
77
|
asset/imagesの中に画像もあることを確認
|
1
文字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,13 +12,13 @@
|
|
12
12
|
|
13
13
|
Heroku-v :7.35.0 darwin-x64
|
14
14
|
|
15
|
-
node.js -v :10.16.3
|
15
|
+
node.js -v :10.16.3
|
16
16
|
|
17
17
|
postgreSQL -v :12.1
|
18
18
|
|
19
|
-
rails -v :5.2.4
|
19
|
+
rails -v :5.2.4
|
20
20
|
|
21
|
-
ruby -v :2.5.1p57[x86_64-darwin19]
|
21
|
+
ruby -v :2.5.1p57[x86_64-darwin19]
|
22
22
|
|
23
23
|
|
24
24
|
|