aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-02-02 16:03:47 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-02-02 16:03:47 -0800
commit7840ea29b44c9dcdae72feddd1a5170bb22fb160 (patch)
tree3ca9548ea7ce968c49421f50ae9b35497a704e5c /railties/CHANGELOG
parentd53749608e89f80325ce21fdc3ac5468d0b05701 (diff)
downloadrails-7840ea29b44c9dcdae72feddd1a5170bb22fb160.tar.gz
rails-7840ea29b44c9dcdae72feddd1a5170bb22fb160.tar.bz2
rails-7840ea29b44c9dcdae72feddd1a5170bb22fb160.zip
Added "rake about" as a replacement for script/about [DHH]
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 4176d7fcad..0b67479742 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Added "rake about" as a replacement for script/about [DHH]
+
* Removed all the default commands in script/* and replaced them with script/rails and a rails command that'll act the same when run from within the app [DHH]. Example:
./script/generate scaffold post title:string can now be called as rails g scaffold post title:string