Skip to content

Commit

Permalink
Merge pull request #49565 from hachi8833/add_missing_doc_43487
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Oct 10, 2023
2 parents 358d3d3 + 4d4f80d commit 77a5605
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions guides/source/configuring.md
Expand Up @@ -1743,6 +1743,16 @@ Rendered messages/_message.html.erb in 1.2 ms [cache hit]
Rendered recordings/threads/_thread.html.erb in 1.5 ms [cache miss]
```

#### `config.action_controller.raise_on_missing_callback_actions`

Raises an `AbstractController::ActionNotFound` when the action specified in callback's `:only` or `:except` options is missing in the controller.

| Starting with version | The default value is |
| --------------------- | -------------------- |
| (original) | `false` |
| 7.1 | `true` (development and test), `false` (other envs)|


#### `config.action_controller.raise_on_open_redirects`

Raises an `ActionController::Redirecting::UnsafeRedirectError` when an unpermitted open redirect occurs.
Expand Down

0 comments on commit 77a5605

Please sign in to comment.