Skip to content
New issue

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

Fix install instructions #35

Closed
wants to merge 1 commit into from
Closed

Conversation

robzolkos
Copy link

@robzolkos robzolkos commented Sep 20, 2024

The installer is a generator not a rake task (from my testing)

Refer https://github.com/rails/solid_cable/blob/main/lib/generators/solid_cable/install/USAGE#L5

The installer is a generator not a rake task (from my testing)
@npezza93
Copy link
Collaborator

We actually have both. The rake task just calls the generator.

https://github.com/rails/solid_cable/blob/main/lib/tasks/solid_cable_tasks.rake

@npezza93 npezza93 closed this Sep 20, 2024
@robzolkos
Copy link
Author

I got this when following the README:

$ bin/rails solid_cable:install
Unrecognized command "solid_cable:install" (Rails::Command::UnrecognizedCommandError)
Did you mean?  solid_cable:install:migrations

@robzolkos
Copy link
Author

Never mind, I see I have 1.0.3 not latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants