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.