marginalia icon indicating copy to clipboard operation
marginalia copied to clipboard

Warning: loading in progress, circular require considered harmful

Open FlintOFF opened this issue 1 year ago • 2 comments

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

FlintOFF avatar Dec 19 '24 21:12 FlintOFF

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.

jerzygangi avatar May 01 '25 13:05 jerzygangi

@noahhl, I recommend this issue be closed.

jerzygangi avatar May 01 '25 13:05 jerzygangi