aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash
Commit message (Expand)AuthorAgeFilesLines
* Revert [9209] Use Hash#exceptPratik Naik2008-04-021-16/+0
* Adding Hash#without Closes #7369 [eventualbuddha]Pratik Naik2008-04-021-0/+16
* Improve documentation.Pratik Naik2008-03-262-0/+39
* Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac Feliu]Jeremy Kemper2008-02-271-2/+3
* ActiveSupport::Base64.encode64s since Base64 is deprecatedJeremy Kemper2008-02-071-2/+2
* Use a decorator module for Files instantiated by Hash.from_xml. Add test cove...Jeremy Kemper2008-01-061-3/+18
* Simplify and speedup Hash#stringify_keys! References #10717 [Cheah Chu Yeow]Jeremy Kemper2008-01-061-4/+1
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+2
* Correct Hash#assert_valid_keys docs. Closes #10621 [Cheah Chu Yeow, blackanger]Jeremy Kemper2008-01-021-3/+4
* Hash#symbolize_keys skips keys that can't be symbolized. Closes #10500.Jeremy Kemper2007-12-201-1/+1
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-181-2/+1
* Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow]Jeremy Kemper2007-12-091-17/+7
* Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 [ReinH]Rick Olson2007-12-081-7/+1
* Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options has...Rick Olson2007-12-081-0/+1
* Fix that empty collections should be treated as empty arrays regardless of wh...David Heinemeier Hansson2007-11-251-13/+13
* Add documentation for Hash#diff. Closes #9306 [tarmo]Marcel Molina2007-11-061-0/+8
* Hash#to_xml handles symbol values. Closes #9954.Jeremy Kemper2007-10-231-0/+5
* Hash#symbolize_keys behaves well with integer keys. Closes #9890.Jeremy Kemper2007-10-161-3/+3
* Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.Jeremy Kemper2007-10-101-1/+1
* Documentation for assert_valid_keys. Closes #7264 [tarmo, rsanheim]Michael Koziarski2007-10-081-0/+7
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+1
* Hash#to_xml doesn't double-unescape. Closes #8806.Jeremy Kemper2007-09-171-9/+1
* Support for non heterogeneous arrays when serializing to xml. Unless guessabl...Tobias Lütke2007-07-091-10/+13
* Added Hash#except which is the inverse of Hash#slice -- return the hash excep...David Heinemeier Hansson2007-07-091-0/+24
* Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or s...Jeremy Kemper2007-06-231-1/+22
* Remove deprecated Hash#create_from_xml. Use Hash#from_xml.Jeremy Kemper2007-06-231-5/+0
* Added proper handling of arrays. Closes #8537 [hasmanyjosh]Rick Olson2007-06-211-0/+14
* revert [6924]Rick Olson2007-06-051-14/+0
* 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