1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Document config.action_mailer.deliver_later_queue_name

Also add a CHANGELOG entry for #18587

[ci skip]
This commit is contained in:
Rafael Mendonça França 2015-06-03 13:28:21 -03:00
parent cecbf9ed32
commit ae5f2b4e79
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
* Add `config.action_mailer.deliver_later_queue_name` configuration to set the
mailer queue name.
*Chris McGrath*
* `assert_emails` in block form use the given number as expected value.
This makes the error message much easier to understand.

View file

@ -517,6 +517,8 @@ There are a number of settings available on `config.action_mailer`:
config.action_mailer.show_previews = false
```
* `config.action_mailer.deliver_later_queue_name`. specifies the queue name for mailers. By default this is `mailers`.
### Configuring Active Support
There are a few configuration options available in Active Support: