差分

移動先: 案内検索

Tep3-onk

291 バイト追加, 2022年9月4日 (日) 10:47
インストール
$ 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

案内メニュー