aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2011-04-14 12:23:21 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-04-14 12:23:21 +0200
commit6c91b699bf4c5b9288f8ac0136672d30e4989d7b (patch)
tree7c6fd7b871f85a525503231d3270909ff3c67f32 /railties/CHANGELOG
parentbd032fe97eabed62130bb745b0955090099fe525 (diff)
downloadrails-6c91b699bf4c5b9288f8ac0136672d30e4989d7b.tar.gz
rails-6c91b699bf4c5b9288f8ac0136672d30e4989d7b.tar.bz2
rails-6c91b699bf4c5b9288f8ac0136672d30e4989d7b.zip
The controller and resource generators will now automatically produce asset stubs (this can be turned off with --skip-assets). These stubs will use Coffee and Sass, if those libraries are available. [DHH]
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 e136dd0279..b4c774d508 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
+* The controller and resource generators will now automatically produce asset stubs (this can be turned off with --skip-assets). These stubs will use Coffee and Sass, if those libraries are available. [DHH]
+
* jQuery is the new default JavaScript library. [fxn]
* Changed scaffold and app generator to create Ruby 1.9 style hash when running on Ruby 1.9 [Prem Sichanugrist]