debugbar
debugbar copied to clipboard
Powerful devtools for Ruby on Rails. Inspired by the Laravel Debugbar.
Allow nonce to be set for content security policies
When I try to copy a query, I got an error in console, and the query is not copied. 
My site primarily uses soft navigation links, and those don't seem to trigger a request as far as Debugbar is concerned. Is there a way to still use this tool?...
In my Rails project, I encountered an issue related to handling attachments. Specifically, when accessing a page that invokes an attachment from Active Storage using (e.g ``), an error occurred....
My setup: OS: MacOS Sonoma 14.2.1 Processor: M2 Ruby: ruby 2.7.8p225 (installed with asdf-vm Rails: Rails 5.2.4.6 We use postgres in our app, however the sqlite3 gem is also installed...
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:...
If I use ``, the cache hits are shown in the logs, but they're not shown in the debugbar.
Hi, So, strange issue: I use the [Gimli chrome extension](https://chromewebstore.google.com/detail/gimli-tailwind/fojckembkmaoehhmkiomebhkcengcljl) to edit tailwind. It is very useful and I highly recommend it. I noticed that suddenly it wasn't working anymore....
I'm trying to get the debugbar up and running, but I keep getting the "WebSocket connection to 'ws://127.0.0.1:3000/_debugbar/cable' failed:" error... I'm using a Rails 8 app and [puma-dev](https://github.com/puma/puma-dev). What I've...
If I recall correctly, Postgres with ActionCable cannot handle more than 8 kb of payload. We get this error in our app, whether we run use `mode: :poll` or not,...