aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2005-11-10 20:32:13 +0000
committerNicholas Seckar <nseckar@gmail.com>2005-11-10 20:32:13 +0000
commit41e4173fd6ce8d6302e096e46976bfb79fb8aeb5 (patch)
tree967db115968543539fd8c04123e95b74a26698c2 /activesupport/CHANGELOG
parent80b8b76091f680e4a4714ef8ec8458745a6f9388 (diff)
downloadrails-41e4173fd6ce8d6302e096e46976bfb79fb8aeb5.tar.gz
rails-41e4173fd6ce8d6302e096e46976bfb79fb8aeb5.tar.bz2
rails-41e4173fd6ce8d6302e096e46976bfb79fb8aeb5.zip
Fix const_missing handler to ignore the trailing '.rb' on files when comparing paths.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2976 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 cc20c84a15..58727c3533 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*1.2.3* (November 7th, 2005)
+* Fix const_missing handler to ignore the trailing '.rb' on files when comparing paths. [Nicholas Seckar]
+
* Define kernel.rb methods in "class Object" instead of "module Kernel" to work around a Windows peculiarity [Sam Stephenson]
* Fix broken tests caused by incomplete loading of active support. [Nicholas Seckar]