-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Description
Running the install steps failed in Rails 7.0 application.
bin/rails solid_queue:installrails aborted!
Don't know how to build task 'solid_queue:install' (See the list of available tasks with `rails --tasks`)
Did you mean? solid_queue:start
(See full trace by running task with --trace)
I think the correct command is bin/rails generate solid_queue:install has it's a generator:
bin/rails generate -hUsage: rails generate GENERATOR [args] [options]
General options:
-h, [--help] # Print generator's options and usage
-p, [--pretend] # Run but do not make any changes
-f, [--force] # Overwrite files that already exist
-s, [--skip] # Skip files that already exist
-q, [--quiet] # Suppress status output
Please choose a generator below.
[...]
SolidQueue:
solid_queue:install
Metadata
Metadata
Assignees
Labels
No labels