aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/hash_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Pull file from xml value only if it's a Hash. Closes #8190.Jeremy Kemper2007-04-261-0/+6
* Use XSD-compatible type names for Hash#to_xml and make the converters extenda...David Heinemeier Hansson2007-04-211-1/+29
* Added yielding of builder in Hash#to_xml [DHH]David Heinemeier Hansson2007-04-191-0/+11
* Fixed that parameters from XML should also be presented in a hash with indiff...David Heinemeier Hansson2007-04-161-0/+5
* Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...Jeremy Kemper2007-03-181-3/+5
* Array#to_query preserves its ordering. References #7756.Jeremy Kemper2007-03-111-2/+7
* Hash#to_query CGI-escapes its keys.Jeremy Kemper2007-02-111-8/+22
* Don't test for hash sort order.Jeremy Kemper2007-02-111-6/+7
* Added Hash#to_query to turn a hash of values into a form-encoded query string...David Heinemeier Hansson2007-01-241-0/+21
* Hash#slice(*keys) returns a new hash with only the given keys. #slice! replac...Jeremy Kemper2006-12-171-0/+29
* HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the...Jeremy Kemper2006-12-161-9/+37
* Hash#to_xml handles keys with the same name as Kernel methods. Closes #6613.Jeremy Kemper2006-11-141-0/+11
* Hash#to_xml supports Bignum and BigDecimal. Closes #6313.Jeremy Kemper2006-09-291-1/+7
* Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...David Heinemeier Hansson2006-09-201-4/+4
* Fix cases where empty xml nodes weren't being translated to nil in Hash.creat...Rick Olson2006-09-011-0/+24
* Strip boolean XML content before checking for 'true' [Rick Olson]Rick Olson2006-07-211-2/+2
* Correctly convert <foo nil=true> to nil when using Hash.create_from_xml. [Rick]Rick Olson2006-07-131-1/+1
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+1
* HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor ...Jeremy Kemper2006-07-051-31/+58
* Fixed HashWithIndifferentAccess#default (closes #5586) [chris@seagul.co.uk]David Heinemeier Hansson2006-07-051-0/+22
* More compatible Hash.create_from_xml. Closes #5523.Jeremy Kemper2006-06-291-0/+23
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-161-1/+78
* to_xml fixes, features, and speedup. Closes #4989.Jeremy Kemper2006-06-031-4/+35
* Don't destroy a HashWithIndifferentAccess if symbolize_keys! or stringify_ke...Marcel Molina2006-05-141-0/+11
* Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...Rick Olson2006-03-191-1/+5
* Fixed HashWithIndifferentAccess#delete to work with both symbols and strings ...David Heinemeier Hansson2006-03-181-0/+10
* Implemented nested to_xml and named elements for array xmling [DHH]David Heinemeier Hansson2006-03-091-0/+15
* Fixed to_xml across the board to use nice indention, better skip_attributes w...David Heinemeier Hansson2006-03-091-14/+31
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-081-1/+29
* Fix merge and dup for hashes with indifferent access (closes #3404) [kenneth....David Heinemeier Hansson2006-01-231-0/+19
* Make HashWithIndifferentAccess#update behave like Hash#update by returning th...Marcel Molina2006-01-081-0/+23
* Added Hash#reverse_merge, Hash#reverse_merge!, and Hash#reverse_update to eas...David Heinemeier Hansson2005-09-111-0/+4
* Make assert_valid_keys slightly more lenientDavid Heinemeier Hansson2005-09-091-0/+2
* Fixed that HashWithIndifferentAccess stringified all keys including symbols, ...David Heinemeier Hansson2005-05-191-0/+6
* Fixed tests for indifferent accessDavid Heinemeier Hansson2005-03-071-47/+16
* Fixed Hash#indifferent_access to also deal with include? and fetch and nested...David Heinemeier Hansson2005-03-071-0/+61
* Fixed an exception when using Ajax based requests from Safari because Safari ...David Heinemeier Hansson2005-03-031-6/+20
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-1/+1
* Added Hash#stringify_keys and Hash#stringify_keys!David Heinemeier Hansson2005-02-121-0/+14
* Added IndifferentAccess as a way to wrap a hash by a symbol-based store that ...David Heinemeier Hansson2005-02-111-1/+11
* Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 [Marc...David Heinemeier Hansson2005-01-111-2/+33
* Added the first of the coming core extensionsDavid Heinemeier Hansson2005-01-091-0/+14