Doesn't work on next Rails
Opened this issue · 2 comments
ghiculescu commented
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.)
byroot commented
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.
ghiculescu commented
I guess it’s time to switch over 😿