Skip to content

Commit

Permalink
Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 22, 2011
1 parent 09866ce commit 1689498
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions railties/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1689498

Please sign in to comment.