Unclaimed project
Are you a maintainer of anyway_config? Claim this project to take control of your public changelog and roadmap.
Changelog
Configuration library for Ruby gems and applications
suppress_required_validations option.This option allows you to avoid specifying required parameters in the context when you don't need to boot the app (e.g., rails assets:precompile). It's turned on automatically if the SECRET_KEY_BASE_DUMMY is set.
:integer! type for type coercion.Fix handling relative vs. absolute paths in autoload_static_configs_path=.
Fixed support for array values in the except option for required attributes.