Merge pull request #1316 from guilleiguaran/railties-changelog

Updating Railties changelog
This commit is contained in:
Aaron Patterson 2011-05-25 17:32:40 -07:00
commit bf9272b9d4

@ -1,3 +1,10 @@
*Rails 3.2.0 (unreleased)*
* Removed old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command. [Guillermo Iguaran]
* Removed old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API. [Guillermo Iguaran]
*Rails 3.1.0 (unreleased)*
* Application and plugin generation run bundle install unless --skip-gemfile or --skip-bundle. [fxn]