sajad torkamani

List paths that are autoloaded and reloaded

bin/rails runner 'pp ActiveSupport::Dependencies.autoload_paths'

List paths that are autoloaded but not reloaded

bin/rails runner 'pp ActiveSupport::Dependencies.autoload_once_paths'
Tagged: Rails

Leave a comment

Your email address will not be published. Required fields are marked *