Rails.5.2からsecrets.ymlがcredentials.yml.encに変わったらしい。
やり方ととしては(rbenv系を入れていると想定して書いている)
EDITOR="vi" bundle exec rails credentials:edit
でEDITORは適宜好きなものを指定する。
Rails.5.2からsecrets.ymlがcredentials.yml.encに変わったらしい。
やり方ととしては(rbenv系を入れていると想定して書いている)
EDITOR="vi" bundle exec rails credentials:edit
でEDITORは適宜好きなものを指定する。