Closed joelzwarrington closed 6 hours ago
When starting a new 8.0 rails project it doesn't fully setup solid_queue as I might expect.
It doesn't configure the following in development:
active_job.queue_adapter
solid_queue.connects_to
config/database.yml
It'd be nice if I could just start solid queue right away in development with a new Rails 8.0 project.
Related: https://github.com/rails/solid_queue/pull/390
Ahh, didn't see that one! Cheers.
Duplicate of https://github.com/rails/solid_queue/pull/390
When starting a new 8.0 rails project it doesn't fully setup solid_queue as I might expect.
It doesn't configure the following in development:
active_job.queue_adapter
solid_queue.connects_to
config/database.yml
It'd be nice if I could just start solid queue right away in development with a new Rails 8.0 project.