Skip to content

Commit

Permalink
Add changelog for #43487
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Jan 7, 2023
1 parent 911b3a4 commit 78507d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions railties/CHANGELOG.md
@@ -1,3 +1,14 @@
* Raise an exception when a `before_action`'s "only" or "except" filter
options reference an action that doesn't exist. This will be enabled by
default but can be overridden via config.

```
# config/environments/production.rb
config.action_controller.raise_on_missing_callback_actions = false
```

*Jess Bees*

* Use physical processor count as the default Puma worker count in production.
This can be overridden by setting `ENV["WEB_CONCURRENCY"]` or editing the
generated "config/puma.rb" directly.
Expand Down

0 comments on commit 78507d8

Please sign in to comment.