aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-28 22:01:11 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-28 22:01:11 +0000
commit7376da4a2cc10881d9fdc27d4b3da0af8b3ab45c (patch)
tree4fd1800b9a58634db1a7095a465537693b3355c7 /railties/CHANGELOG
parent5ba5eb82467bcf7d5e42f5ca681b358e322cfe70 (diff)
downloadrails-7376da4a2cc10881d9fdc27d4b3da0af8b3ab45c.tar.gz
rails-7376da4a2cc10881d9fdc27d4b3da0af8b3ab45c.tar.bz2
rails-7376da4a2cc10881d9fdc27d4b3da0af8b3ab45c.zip
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
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 1 insertions, 3 deletions
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]