Skip to content

Commit

Permalink
Add missing CHANGELOG entries for Railties
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Aug 25, 2011
1 parent 68424fb commit 9a68ea9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions railties/CHANGELOG
@@ -1,5 +1,9 @@
*Rails 3.2.0 (unreleased)* *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] * 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] * Removed old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command. [Guillermo Iguaran]
Expand Down

0 comments on commit 9a68ea9

Please sign in to comment.