Features
- Added
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.
- Added
:integer!
type for type coercion.
Fixes
-
Fix handling relative vs. absolute paths in
autoload_static_configs_path=
. -
Fixed support for array values in the
except
option for required attributes.