-
Notifications
You must be signed in to change notification settings - Fork 7
Add support for ActiveJob 7.1 #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f45f3d5
For Action Mailers use the mailers to get queue names
shashankmehra 8d15a22
Queue name from mailer is the configured queue name and does not cont…
shashankmehra 7aa89d7
Add support for Rails 7.1 in appraisal
shashankmehra bc4df8e
Add Rails 7.1 to CI matrix
shashankmehra 477e14b
Reduce scope of custom Action Mailer handling to MailDeliveryJob only
shashankmehra 880a504
Add test cases for different configurations for action mailer
shashankmehra 86b3a06
Conditionally run mailer specific queue tests for Rails 7.1+ only
shashankmehra 745557e
Clean up line added for debugging
shashankmehra e20992b
Add ruby 3.1 and 3.2 to test matrix
shashankmehra 32eb33b
Set fail-fast to false temporarily
shashankmehra 5ed7abe
Disable tests for Ruby 3.2 and Rails 6.x due to compatibility issues
shashankmehra f90a68d
Update CI matrix: drop EOL Ruby/Rails, add Ruby 3.3/3.4 and Rails 7.2
adis-io 1190ce6
Exclude MailDeliveryJob subclasses from active_job_classes_with_match…
adis-io 9138328
Bump minimum Ruby to 2.7 and add concurrent-ruby pin to gemfiles
adis-io c686dc0
Update CHANGELOG for unreleased changes
adis-io 84017f1
Fix spec regexes for Ruby 3.4 compatibility
adis-io 91c1750
Use .presence for queue_name_prefix in mailer_queue_name
adis-io 8cb7b09
Do not run duplicated builds
adis-io f3adb71
Fix Rails 7.2 test app boot failure due to HealthController
adis-io File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.