aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:16:00 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:16:00 +0000
commite69a636349d3556d4c75314b195fad7bae7ad79a (patch)
tree5a70861fc1e2d1811d6bc4f4ca766378e7f80b0a
parent380ddd5310753fdf3082198e719642d44c68e69f (diff)
downloadrails-e69a636349d3556d4c75314b195fad7bae7ad79a.tar.gz
rails-e69a636349d3556d4c75314b195fad7bae7ad79a.tar.bz2
rails-e69a636349d3556d4c75314b195fad7bae7ad79a.zip
More contributor name updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8351 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionpack/CHANGELOG4
-rw-r--r--activerecord/CHANGELOG2
-rw-r--r--railties/CHANGELOG2
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 ]