Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4608

Show
Ignore:
Timestamp:
07/13/06 03:23:39 (2 years ago)
Author:
marcel
Message:

Customize default BigDecimal formatting. [dave@pragprog.com]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/CHANGELOG

    r4607 r4608  
    11*SVN* 
     2 
     3* Customize default BigDecimal formatting. References #5672 [dave@pragprog.com] 
    24 
    35* Correctly convert <foo nil="true"> to nil when using Hash.create_from_xml.  [Rick]