aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-09-06 20:31:28 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-09-06 20:31:28 +0000
commit93659978d50cd95936f81f38a57028cc68a235ee (patch)
treebe05329cbab571b6663a387abdda014f72b3d438 /activesupport/CHANGELOG
parent5a5f85d5bea6578e900d5af51a9a2706689d08aa (diff)
downloadrails-93659978d50cd95936f81f38a57028cc68a235ee.tar.gz
rails-93659978d50cd95936f81f38a57028cc68a235ee.tar.bz2
rails-93659978d50cd95936f81f38a57028cc68a235ee.zip
Fix loadable_constants_for_path to handle load paths that do not end with a slash.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5053 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 54f9b4e4cc..33961ce1c7 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix loadable_constants_for_path to handle load paths that do not end with a slash. [Nicholas Seckar]
+
* Fix logic error in determining what was loaded by a given file. Closes #6039. [Nicholas Seckar]
* Equate Kernel.const_missing with Object.const_missing. Fixes #5988. [Nicholas Seckar]