-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,9 @@ | ||
--- | ||
- version: unreleased | ||
summary: Initial port of dry-system-rails with a couple of new features | ||
date: | ||
fixed: | ||
added: &1 | ||
- '`:rails` system component provider, which uses standard bootable components, | ||
aka "features", to manage application state (@solnic)' | ||
- "`config.features` setting which is an array with feature identifiers that you | ||
want the railtie to boot (@solnic)" | ||
- "`:application_contract` feature which defines `ApplicationContract` within the | ||
application namespace and configured to work with `I18n` (@solnic)" | ||
- "`:safe_params` feature which extends `ApplicationController` with `schema` DSL | ||
and exposes `safe_params` controller helper (@solnic)" | ||
- "`:controller_helper` feature which adds `ApplicationController#{resolve,container}` | ||
shortcuts (@solnic)" | ||
changed: | ||
- version: unreleased | ||
summary: Initial port of dry-system-rails with a couple of new features | ||
added: *1 | ||
- version: 0.1.0 | ||
summary: This is based on dry-system-rails that dry-rails replaces. | ||
date: 2020-03-30 | ||
added: | ||
- "`config.features` setting which is an array with feature identifiers that you want the railtie to boot (@solnic)" | ||
- "`:application_contract` feature which defines `ApplicationContract` within the application namespace and configured to work with `I18n` (@solnic)" | ||
- "`:safe_params` feature which extends `ApplicationController` with `schema` DSL and exposes `safe_params` controller helper (@solnic)" | ||
- "`:controller_helpers` feature which adds `ApplicationController#{resolve,container}` shortcuts (@solnic)" |