julienbourdeau / debugbar

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

ActiveRecordEventSubscriber missing methods - fix #3 #4

Closed julienbourdeau closed 9 months ago

julienbourdeau commented 9 months ago

This class is mostly copy-pasted from Rails and reformatted for my needs. I forgot 2 private methods.

I'm not sure how to get binds in my events. I never got them on my demo app.