Updating Railties changelog

This commit is contained in:
Guillermo Iguaran
2011-05-25 18:49:17 -05:00
parent 9b6791870b
commit 433390de2d

View File

@@ -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]