-
Notifications
You must be signed in to change notification settings - Fork 34
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
Uninitialized constant error on fresh install #16
Comments
Thanks @siddhartharun! Does it show a stacktrace as well? Seeing that would be helpful |
Here you go!
|
Thanks! I wonder if it's a Rails 7.1.1 thing. The docs app uses 7.1.3 with Ruby 3.2.2. You might want to give that a try if upgrading is possible. I'll take a look at this tomorrow, though. |
Ah but the stacktrace shows 7.1.3 so maybe not. I'll take a closer look tomorrow. |
Yup, I just upgraded to 7.1.3 and still got the same error. No rush, and thank you for putting together this amazing gem! Can't wait to use this in my projects. |
I have same issue |
Me too! |
If it helps I noticed that the first thing that required in |
Thanks! This is helpful since I can clone the repo and reproduce locally. I'll try doing that in a bit. Taking a look shortly! |
I don't have a PR up yet. It might be a bit difficult to reproduce. |
@siddhartharun @pranavbabu @adrianthedev could I get you to try v0.1.30 (just published) and see if that solves the problem, please? I'll reopen if not. @adrianthedev I see avo uses sprockets for JS. I haven't tested for that. I think you might need to include the js manually the same way you have to include the css. There's no helper for that yet, though. Please let me know whether or not you run into trouble in that regard so I can know if sprockets is properly supported. Maybe chime in here: #10 |
Got it! I'll try it again later this week. I'll keep you posted. Thanks for the quick response. |
@josefarias The problem is solved, thanks for speed ;) |
Receiving the following error while trying to start my rails server —
uninitialized constant HotwireCombobox::Helper (NameError)
Currently running Rails 7.1.1 / Ruby 3.2.2
Turbo and Hotwire are installed.
The text was updated successfully, but these errors were encountered: