-
-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Labels
Milestone
Description
Rails 4.1 introduces a built-in convention for having a secrets.yml with secrets in it: http://edgeguides.rubyonrails.org/4_1_release_notes.html#config-secrets-yml
It would be cool if this gem did some of these things:
- Aliased
Rails.application.secrets
toSettings.secrets
- Shimmed the secrets.yml functionality in for Rails < 4.1
- Allowed you to have a secrets.local.yml or config/secrets/production.yml that behave the same way as the existing conventions do for non-secrets files
I think this gem is a better overall solution to managing configuration, but if Rails is making this a thing, it would make sense to go along with it and make this gem work nicely with the new stuff.