質問編集履歴

2

情報の追加

2020/08/05 03:39

投稿

yamada_yuuki
yamada_yuuki

スコア100

test CHANGED
File without changes
test CHANGED
@@ -79,3 +79,9 @@
79
79
 
80
80
 
81
81
  ちなみにdeviseにはSNS認証を実装してあります。
82
+
83
+
84
+
85
+ 追記
86
+
87
+ https://hamayuzin.hatenablog.com/entry/2017/05/26/082527のサイトの方法もだめでした。

1

情報の追加

2020/08/05 03:39

投稿

yamada_yuuki
yamada_yuuki

スコア100

test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,20 @@
48
48
 
49
49
 
50
50
 
51
+ ```
52
+
53
+ heroku run 'bundle exec ridgepole -c config/database.yml -E production -f Schemafile --apply'
54
+
55
+
56
+
57
+ Running bundle exec ridgepole -c config/database.yml -E production -f Schemafile --apply on ⬢ notodoo... up, run.8458 (Free)
58
+
59
+ [ERROR] no implicit conversion of nil into String
60
+
61
+ ```
62
+
63
+
64
+
51
65
  ridgepoleというgemを利用してあります。
52
66
 
53
67
  以下のコマンドは実行済みです。