aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash
Commit message (Expand)AuthorAgeFilesLines
* Added proper handling of arrays (closes #8537) [hasmanyjosh]David Heinemeier Hansson2007-06-011-0/+14
* Pull file from xml value only if it's a Hash. Closes #8190.Jeremy Kemper2007-04-261-2/+2
* XML values can be nilDavid Heinemeier Hansson2007-04-261-1/+1
* Added parsing of file type in Hash.xml_in so you can easily do file uploads w...David Heinemeier Hansson2007-04-251-12/+31
* Use XSD-compatible type names for Hash#to_xml and make the converters extenda...David Heinemeier Hansson2007-04-211-11/+30
* Added yielding of builder in Hash#to_xml [DHH]David Heinemeier Hansson2007-04-191-0/+2
* Fixed that parameters from XML should also be presented in a hash with indiff...David Heinemeier Hansson2007-04-162-2/+10
* Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...Jeremy Kemper2007-03-181-2/+4
* Array#to_query preserves its ordering. References #7756.Jeremy Kemper2007-03-111-1/+1
* 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#slice(*keys) returns a new hash with only the given keys. #slice! replac...Jeremy Kemper2006-12-171-0/+28
* HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the...Jeremy Kemper2006-12-162-3/+8
* 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
* HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor ...Jeremy Kemper2006-07-051-7/+10
* Fixed HashWithIndifferentAccess#default (closes #5586) [chris@seagul.co.uk]David Heinemeier Hansson2006-07-051-4/+7
* 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
* Don't destroy a HashWithIndifferentAccess if symbolize_keys! or stringify_ke...Marcel Molina2006-05-141-0/+3
* Use --simple-prompt instead of --prompt-mode simple for console compatibility...David Heinemeier Hansson2006-04-011-1/+1
* Fixed the hash.delete :sym (closes #2176) [Stefan Kaes]David Heinemeier Hansson2006-03-201-2/+9
* Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...David Heinemeier Hansson2006-03-201-1/+1
* Rolled back #2176 because it destroyed performance [DHH]David Heinemeier Hansson2006-03-201-24/+36
* fix indifferent hash. The lambdas were acting funny in a running rails app. ...Rick Olson2006-03-201-5/+15
* Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...Rick Olson2006-03-191-0/+11
* Fixed the to_xml case (closes #4201) [twoggle@gmail.com]David Heinemeier Hansson2006-03-181-6/+4
* Fixed HashWithIndifferentAccess#delete to work with both symbols and strings ...David Heinemeier Hansson2006-03-181-36/+14
* 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
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-1/+2
* Fix merge and dup for hashes with indifferent access (closes #3404) [kenneth....David Heinemeier Hansson2006-01-231-0/+8
* Make HashWithIndifferentAccess#update behave like Hash#update by returning th...Marcel Molina2006-01-081-2/+5
* Added Hash#reverse_merge, Hash#reverse_merge!, and Hash#reverse_update to eas...David Heinemeier Hansson2005-09-111-0/+25
* Make assert_valid_keys slightly more lenientDavid Heinemeier Hansson2005-09-091-2/+2
* Fixed documentation for release (AS)David Heinemeier Hansson2005-07-061-1/+1