aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/circular2.rb
Commit message (Collapse)AuthorAgeFilesLines
* detect circular constant autoloadingXavier Noria2012-08-281-0/+4
Nowadays circular autoloads do not work, but the user gets a NameError that says some constant is undefined. That's puzzling, because he is normally trying to autoload a constant he knows can be autoloaded. With this check we can give a better error message.