1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update Chu's name in changelogs

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8349 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper 2007-12-10 01:07:49 +00:00
parent c92c8c0b28
commit a93fea800f
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
render :partial => @client.becomes(Company) # renders companies/company instead of clients/client
* Fixed that to_xml should not automatically pass :procs to associations included with :include #10162 [chuyeow]
* Fixed that to_xml should not automatically pass :procs to associations included with :include #10162 [Chu Yeow]
* Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]
@ -181,7 +181,7 @@ single-table inheritance. #3833, #9886 [Gabriel Gironda, rramdas, François Bea
* Added the possibility of using symbols in addition to concrete classes with ActiveRecord::Observer#observe #3998 [robbyrussell/tarmo]
* Added ActiveRecord::Base#to_json/from_json [DHH/chuyeow]
* Added ActiveRecord::Base#to_json/from_json [DHH, Chu Yeow]
* Added ActiveRecord::Base#from_xml [DHH]. Example:

View file

@ -20,7 +20,7 @@
* Add new superclass_delegating_accessors. Similar to class inheritable attributes but with subtly different semantics. [Koz, tarmo]
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [josh, chuyeow, tpope]
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [Josh Peek, Chu Yeow, Tim Pope]
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theamazingrando]
@ -71,7 +71,7 @@
* Fixed that La Paz was included in -25200 and -14400 offsets when it should only be in -14400 #9735 [bermi]
* Fixed JSON encoding to use quoted keys according to the JSON standard #8762 [choonkat/chuyeow]
* Fixed JSON encoding to use quoted keys according to the JSON standard. #8762 [choonkat, Chu Yeow]
* Alias Object#send to send! for Ruby 1.9 forward compatibility. [Jeremy Kemper]