diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-08-24 21:13:41 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2011-08-25 09:47:37 -0500 |
commit | 9a68ea9643708e96ddec208e59eb1c966791b64d (patch) | |
tree | 1e39582dd0e3498eef5aa9500ad200bd769cb0b1 /railties | |
parent | 68424fb1cf45acda3ad1daef30136f3bcd4f9f9d (diff) | |
download | rails-9a68ea9643708e96ddec208e59eb1c966791b64d.tar.gz rails-9a68ea9643708e96ddec208e59eb1c966791b64d.tar.bz2 rails-9a68ea9643708e96ddec208e59eb1c966791b64d.zip |
Add missing CHANGELOG entries for Railties
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 4 |
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] |