marginalia
marginalia copied to clipboard
Doesn't work on next Rails
Since https://github.com/rails/rails/pull/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 😿
@noahhl, I recommend this issue be closed.