-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
NameError: uninitialized constant Signalman::EventsHelper #3
Comments
You got a stacktrace you can share? |
Absolutely
|
Would you be able to upload a simple repository that recreates this or provide me steps to recreate it? |
I also faced this. But, not able to reproduce with a new rails repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed the gem, ruby 2.7.4 and rails 7.0.3.1 and got this error when trying to start my rails server or running the migrations.
NameError: uninitialized constant Signalman::EventsHelper
One thing that might be unique in my setup is I am using the Apartment gem for multi-tenancy.
The text was updated successfully, but these errors were encountered: