aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-09 22:26:36 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-09 22:26:36 +0000
commitc70a7311159b813facec3b76978086f8106377cc (patch)
tree4c0d2a2bcc9039e3fd7e170a2dad756bdcc4992a /actionpack/CHANGELOG
parent6b0a6472365a7b9c3883d2de3ae19b49e77c847f (diff)
downloadrails-c70a7311159b813facec3b76978086f8106377cc.tar.gz
rails-c70a7311159b813facec3b76978086f8106377cc.tar.bz2
rails-c70a7311159b813facec3b76978086f8106377cc.zip
Removed ActionController::Base.scaffold -- it went through the whole idea of scaffolding (card board walls you remove and tweak one by one). Use the scaffold generator instead (it does resources too now!) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7429 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index a7b7f1f7f3..8c5f49fec1 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Removed ActionController::Base.scaffold -- it went through the whole idea of scaffolding (card board walls you remove and tweak one by one). Use the scaffold generator instead (it does resources too now!) [DHH]
+
* Optimise named route generation when using positional arguments. [Koz]
This change delivers significant performance benefits for the most