Skip to content

2.7.0

Latest
Compare
Choose a tag to compare
@palkan palkan released this 13 Feb 18:37
· 7 commits to master since this release
c3819e5

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.