質問編集履歴
3
内容修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,17 +16,21 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
-
16Byteに変更すればよいのかなと思うのですが、
|
19
|
+
RAILS_MASTER_KEYを16Byteに変更すればよいのかなと思うのですが、
|
20
20
|
|
21
21
|
修正方法が分からずお伺いしたいなと思っています。
|
22
22
|
|
23
|
+
[参考](https://stackoverflow.com/questions/54064347/rails-during-asset-precompile-throws-error-key-must-be-16-bytes)
|
24
|
+
|
25
|
+
rails5.2であれば上記で確認できることは理解できたのですが、
|
26
|
+
|
27
|
+
rails5.1のsecrets.ymlの修正方法が分からず詰まってしまいました。
|
23
28
|
|
24
29
|
|
25
|
-
rails側ではrake secretsで
|
26
30
|
|
27
|
-
|
31
|
+
RAILS_MASTER_KEYを修正、もしくは削除して再度作り直したいのですが、
|
28
32
|
|
29
|
-
|
33
|
+
このコマンドをご存知の方がいらっしゃればご教示いただきたいです。
|
30
34
|
|
31
35
|
|
32
36
|
|
2
更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
! [remote rejected] master -> master (pre-receive hook declined)
|
42
42
|
|
43
|
-
error: failed to push some refs to 'https://git.heroku.com/hugme-api.git'
|
43
|
+
error: failed to push some refs to 'https://git.heroku.com/hugme-api.git'
|
44
44
|
|
45
45
|
|
46
46
|
|
1
タイトル修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
rails
|
1
|
+
railsアプリをherokuでデプロイしたい
|
test
CHANGED
File without changes
|