We use jQuery via the jquery-rails gem. Upgrading the debugbar to 0.3.2 just completely breaks the jQuery installation (via the debugbar_head helper where it loads the script).
With this issue:
And after commenting out = debugbar_head if Rails.env.development?
$.fn // => {jquery: '3.7.0', length: 0, toArray: ƒ, get: ƒ, pushStack: ƒ, …}
This happens no matter which file is required first.
We use
jQueryvia thejquery-railsgem. Upgrading the debugbar to 0.3.2 just completely breaks the jQuery installation (via thedebugbar_headhelper 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.