julienbourdeau / debugbar

Powerful devtools for Ruby on Rails. Inspired by the Laravel Debugbar.
https://debugbar.dev
MIT License
486 stars 7 forks source link

Remove sql binds until I know how to test it #11

Closed julienbourdeau closed 8 months ago

julienbourdeau commented 8 months ago

This code is mostly copy-pasted from Rails.

Unfortunately, I'm not sure how to get payload[:binds] populated so I never tested this snippet. Like any code you haven't ran or tested yourself, it doesn't work 😄

I'm removing it for now. It's also unused in the frontend because I didn't know what was there.

See #4, #7.