I'm looking for a best-practice approach to using hash-type values in Rails config settings.
I wanted an Heroku-friendly solution like Figaro- but it doesn't allow hashes in the YAML file.
I'm looking for a best-practice approach to using hash-type values in Rails config settings.
I wanted an Heroku-friendly solution like Figaro- but it doesn't allow hashes in the YAML file.
We ended up rolling our own, similar to Figaro but with support for nested values, multiple files, and placeholders. It's pretty awesome: snappconfig!