Warning: loading in progress, circular require considered harmful
Hello.
I get the following warning after upgrading ruby from 3.1.2 to 3.3.6
warning: loading in progress, circular require considered harmful - .../.rbenv/versions/3.3.6/gemsets/.../gems/marginalia-1.11.1/lib/marginalia.rb
Looks like the following line of code needs to be removed.
Rails version - 7.0.8.7 Ruby version - 3.3.6
Hi @FlintOFF,
Marginalia is only for Rails 6 and lower. Rails 7 and higher includes the Marginalia functionality, as the README of this repo indicates. If you want to enable query log tags in Rails 7[^1], I recommend reading the ActiveRecord::QueryLogs docs. Additionally, you may find the SQL Query Comments chapter of the Debugging Rails Applications guide to be helpful[^2].
[^1]: "Rails version - 7.0.8.7". [^2]: Be sure to select the correct version of Rails from the dropdown at the top.
@noahhl, I recommend this issue be closed.