質問編集履歴

2

問題点の追記

2020/12/15 13:27

投稿

KouKuma
KouKuma

スコア2

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
  現在railsのローカル環境をherokuにデプロイする作業を行っております。
4
4
 
5
5
  作業を行っていく上で、git push heroku masterを打ち込むと、push rejected to (herokuのアプリ名)となってしまい、デプロイができません。
6
+
7
+ ローカル環境では問題なく起動できております。
6
8
 
7
9
  この原因または解決策に関するヒントを教えていただけますでしょうか。
8
10
 
@@ -18,19 +20,19 @@
18
20
 
19
21
  node.js 15.3.0
20
22
 
21
- 以下のサイトを参考にherokuへのデプロイを行っておりました。https://qiita.com/rainbow___0/items/1789920cf797b5e80a5e
23
+ 以下のサイトを参考にherokuへのデプロイを行っておりました。[https://qiita.com/rainbow___0/items/1789920cf797b5e80a5e](https://qiita.com/rainbow___0/items/1789920cf797b5e80a5e)
22
24
 
23
25
  すると、以下のような結果になりました。(2,3枚目の画像はgemのインストールログなので、関係ないかもしれません、、、)
24
26
 
25
- https://[gyazo.com/55aa617498c8184ac034cc12759d9b15](http://gyazo.com/55aa617498c8184ac034cc12759d9b15)
27
+ [https://gyazo.com/55aa617498c8184ac034cc12759d9b15](http://gyazo.com/55aa617498c8184ac034cc12759d9b15)
26
28
 
27
- https://[gyazo.com/8c9cd8f56bfb0104ab89d66a0dadf238](https://gyazo.com/8c9cd8f56bfb0104ab89d66a0dadf238)
29
+ [https://gyazo.com/8c9cd8f56bfb0104ab89d66a0dadf238](https://gyazo.com/8c9cd8f56bfb0104ab89d66a0dadf238)
28
30
 
29
- https://[gyazo.com/964270b243b1124b983b6abe1bcc92af](https://gyazo.com/964270b243b1124b983b6abe1bcc92af)
31
+ [https://gyazo.com/964270b243b1124b983b6abe1bcc92af](https://gyazo.com/964270b243b1124b983b6abe1bcc92af)
30
32
 
31
- https://[gyazo.com/864bc82678deee9d0ba85192bcc6cbf6](https://gyazo.com/864bc82678deee9d0ba85192bcc6cbf6)
33
+ [https://gyazo.com/864bc82678deee9d0ba85192bcc6cbf6](https://gyazo.com/864bc82678deee9d0ba85192bcc6cbf6)
32
34
 
33
- https://[gyazo.com/6e9379aa0b61a4618ead54906b9fa5da](https://gyazo.com/6e9379aa0b61a4618ead54906b9fa5da)
35
+ [https://gyazo.com/6e9379aa0b61a4618ead54906b9fa5da](https://gyazo.com/6e9379aa0b61a4618ead54906b9fa5da)
34
36
 
35
37
  Precompiling assets failedというメッセージがターミナルに表示され、これに対する解決策を探したところ、bin/rails assets:precompileで原因が見つかると書いてあったのでこのコマンドを実行しました。
36
38
 

1

ハイパーリンクの追加をしました。

2020/12/15 13:26

投稿

KouKuma
KouKuma

スコア2

test CHANGED
File without changes
test CHANGED
@@ -22,15 +22,15 @@
22
22
 
23
23
  すると、以下のような結果になりました。(2,3枚目の画像はgemのインストールログなので、関係ないかもしれません、、、)
24
24
 
25
- https://gyazo.com/55aa617498c8184ac034cc12759d9b15
25
+ https://[gyazo.com/55aa617498c8184ac034cc12759d9b15](http://gyazo.com/55aa617498c8184ac034cc12759d9b15)
26
26
 
27
- https://gyazo.com/8c9cd8f56bfb0104ab89d66a0dadf238
27
+ https://[gyazo.com/8c9cd8f56bfb0104ab89d66a0dadf238](https://gyazo.com/8c9cd8f56bfb0104ab89d66a0dadf238)
28
28
 
29
- https://gyazo.com/964270b243b1124b983b6abe1bcc92af
29
+ https://[gyazo.com/964270b243b1124b983b6abe1bcc92af](https://gyazo.com/964270b243b1124b983b6abe1bcc92af)
30
30
 
31
- https://gyazo.com/864bc82678deee9d0ba85192bcc6cbf6
31
+ https://[gyazo.com/864bc82678deee9d0ba85192bcc6cbf6](https://gyazo.com/864bc82678deee9d0ba85192bcc6cbf6)
32
32
 
33
- https://gyazo.com/6e9379aa0b61a4618ead54906b9fa5da
33
+ https://[gyazo.com/6e9379aa0b61a4618ead54906b9fa5da](https://gyazo.com/6e9379aa0b61a4618ead54906b9fa5da)
34
34
 
35
35
  Precompiling assets failedというメッセージがターミナルに表示され、これに対する解決策を探したところ、bin/rails assets:precompileで原因が見つかると書いてあったのでこのコマンドを実行しました。
36
36