aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2005-10-27 17:40:48 +0000
committerNicholas Seckar <nseckar@gmail.com>2005-10-27 17:40:48 +0000
commit727162e7fd56d4d853c755521eb52d42bd70908f (patch)
tree7dc5a226966f644341029008d235e3dc9f8b448b /activesupport/CHANGELOG
parenta7aa26906c31ad5ca3069e390085c1089c24311c (diff)
downloadrails-727162e7fd56d4d853c755521eb52d42bd70908f.tar.gz
rails-727162e7fd56d4d853c755521eb52d42bd70908f.tar.bz2
rails-727162e7fd56d4d853c755521eb52d42bd70908f.zip
When loading classes using const_missing, raise a NameError if and only if the file we tried to load was not present.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2771 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 a26598ffc2..523de67741 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* When loading classes using const_missing, raise a NameError if and only if the file we tried to load was not present. [Nicholas Seckar]
+
* Added petabytes and exebytes to numeric extensions #2397 [timct@mac.com]
* Added Time#end_of_month to accompany Time#beginning_of_month #2514 [Jens-Christian Fischer]