From 7376da4a2cc10881d9fdc27d4b3da0af8b3ab45c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 28 Oct 2005 22:01:11 +0000 Subject: Removed app/apis as a default empty dir since its automatically created when using script/generate web_service [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2796 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 92297c9714..38fecbb62c 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* Trim down the default mimetypes in config/lighttpd.conf [sam] +* Removed app/apis as a default empty dir since its automatically created when using script/generate web_service [DHH] * Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Tomayko] @@ -10,8 +10,6 @@ * Added plugin generator to create a stub structure for a new plugin in vendor/plugins (see "script/generate plugin" for help) [DHH] -* Added app/services as a default dir in the Rails skeleton and to the load path. Use it to keep classes like MaintenanceService and PaymentGateway [DHH] - * Fixed scaffold generator when started with only 1 parameter #2609 [self@mattmower.com] * rake should run functional tests even if the unit tests have failures [Jim Weirich] -- cgit v1.2.3