aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-05-14 02:36:29 +0200
committerXavier Noria <fxn@hashref.com>2011-05-14 02:37:41 +0200
commit26cfd1f2834aef5a5418ea23b7d883566e9c3b7b (patch)
tree9375ee0c983e98f8a97af083af7bfc5d50eb8d57 /railties/CHANGELOG
parent345beb8485a335439354724b6a2eb0a797d9bb5a (diff)
downloadrails-26cfd1f2834aef5a5418ea23b7d883566e9c3b7b.tar.gz
rails-26cfd1f2834aef5a5418ea23b7d883566e9c3b7b.tar.bz2
rails-26cfd1f2834aef5a5418ea23b7d883566e9c3b7b.zip
application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle
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 f93a7d918b..c465b08594 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,6 @@
*Rails 3.1.0 (unreleased)*
-* Application and plugin generation run bundle check unless --skip-gemfile. [fxn]
+* Application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle. [fxn]
* Fixed database tasks for jdbc* adapters #jruby