Skip to content

Commit

Permalink
[skip ci] ActionPack notable changes and deprecations added to 7.1 re…
Browse files Browse the repository at this point in the history
…lease note

Request changes updated
  • Loading branch information
akhilgkrishnan committed Aug 29, 2023
1 parent 4f33e65 commit c0ee485
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions guides/source/7_1_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,16 @@ Please refer to the [Changelog][railties] for detailed changes.

* Remove deprecated `bin/rails secrets:setup` command.

* Remove default `X-Download-Options` header since it is used only by Internet Explorer.

### Deprecations

* Deprecated usage of `Rails.application.secrets`.

* Deprecated `secrets:show` and `secrets:edit` commands in favor of `credentials`.

* Deprecated `Rails::Generators::Testing::Behaviour` in favor of `Rails::Generators::Testing::Behavior`.

### Notable changes

* Add `sandbox_by_default` option to start rails console in sandbox mode by default.
Expand Down Expand Up @@ -268,8 +272,18 @@ Please refer to the [Changelog][action-pack] for detailed changes.

* Deprecate `ActionDispatch::IllegalStateError`.

* Deprecate `speaker`, `vibrate`, and `vr` permissions policy directives.

### Notable changes

* Add `exclude?` method to `ActionController::Parameters`. It is the inverse of `include?` method.

* Add `ActionController::Parameters#extract_value` method to allow extracting serialized values from params.

* Add the ability to use custom logic for storing and retrieving CSRF tokens.

* Add `html` and `screenshot` kwargs for system test screenshot helper.

Action View
-----------

Expand Down

0 comments on commit c0ee485

Please sign in to comment.