List autoload paths in Rails
1 April 2022 (Updated 1 April 2022)
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
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment