config icon indicating copy to clipboard operation
config copied to clipboard

Easiest way to add multi-environment yaml settings to Rails, Sinatra, Padrino and other Ruby projects.

Results 36 config issues
Sort by recently updated
recently updated
newest added

https://hanamirb.org

feature
needs help

Hey! I've added new feature, which allows to define extra config sources before config load. I think this feature will be useful, because starting from this version **config validation** feature...

Hi, Not sure if this is implemented and I haven't found it or not. I [know there is a way](https://github.com/railsconfig/config#adding-sources-at-runtime) to create an initializer that adds another settings file and...

feature
needs help

As we renamed the gem from RailsConfig to Config I think we should also rename the global variable name from Settings to Config, keeping both access points available and displaying...

This gem looks great! I am currently using Figaro gem because it supports Heroku... wondering how this would support Heroku if already supported?

feature

I use this gem for [Password Pusher](https://github.com/pglombardo/PasswordPusher) and it's been a huge help in centralizing config and simplifying customization. I would like a way to generate an env-file for Docker....

I caught error when accessing an option named `lambda` ``` >> config['lambda'] # ArgumentError: tried to create Proc object without a block from bundle/ruby/2.6.0/gems/config-2.2.3/lib/config/options.rb:161:in `lambda' ``` The methods used to...

bug

Follow-up of #317, as I'm not a StuartApp member anymore. > Fixes https://github.com/rubyconfig/config/issues/276 > > # Problem > > Having the dependency on a fix dry-validation version generates multiple issues:...

Added rails credentials support with config flag addressing #68

feature