v0.1.0
This is based on dry-system-rails that dry-rails replaces.
Added
config.features
setting which is an array with feature identifiers that you want the railtie to boot (@solnic):application_contract
feature which definesApplicationContract
within the application namespace and configured to work withI18n
(@solnic):safe_params
feature which extendsApplicationController
withschema
DSL and exposessafe_params
controller helper (@solnic):controller_helpers
feature which addsApplicationController#{resolve,container}
shortcuts (@solnic)