aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-23 00:52:34 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-23 00:52:34 +0000
commit4ff4afa57949e6a7a4d3d200531932207f97da8e (patch)
tree3546444b022426e7324b667fe8662c88ed6b0775 /railties/CHANGELOG
parent4ce65f434a29460aebcd2eaa511d85f0ff6bb18a (diff)
downloadrails-4ff4afa57949e6a7a4d3d200531932207f97da8e.tar.gz
rails-4ff4afa57949e6a7a4d3d200531932207f97da8e.tar.bz2
rails-4ff4afa57949e6a7a4d3d200531932207f97da8e.zip
Added protection for creating a model through the generators with a name of an existing class, like Thread or Date. It'll even offer you a synonym using wordnet.princeton.edu as a look-up. No, I'm not kidding :) [Florian Gross]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@263 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 75804bf3d9..f2fc996990 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,3 +1,9 @@
+*SVN*
+
+* Added protection for creating a model through the generators with a name of an existing class, like Thread or Date.
+ It'll even offer you a synonym using wordnet.princeton.edu as a look-up. No, I'm not kidding :) [Florian Gross]
+
+
*0.9.2*
* Fixed CTRL-C exists from the Breakpointer to be a clean affair without error dumping [Kent Sibilev]