mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
More changelog updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8411 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
2f61985540
commit
3df9fb53ac
4 changed files with 11 additions and 11 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
* Added that Array#to_param calls to_param on all it's elements #10473 [brandon]
|
||||
|
||||
* Ensure asset cache directories are automatically created. #10337 [Josh Peek, Chu Yeow]
|
||||
* Ensure asset cache directories are automatically created. #10337 [Josh Peek, Cheah Chu Yeow]
|
||||
|
||||
* render :xml and :json preserve custom content types. #10388 [jmettraux, Chu Yeow]
|
||||
* render :xml and :json preserve custom content types. #10388 [jmettraux, Cheah Chu Yeow]
|
||||
|
||||
* Refactor Action View template handlers. #10437, #10455 [Josh Peek]
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ so newlines etc are escaped #10385 [Norbert Crombach]
|
|||
|
||||
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 [Chu Yeow]
|
||||
* Fixed that to_xml should not automatically pass :procs to associations included with :include #10162 [Cheah Chu Yeow]
|
||||
|
||||
* Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]
|
||||
|
||||
|
@ -197,7 +197,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 [Robby Russell, Tarmo Tänav]
|
||||
|
||||
* Added ActiveRecord::Base#to_json/from_json [DHH, Chu Yeow]
|
||||
* Added ActiveRecord::Base#to_json/from_json [DHH, Cheah Chu Yeow]
|
||||
|
||||
* Added ActiveRecord::Base#from_xml [DHH]. Example:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
*SVN*
|
||||
|
||||
* TimeZone#to_s uses UTC rather than GMT. #1689 [Chu Yeow]
|
||||
* TimeZone#to_s uses UTC rather than GMT. #1689 [Cheah Chu Yeow]
|
||||
|
||||
* Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 [ReinH]
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
* Add new superclass_delegating_accessors. Similar to class inheritable attributes but with subtly different semantics. [Koz, Tarmo Tänav]
|
||||
|
||||
* 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]
|
||||
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [Josh Peek, Cheah Chu Yeow, Tim Pope]
|
||||
|
||||
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theamazingrando]
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
The intention is to use this to reduce the amount of monkeypatching / overriding that
|
||||
is done to test/unit's classes.
|
||||
|
||||
* Document Enumerable and Hash #to_json. #9970 [Chu Yeow]
|
||||
* Document Enumerable and Hash #to_json. #9970 [Cheah Chu Yeow]
|
||||
|
||||
* Hash#to_xml handles symbol values. #9954 [Assaf]
|
||||
|
||||
|
@ -64,9 +64,9 @@
|
|||
|
||||
* Unbundle Builder in favor of a gem dependency. [Jeremy Kemper]
|
||||
|
||||
* Disambiguate Time, Date, and DateTime#to_json formatting. #9750 [Geoff Buesing, Chu Yeow]
|
||||
* Disambiguate Time, Date, and DateTime#to_json formatting. #9750 [Geoff Buesing, Cheah Chu Yeow]
|
||||
|
||||
* Hash#to_json takes :only or :except options to specific or omit certain hash keys. Enumerable#to_json passes through its options to each element. #9751 [Chu Yeow]
|
||||
* Hash#to_json takes :only or :except options to specific or omit certain hash keys. Enumerable#to_json passes through its options to each element. #9751 [Cheah Chu Yeow]
|
||||
|
||||
* BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers with an array instead of string. Disabling auto_flushing still flushes when the buffer hits a maximum size, as a failsafe against memory-gobbling. [Jeremy Kemper]
|
||||
|
||||
|
@ -74,7 +74,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, Chu Yeow]
|
||||
* Fixed JSON encoding to use quoted keys according to the JSON standard. #8762 [choonkat, Cheah Chu Yeow]
|
||||
|
||||
* Alias Object#send to send! for Ruby 1.9 forward compatibility. [Jeremy Kemper]
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Session's pseudo-random id generator. Consider extracting to Active Support later. #10286 [Hongli Lai]
|
||||
|
||||
* RAILS_GEM_VERSION may be set to any valid gem version specifier. #10057 [Chad Woolley, Chu Yeow]
|
||||
* RAILS_GEM_VERSION may be set to any valid gem version specifier. #10057 [Chad Woolley, Cheah Chu Yeow]
|
||||
|
||||
* Load config/preinitializer.rb, if present, before loading the environment. #9943 [Chad Woolley]
|
||||
|
||||
|
|
Loading…
Reference in a new issue