1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing CHANGELOG entries for Railties

This commit is contained in:
Guillermo Iguaran 2011-08-24 21:13:41 -05:00
parent 68424fb1cf
commit 9a68ea9643

View file

@ -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]