aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-08-17 03:35:36 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-08-17 03:35:36 +0000
commit924ef18d4bf8f82c18b8362f3e7aab9e60ba5826 (patch)
tree7d904eff924f2dcb67c7134688ce08493a5f5b23 /activesupport/CHANGELOG
parent2b37d59976268013b7e518e5af244947f688d315 (diff)
downloadrails-924ef18d4bf8f82c18b8362f3e7aab9e60ba5826.tar.gz
rails-924ef18d4bf8f82c18b8362f3e7aab9e60ba5826.tar.bz2
rails-924ef18d4bf8f82c18b8362f3e7aab9e60ba5826.zip
Detect missing_constants calls from removed modules and fail accordingly.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4780 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 485e8edc83..b1bba4055c 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Detect missing_constants calls from removed modules and fail accordingly. [Nicholas Seckar]
+
* Stop using defined? in Dependencies.qualified_const_defined? since defined? may invoke const_missing. [Nicholas Seckar]
* Dependencies can autoload directories of nested classes. [Jeremy Kemper]