We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Related: #390
Sorry, something went wrong.
Ahh, didn't see that one! Cheers.
Duplicate of #390
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: