aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash
Commit message (Expand)AuthorAgeFilesLines
...
* Allow deep merging of hash values for nested with_options. [#490 state:resolved]Lawrence Pit2008-07-171-0/+23
* Hash#slice supports an array of keys [#613 state:resolved]Josh Owens2008-07-161-0/+1
* Merge with docrails.Pratik Naik2008-07-162-6/+13
* Performance: speed up Hash#except. [#382 state:resolved]Grant Hollingworth2008-06-111-3/+4
* No need to build a Set since we're iterating instead of checking for inclusio...Jeremy Kemper2008-06-071-4/+2
* Fixed the brokeness from 952ec79bec313e0001adfc8c86f7970448d32db9David Heinemeier Hansson2008-06-021-1/+1
* Faster Hash#slice that doesn't use Enumerable#include?.Cheah Chu Yeow2008-06-021-1/+3
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of...gbuesing2008-05-181-1/+1
* Merge docrails:Pratik Naik2008-05-091-22/+21
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+1
* 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