You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Maybe I am doing something stupid here but I don´t think DERAILED_SKIP_RAILS_REQUIRES is working. i created the minimal app github.com:muriloime/derailed_example with derailed, and ran the following
$ DERAILED_SKIP_RAILS_REQUIRES=true bundle exec derailed bundle:mem | head -n 10
TOP: 39.3594 MiB
rails/all: 32.8711 MiB
rails: 11.6914 MiB (Also required by: active_record/railtie, active_model/railtie, and 9 others)
rails/application: 5.1641 MiB
active_support/key_generator: 3.9609 MiB
openssl: 3.9609 MiB (Also required by: active_support/message_verifier, active_support/message_encryptor)
openssl.so: 2.8984 MiB
digest/loader: 1.543 MiB
digest.so: 1.543 MiB
/home/murilo/.rbenv/versions/3.0.0/lib/ruby/3.0.0/openssl/ssl: 0.6875 MiB```It seems that even though the var is present, rails/all is still being required. Cheers Murilo
The text was updated successfully, but these errors were encountered:
Hi,
Maybe I am doing something stupid here but I don´t think DERAILED_SKIP_RAILS_REQUIRES is working. i created the minimal app github.com:muriloime/derailed_example with derailed, and ran the following
The text was updated successfully, but these errors were encountered: