basecamp/marginalia

Doesn't work on next Rails

Opened this issue · 2 comments

Since rails/rails#52428, Marginalia doesn't work on some queries. I think the fix is to alias internal_exec_query instead of exec_query here. Does that sound right to you @byroot ? (Presumably same goes for update/deletes.)

Marginalia is deprecated in favor of https://api.rubyonrails.org/classes/ActiveRecord/QueryLogs.html, I don't see much point making it compatible with Rails 8.0.

I guess it’s time to switch over 😿