3,765
回編集
差分
Tep3-onk
,→インストール
$ rails db:create RAILS_ENV=production
または
$ rails db:reset RAILS_ENV=production
エラーのとき
ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit`
master.key credentials.yml.enc 削除して作り直す
EDITOR="vi" bin/rails credentials:edit
$ rails db:migrate RAILS_ENV=production