aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies/module_folder
Commit message (Collapse)AuthorAgeFilesLines
* Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-281-0/+8
If you require `nokogiri` from `app/models/user.rb`, dependencies.rb does not mark `Nokogiri` as an autoloaded constant, as expected. But the logic to detect these non-autoloaded constants is incomplete. See the tests defined in the patch for some cases incorrectly handled.