aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-25 15:07:11 -0700
committerXavier Noria <fxn@hashref.com>2011-08-25 15:07:11 -0700
commit635b9d4ca8447aeb7c90807b469b605ff1a064ff (patch)
tree3de257105e935f33df187716c549eec84613770f /railties/CHANGELOG
parent8ba491acc31bf08cf63a83ea0a3c314c52cd020f (diff)
parent3731a0f97ba37224984ec81aaf56b6b1013a85e1 (diff)
downloadrails-635b9d4ca8447aeb7c90807b469b605ff1a064ff.tar.gz
rails-635b9d4ca8447aeb7c90807b469b605ff1a064ff.tar.bz2
rails-635b9d4ca8447aeb7c90807b469b605ff1a064ff.zip
Merge pull request #2681 from guilleiguaran/doc-changes
Documentation changes: Assets Pipeline guide and Railties changelog
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index a9b4deb551..76453f4e9a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,9 @@
*Rails 3.2.0 (unreleased)*
+* Added destroy alias to Rails engines. [Guillermo Iguaran]
+
+* Added destroy alias for Rails command line. This allows the following: `rails d model post`. [Andrey Ognevsky]
+
* Attributes on scaffold and model generators default to string. This allows the following: "rails g scaffold Post title body:text author" [José Valim]
* Removed old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command. [Guillermo Iguaran]