aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/association_inheritance_reload.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed dependency reloading by switching to a remove_const approach where all ↵David Heinemeier Hansson2005-01-251-0/+14
Active Records, Active Record Observers, and Action Controllers are reloading by undefining their classes. This enables you to remove methods in all three types and see the change reflected immediately and it fixes #539. This also means that only those three types of classes will benefit from the const_missing and reloading approach. If you want other classes (like some in lib/) to reload, you must use require_dependency to do it. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@511 5ecf4fe2-1ee6-0310-87b1-e25e094e27de