Closed masterT closed 1 month ago
Hey @masterT, what version of Solid Queue are you trying this with?
Hum, I followed the instruction bundle add solid_queue
, I did not realise that since my application is using rails '~> 7.0.8.4'
bundler installed gem 'solid_queue', '~> 0.1.2'
.
I tested and used rails solid_queue:install
with a brand new rails >= 7.1
and it worked. I guess I will need to upgrade my Rails application 🙃.
Ahh, great to know! 🙏 Yes, solid_queue
requires Rails >= 7.1, and the command solid_queue:install
was added in a newer version.
Running the install steps failed in Rails 7.0 application.
I think the correct command is
bin/rails generate solid_queue:install
has it's a generator: