thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4.02k stars 528 forks source link

Jobs Generator: Remove obsolete configuration #1197

Closed stevepolitodesign closed 7 months ago

stevepolitodesign commented 7 months ago

Follow-up to #1147

The introduction of config/initializers/active_job.rb was rendered obsolete by rails/rails#43390.

Additionally, the following Rails 7 defaults match the [existing configuration][], so there is no need to redeclare them.

Rails.application.config.action_mailer.deliver_later_queue_name
=> nil

Rails.application.config.action_mailbox.queues.routing
=> nil

Rails.application.config.active_storage.queues.analysis
=> nil

Rails.application.config.active_storage.queues.purge
=> nil

Rails.application.config.active_storage.queues.mirror
=> nil

This is relevant because the next release of Suspenders will only support rails >= 7.0.