mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
ActiveSupport::Dependencies now raises NameError if it finds an existing constant in load_missing_constant. This better reflects the nature of the error which is usually caused by calling constantize on a nested constant. Closes #1423