diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2005-11-16 00:56:16 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2005-11-16 00:56:16 +0000 |
commit | 1cc8ab865fb0b36df1d202ea4d08952d2881d347 (patch) | |
tree | 2773c3f929b03094a9d08b3a07d676e60e21b0e4 /activesupport/CHANGELOG | |
parent | c98011bc32ac892f38bbda15b485c87a35795bba (diff) | |
download | rails-1cc8ab865fb0b36df1d202ea4d08952d2881d347.tar.gz rails-1cc8ab865fb0b36df1d202ea4d08952d2881d347.tar.bz2 rails-1cc8ab865fb0b36df1d202ea4d08952d2881d347.zip |
Change Inflector#constantize to use eval instead of const_get
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3049 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 58727c3533..d9a94b47d1 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *1.2.3* (November 7th, 2005) +* Change Inflector#constantize to use eval instead of const_get. [Nicholas Seckar] + * 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] |