DEV Community

njk42
njk42

Posted on

Kreds – the Missing Shorthand for Rails Credentials Access

Managing Rails application credentials can sometimes lead to hard-to-debug issues when keys are mistyped or values are unexpectedly blank. Kreds is a small gem that provides a shorthand for fetching credentials, raising clear errors for missing keys or empty values. More details here: https://github.com/enjaku4/kreds

Top comments (0)