aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-04-30 03:52:06 +0200
committerXavier Noria <fxn@hashref.com>2011-04-30 03:53:24 +0200
commitb2aacc346c8e975cd9ab8c1b0a6b90adbb98debc (patch)
tree1e14391ca798fd1f1cbd43a0a42f2639b28bcd23 /railties/CHANGELOG
parent7ee5f2eee514f5e9fb53753b830e0caf3dafc2aa (diff)
downloadrails-b2aacc346c8e975cd9ab8c1b0a6b90adbb98debc.tar.gz
rails-b2aacc346c8e975cd9ab8c1b0a6b90adbb98debc.tar.bz2
rails-b2aacc346c8e975cd9ab8c1b0a6b90adbb98debc.zip
Prototype and Scriptaculous are no longer vendored, but provided by prototype-rails from now on, also the -j option of the application generator is removed
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index a4f0d31971..83c501c656 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,10 @@
*Rails 3.1.0 (unreleased)*
+* Application generation no longer supports the -j option. [fxn]
+
+* Prototype and Scriptaculous are no longer vendored, they are provided from now on
+by the prototype-rails gem. [fxn]
+
* The scaffold controller will now produce SCSS file if Sass is available [Prem Sichanugrist]
* 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]