mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update Fred's name in changelogs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8348 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
220a64e9b6
commit
c92c8c0b28
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
* Refactor Action View template handlers. #10437 [Josh Peek]
|
||||
|
||||
* Fix DoubleRenderError message and leave out mention of returning false from filters. Closes #10380 [fcheung]
|
||||
* Fix DoubleRenderError message and leave out mention of returning false from filters. Closes #10380 [Fred Cheung]
|
||||
|
||||
* Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]
|
||||
|
||||
|
@ -138,7 +138,7 @@
|
|||
|
||||
* Add link_to :back which uses your referrer with a fallback to a javascript link. #7366 [eventualbuddha, tarmo]
|
||||
|
||||
* error_messages_for and friends also work with local variables. #9699 [Frederick Cheung]
|
||||
* error_messages_for and friends also work with local variables. #9699 [Fred Cheung]
|
||||
|
||||
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. #8562, #9525 [Justin Lynn, Tarmo Tänav, shoe]
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@ single-table inheritance. #3833, #9886 [Gabriel Gironda, rramdas, François Bea
|
|||
|
||||
* Extract Oracle, SQLServer, and Sybase adapters into gems. [Jeremy Kemper]
|
||||
|
||||
* Added fixture caching that'll speed up a normal fixture-powered test suite between 50% and 100% #9682 [frederick.cheung@gmail.com]
|
||||
* Added fixture caching that'll speed up a normal fixture-powered test suite between 50% and 100% #9682 [Fred Cheung]
|
||||
|
||||
* Correctly quote id list for limited eager loading. #7482 [tmacedo]
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ databases on localhost. #9753 [Trevor Wennblom]
|
|||
|
||||
* Removed web_service generator [Koz]
|
||||
|
||||
* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [fcheung]. Example:
|
||||
* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [Fred Cheung]. Example:
|
||||
|
||||
# Loads :classic_pagination before all the other plugins
|
||||
config.plugins = [ :classic_pagination, :all ]
|
||||
|
|
Loading…
Reference in a new issue