1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/autoloading_fixtures
Xavier Noria ae07806858 fixes circularity check in dependencies
The check for circular loading should depend on a stack of files being
loaded at the moment, rather than the collection of loaded files.

This showed up indirectly in #16468, where a misspelled helper would
incorrectly result in a circularity error message.

References #16468
2014-10-25 14:06:33 +02:00
..
a
class_folder
html Ensure all-caps nested consts marked as autoloaded 2013-08-27 08:20:33 +01:00
load_path
module_folder
module_with_custom_const_missing/a
application.rb
circular1.rb detect circular constant autoloading 2012-08-28 20:34:39 +02:00
circular2.rb detect circular constant autoloading 2012-08-28 20:34:39 +02:00
class_folder.rb
conflict.rb
counting_loader.rb
cross_site_dependency.rb
e.rb
loads_constant.rb
multiple_constant_file.rb
raises_name_error.rb
raises_no_method_error.rb
requires_constant.rb
should_not_be_required.rb dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213] 2012-11-15 04:36:36 +01:00
typo.rb fixes circularity check in dependencies 2014-10-25 14:06:33 +02:00