From e69a636349d3556d4c75314b195fad7bae7ad79a Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 10 Dec 2007 01:16:00 +0000 Subject: More contributor name updates git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8351 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 4 ++-- activerecord/CHANGELOG | 2 +- railties/CHANGELOG | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index a5d2c1e644..2d13b1d724 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 [Fred Cheung] +* Fix DoubleRenderError message and leave out mention of returning false from filters. Closes #10380 [Frederick 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 [Fred Cheung] +* error_messages_for and friends also work with local variables. #9699 [Frederick 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 246133b072..116a1fece4 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 [Fred Cheung] +* Added fixture caching that'll speed up a normal fixture-powered test suite between 50% and 100% #9682 [Frederick Cheung] * Correctly quote id list for limited eager loading. #7482 [tmacedo] diff --git a/railties/CHANGELOG b/railties/CHANGELOG index ffb16e784a..bfed3eccf3 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 [Fred Cheung]. Example: +* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [Frederick Cheung]. Example: # Loads :classic_pagination before all the other plugins config.plugins = [ :classic_pagination, :all ] -- cgit v1.2.3