aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-05-13 00:43:43 +0200
committerXavier Noria <fxn@hashref.com>2011-05-13 01:06:27 +0200
commitc88dddbe4d40c9e0590df4d6f76c02c46448264d (patch)
treedd8ba047a85432af3d89937a10fcb54f7d296d82 /railties/CHANGELOG
parent55d87d2b5c2d9176752ef62eaf0e8ef2e37ca52c (diff)
downloadrails-c88dddbe4d40c9e0590df4d6f76c02c46448264d.tar.gz
rails-c88dddbe4d40c9e0590df4d6f76c02c46448264d.tar.bz2
rails-c88dddbe4d40c9e0590df4d6f76c02c46448264d.zip
application and plugin generation run bundle check unless --skip-gemfile
The purpose of this feature is that the user knows whether dependencies are satisfied. In particular, if they are not he will be warned upfront, rather than finding out himself in an abrupt way by trying to run something.
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 e058b624b5..9bdf41731b 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
+* Application and plugin generation run bundle check unless --skip-gemfile. [fxn]
+
* Fixed database tasks for jdbc* adapters #jruby
[Rashmi Yadav]