aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2011-04-10 12:30:58 +0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-04-10 16:47:51 +0800
commit74960c3976a69b3c7d9aa6bf28edb42ea82df0ce (patch)
treec589bace5fc2cb711d145ee82b9120197cc2c00f /railties/CHANGELOG
parent63cd92f9f346acefca1ad014873c971837843cdb (diff)
downloadrails-74960c3976a69b3c7d9aa6bf28edb42ea82df0ce.tar.gz
rails-74960c3976a69b3c7d9aa6bf28edb42ea82df0ce.tar.bz2
rails-74960c3976a69b3c7d9aa6bf28edb42ea82df0ce.zip
Rails will now generate Ruby 1.9 style hash when running app generator on Ruby 1.9.x
The new hash syntax of Ruby 1.9 looks more superior, so we decide to switch to it in the places that appropriate.
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index b5050440bb..e81d20c3ac 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,6 @@
*Rails 3.1.0 (unreleased)*
-* Changed scaffold generator to create Ruby 1.9 style hash when running on Ruby 1.9 [Prem Sichanugrist]
+* Changed scaffold and app generator to create Ruby 1.9 style hash when running on Ruby 1.9 [Prem Sichanugrist]
So instead of creating something like: