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:
parent
68424fb1cf
commit
9a68ea9643
1 changed files with 4 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue