aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-06-17 15:10:53 -0300
committerJosé Valim <jose.valim@gmail.com>2011-06-17 15:10:53 -0300
commit08983fefd547142ef8b913af1859b96597753d9f (patch)
tree0b3d648ba38db34d114cbd8488692d85cf1f1d71 /railties/CHANGELOG
parent9a64c8ec660a6dc20e8df26b0936502bd4c1ffb8 (diff)
downloadrails-08983fefd547142ef8b913af1859b96597753d9f.tar.gz
rails-08983fefd547142ef8b913af1859b96597753d9f.tar.bz2
rails-08983fefd547142ef8b913af1859b96597753d9f.zip
Attributes on scaffold and model generators default to string.
This allows the following: "rails g scaffold Post title body:text author"
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 880849d2ec..f2b0cf15cd 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.2.0 (unreleased)*
+* 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 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API. [Guillermo Iguaran]