-
Notifications
You must be signed in to change notification settings - Fork 18
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
Simplify installer #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few text tweaks then this is good to go! Thanks!
Co-authored-by: Nick Pezza <pezza@hey.com>
Co-authored-by: Nick Pezza <pezza@hey.com>
@npezza93: Thanks. Updated |
If you want to install to a different database you can pass an env variable. | ||
```bash | ||
$ DATABASE=cable bin/rails generate solid_cable:install | ||
This will create the `db/cable_schema.rb` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cable_schema.rb
ends up in the app's root folder instead of the db
folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm. That's not good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 1.0.5.
This matches the structure that Solid Queue now uses (after rails/solid_queue#321) and Solid Cache now uses (after rails/solid_cache#202)