diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-10 01:07:34 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-10 01:07:34 +0000 |
commit | c92c8c0b28b1df88e3cc7e70125538498fee9b69 (patch) | |
tree | 1732f40112a99ee61a6ca3964c8aa73ea63b1d3f | |
parent | 220a64e9b6f7a3745b776c731c8233d6186e2d59 (diff) | |
download | rails-c92c8c0b28b1df88e3cc7e70125538498fee9b69.tar.gz rails-c92c8c0b28b1df88e3cc7e70125538498fee9b69.tar.bz2 rails-c92c8c0b28b1df88e3cc7e70125538498fee9b69.zip |
Update Fred's name in changelogs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8348 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | actionpack/CHANGELOG | 4 | ||||
-rw-r--r-- | activerecord/CHANGELOG | 2 | ||||
-rw-r--r-- | railties/CHANGELOG | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index fd15879424..a5d2c1e644 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -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] diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index d7bacfef67..16c8953517 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -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] diff --git a/railties/CHANGELOG b/railties/CHANGELOG index f4e9efa8d4..ffb16e784a 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -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 ] |