diff options
author | José Valim <jose.valim@gmail.com> | 2011-06-22 12:52:46 -0300 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-06-22 12:52:46 -0300 |
commit | 16894982e34383a5624b1ab9fe45ac70e73d6b1f (patch) | |
tree | 895ae99215d35c8f17a6e9159fa465b772898654 /railties/CHANGELOG | |
parent | 09866cef1796774654a27dcb550ad563feddc531 (diff) | |
download | rails-16894982e34383a5624b1ab9fe45ac70e73d6b1f.tar.gz rails-16894982e34383a5624b1ab9fe45ac70e73d6b1f.tar.bz2 rails-16894982e34383a5624b1ab9fe45ac70e73d6b1f.zip |
Update CHANGELOG.
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index f2b0cf15cd..e8b4a32056 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -6,24 +6,19 @@ * Removed old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API. [Guillermo Iguaran] - *Rails 3.1.0 (unreleased)* +* Added Rails.groups that automatically handles Rails.env and ENV["RAILS_GROUPS"] [José Valim] + * The new rake task assets:clean removes precompiled assets. [fxn] * Application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle. [fxn] -* Fixed database tasks for jdbc* adapters #jruby - - [Rashmi Yadav] - -* Template generation for jdbcpostgresql #jruby - - [Vishnu Atrai] +* Fixed database tasks for jdbc* adapters #jruby [Rashmi Yadav] -* Template generation for jdbcmysql and jdbcsqlite3 #jruby +* Template generation for jdbcpostgresql #jruby [Vishnu Atrai] - [Arun Agrawal] +* Template generation for jdbcmysql and jdbcsqlite3 #jruby [Arun Agrawal] * The -j option of the application generator accepts an arbitrary string. If passed "foo", the gem "foo-rails" is added to the Gemfile, and the application JavaScript manifest |