Skip to content

Sets default mailer queue to default#40848

Merged
rafaelfranca merged 1 commit intorails:masterfrom
jetthoughts:use_default_queue_for_assert_enqueued_email_with_as_default
Dec 18, 2020
Merged

Sets default mailer queue to default#40848
rafaelfranca merged 1 commit intorails:masterfrom
jetthoughts:use_default_queue_for_assert_enqueued_email_with_as_default

Conversation

@pftg
Copy link
Contributor

@pftg pftg commented Dec 15, 2020

Fixes: #40846

@pftg pftg changed the title WIP: Sets default mailer queue to default Sets default mailer queue to default Dec 15, 2020
@pftg
Copy link
Contributor Author

pftg commented Dec 15, 2020

@rafaelfranca please check, this extends your previous pull request #40766

/cc @georgeclaghorn

@pftg pftg force-pushed the use_default_queue_for_assert_enqueued_email_with_as_default branch 2 times, most recently from d63bded to d8513d9 Compare December 16, 2020 15:04
@pftg
Copy link
Contributor Author

pftg commented Dec 16, 2020

@kamipo could you check this

@pftg pftg force-pushed the use_default_queue_for_assert_enqueued_email_with_as_default branch 2 times, most recently from 20f8c31 to e2fbb43 Compare December 17, 2020 11:13
@rails-bot rails-bot bot added the docs label Dec 17, 2020
@pftg pftg force-pushed the use_default_queue_for_assert_enqueued_email_with_as_default branch 2 times, most recently from 772cd47 to 934f097 Compare December 17, 2020 11:16
@pftg
Copy link
Contributor Author

pftg commented Dec 17, 2020

@rafaelfranca thanks for the review, added updates. Removed unrelated issues, will finish them in separate PR

@pftg pftg requested a review from rafaelfranca December 17, 2020 11:44
@pftg pftg marked this pull request as draft December 18, 2020 15:57
@pftg pftg force-pushed the use_default_queue_for_assert_enqueued_email_with_as_default branch 2 times, most recently from d13f8e8 to 8896fb7 Compare December 18, 2020 21:27
Use "default" as default queue for mailers test helpers
@pftg pftg force-pushed the use_default_queue_for_assert_enqueued_email_with_as_default branch from 8896fb7 to 7d7bd2b Compare December 18, 2020 21:36
@pftg
Copy link
Contributor Author

pftg commented Dec 18, 2020

@rafaelfranca thanks for the feedback (you prevented many problems). I added updates. Please check when you will have time.

@pftg pftg marked this pull request as ready for review December 18, 2020 21:41
@rafaelfranca rafaelfranca merged commit 56f0d48 into rails:master Dec 18, 2020
rafaelfranca added a commit that referenced this pull request Dec 18, 2020
…rt_enqueued_email_with_as_default

Sets default mailer queue to default
@pftg pftg deleted the use_default_queue_for_assert_enqueued_email_with_as_default branch December 18, 2020 22:00
tagliala added a commit to tagliala/rails that referenced this pull request Mar 5, 2021
The default queue name used by `deliver_later` is no longer `mailers`.

This commit removes the misleading information from the class
documentation

Ref: rails#40848
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use 'default' as default queue for assert_enqueued_email_with for 6.1

2 participants