From f9b7394430f50c110b0f07d7e3c06d5b3d9b0f44 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Thu, 12 Jul 2007 06:23:50 +0000 Subject: Default to plural table name in Rails Generator if ActiveRecord is not present. Closes #8963 [evan] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7183 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 466d922f70..877decf90f 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Default to plural table name in Rails Generator if ActiveRecord is not present. Closes #8963 [evan] + * Added rake routes for listing all the defined routes in the system #8795 [josh] * db:create creates the database for the current environment if it's on localhost. db:create:all creates local databases for all environments. #8783 [matt] -- cgit v1.2.3