diff options
author | Jan Habermann <jan@habermann.io> | 2018-10-18 19:05:20 +0200 |
---|---|---|
committer | Jan Habermann <jan@habermann.io> | 2018-10-28 16:34:50 +0100 |
commit | e302725751fc4bdb26aa3d28ca5d934ec21319f9 (patch) | |
tree | deebadcfbf219a1c38419a464cb636555773d7bf /activesupport/lib/active_support/security_utils.rb | |
parent | 3295e23755744b7f9426d752481bb928fb02a89e (diff) | |
download | rails-e302725751fc4bdb26aa3d28ca5d934ec21319f9.tar.gz rails-e302725751fc4bdb26aa3d28ca5d934ec21319f9.tar.bz2 rails-e302725751fc4bdb26aa3d28ca5d934ec21319f9.zip |
Improve the logic that detects non-autoloaded constants
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.
Diffstat (limited to 'activesupport/lib/active_support/security_utils.rb')
0 files changed, 0 insertions, 0 deletions