aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Allow array and hash query parameters. Array route parameters are converted/t...Jeremy Kemper2007-03-061-3/+3
* Hash#to_query CGI-escapes its keys.Jeremy Kemper2007-02-111-1/+1
* Make to_query safe against nilsDavid Heinemeier Hansson2007-01-241-1/+1
* Added Hash#to_query to turn a hash of values into a form-encoded query string...David Heinemeier Hansson2007-01-241-0/+24
* Hash#to_xml handles keys with the same name as Kernel methods. Closes #6613.Jeremy Kemper2006-11-141-1/+1
* Hash#to_xml supports Bignum and BigDecimal. Closes #6313.Jeremy Kemper2006-09-291-8/+10
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-201-2/+7
* Fix cases where empty xml nodes weren't being translated to nil in Hash.creat...Rick Olson2006-09-011-1/+1
* Strip boolean XML content before checking for 'true' [Rick Olson]Rick Olson2006-07-211-1/+1
* Get rid of constant redefinition warnings when running AP testsMarcel Molina2006-07-131-2/+2
* Correctly convert <foo nil=true> to nil when using Hash.create_from_xml. [Rick]Rick Olson2006-07-131-1/+1
* More compatible Hash.create_from_xml. Closes #5523.Jeremy Kemper2006-06-291-0/+2
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-161-0/+70
* Added binary formattingDavid Heinemeier Hansson2006-06-041-1/+2
* Uncry thyselfJeremy Kemper2006-06-031-0/+2
* to_xml fixes, features, and speedup. Closes #4989.Jeremy Kemper2006-06-031-14/+43
* Fixed the to_xml case (closes #4201) [twoggle@gmail.com]David Heinemeier Hansson2006-03-181-6/+4
* dasherize the root element when doing to_xmlJamis Buck2006-03-161-1/+1
* Switch to_xml to use the date formate defined in xml schema.[Koz]Michael Koziarski2006-03-151-1/+1
* tag! is nicer than __send__David Heinemeier Hansson2006-03-101-1/+1
* Implemented nested to_xml and named elements for array xmling [DHH]David Heinemeier Hansson2006-03-091-8/+11
* Fixed to_xml across the board to use nice indention, better skip_attributes w...David Heinemeier Hansson2006-03-091-7/+11
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-081-0/+39