envy icon indicating copy to clipboard operation
envy copied to clipboard

a schema for your application's environment variables

Results 3 envy issues
Sort by recently updated
recently updated
newest added

Rails has support for [custom credentials](https://guides.rubyonrails.org/security.html#custom-credentials) that are stored in an encrypted and can be edited by `rails credentials:edit`. This PR adds support for reading from `Rails.application.credentials` if a variable...

In addition to `Envfile`, I think Envy should support other ways of declaring configuration. ## Use Envy object directly You should be able to use the `Envy` class directly. It...

Pretty much the only thing holding up an initial release of this is a name. I like `envy`, but the gem is taken. I just emailed `@justinvt` to ask if...

question