mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
66f44e6cbbec39e217f9cff167608f98ecc6260a
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@512 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Fixed dependency reloading by switching to a remove_const approach where all 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.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%