-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
generator administrate:install
fails if ActionCable is disabled
#2548
Comments
administrate:install
fails with ActionCable disabledadministrate:install
fails if ActionCable is disabled
Oh, that's a pain, thanks for reporting it. Which version of Administrate are you using? Which of Rails? |
The latest stable ones I think. I can confirm later but I doubt it's related to specific versions. Maybe related to new loading mechanism from rails 7 with zeitwerk? |
Yeah, it could be! If you could confirm that'd be great. |
Just confirmed with latest stable versions (rails 7.1.3.2, administrate 0.20.1), full trace:
|
This workaround in hotwired/turbo-rails#601 might be helpful? |
I can't reproduce 🤔 This is what I tried:
The gem versions are as you list:
Is there something else in you app that I might be missing? |
repro:
--skip-action-cable
incorrect behavior:
The text was updated successfully, but these errors were encountered: