aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-13 15:49:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-13 15:49:26 +0000
commit52251baae48cf25ea06106569af3d04c76841210 (patch)
treeea55860662c17325bd077e231583326f37872d26 /railties/CHANGELOG
parent9c09f81bc6bc08122e2835fb59e66d80751bd058 (diff)
downloadrails-52251baae48cf25ea06106569af3d04c76841210.tar.gz
rails-52251baae48cf25ea06106569af3d04c76841210.tar.bz2
rails-52251baae48cf25ea06106569af3d04c76841210.zip
Added the option to specify a controller name to "generate scaffold" and made the default controller name the plural form of the model.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@404 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 008cf98c45..e5fb9ade29 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added the option to specify a controller name to "generate scaffold" and made the default controller name the plural form of the model.
+
* Added that rake clone_structure_to_test, db_structure_dump, and purge_test_database tasks now pick up the source database to use from
RAILS_ENV instead of just forcing development #424 [Tobias Luetke]