提交 0d0c46ab 编写于 作者: J Jeremy Kemper

Clean up CHANGELOGs

上级 390d285e
*Rails 3.0.0 (unreleased)*
* No changes
*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)*
* No changes
*Rails 3.0.0 [release candidate] (July 26th, 2010)*
* No material changes
* No changes
*Rails 3.0.0 [beta 4] (June 8th, 2010)*
......
*Rails 3.0.0 (unreleased)*
* password_field renders with nil value by default making the use of passwords secure by default, if you want to render you should do for instance f.password_field(:password, :value => @user.password) [Santiago Pastorino]
* Symbols and strings in routes should yield the same behavior. Note this may break existing apps that were using symbols with the new routes API. [José Valim]
......
*Rails 3.0.0 (unreleased)*
* No changes
*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)*
* No changes
*Rails 3.0.0 [release candidate] (July 26th, 2010)*
* Added ActiveModel::MassAssignmentSecurity [Eric Chapweske, Josh Kalderimis]
......
*Rails 3.0.0 (unreleased)*
* No changes
*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)*
* No changes
*Rails 3.0.0 [release candidate] (July 26th, 2010)*
* Changed update_attribute to not run callbacks and update the record directly in the database [Neeraj Singh]
......
*Rails 3.0.0 (unreleased)*
* No changes
*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)*
* No changes
*Rails 3.0.0 [release candidate] (July 26th, 2010)*
* No material changes
* No changes
*Rails 3.0.0 [beta 4] (June 8th, 2010)*
......
*Rails 3.0.0 (unreleased)*
* No changes
*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)*
* No changes
*Rails 3.0.0 [release candidate] (July 26th, 2010)*
* Application generation: --skip-testunit and --skip-activerecord become --skip-test-unit
and --skip-active-record respectively. [fxn]
* Application generation: --skip-testunit and --skip-activerecord become --skip-test-unit and --skip-active-record respectively. [fxn]
* Added console to Rails::Railtie as a hook called just after console starts. [José Valim]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册