Ruby on Rails: storing secrets in the application credentials
- Rails docs, explaining credentials How to edit credentials: EDITOR="code --wait" rails credentials:edit -e development How to access them in the app: The right way: secret_key = Rails.applicat...