Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找在 Rails 配置设置中使用哈希类型值的最佳实践方法。
我想要一个像Figaro这样对 Heroku 友好的解决方案——但它不允许在 YAML 文件中使用哈希。
我们最终推出了自己的产品,类似于 Figaro,但支持嵌套值、多个文件和占位符。太棒了:snappconfig!