ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
294 stars 15 forks source link

feat: remove `secrets.yml` in favor of `app.yml` #552

Closed G-Rath closed 6 days ago

G-Rath commented 3 months ago

This moves us off secrets.yml entirely since it's been deprecated in Rails v7.x - instead, we source our configuration through app.yml.

Resolves #341 (kind of)