-
Notifications
You must be signed in to change notification settings - Fork 8
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
Breaks jQuery for versions >=0.3.2 #39
Comments
I'm looking at the diff and I don't get how 0.3.1 could work but the later versions 🤔 I'm assuming you don't get any error in the console and you ran |
Yes. I was looking through the same diff and could not figure it out. The same behaviour has been observed by other members of the team when switching back-and-forth between versions of this gem. |
I'm seeing this too when running on top of Solidus, which has jquery baked in for the /admin site... @fynsta any tips if you were able to find a work around? @julienbourdeau such a cool looking tool! awesome! |
@erwin No sorry, we just rolled back to 0.3.1. and are running that one for now. |
We use
jQuery
via thejquery-rails
gem. Upgrading the debugbar to 0.3.2 just completely breaks the jQuery installation (via thedebugbar_head
helper where it loads the script).With this issue:
And after commenting out
= debugbar_head if Rails.env.development?
This happens no matter which file is required first.
The text was updated successfully, but these errors were encountered: