-
Notifications
You must be signed in to change notification settings - Fork 136
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
gem rbi generate
fails with SolidQueue in development in Rails 8
#2080
Comments
I'm not sure. You can try to see which constant being loaded in
Are you able to load DB backed constants in your rails console with the new setup? |
Yup, running the server works fine, all my linters work fine, and interacting with models via the rails console all seems to work fine. It is just this process that currently fails. Looks like the constant being loaded that fails is |
gem rbi generate
fails with SolidQueue in development in Rails 8
I can confirm that this is a bug in Tapioca. When a Rails application is booted normally, the |
Root cause is the same as #2004 so I'm closing this. |
I've been working on spinning up a new rails server and for some some reason when I go to update the gem rbis with
bin/tapioca gems
I get an error when solid cable is being used for development.My
database.yml
is the default:And I updated the default
cable.yml
which used to work when it was:But changing it to this broke things:
Am I doing something weird here? Or is tapioca not properly handling the newer multi-database setup from rails 8?
The text was updated successfully, but these errors were encountered: