aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/hash_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adjust tests for differences between Ruby 1.8 and 1.9Andrew White2016-11-031-7/+16
* Fix AS::HWIA#select and #reject on Ruby 2.1.1+Andrew White2016-11-021-0/+30
* CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-6/+22
* Fix AS tests due to builder change with nil values / empty stringsCarlos Antonio da Silva2012-09-071-2/+2
* Fixes failing test with ruby 1.8.7-p358Arun Agrawal2012-02-171-2/+2
* Overrode Hash#nested_under_indifferent_access in HashWithIndifferentAccessMiles Georgi2011-12-111-0/+3
* Fix test to reflect use of to_param for keysbrainopia2011-09-181-8/+8
* Issue #636 - Parsing an xml file with multiple records and extra attributes (...Sidu Ponnappa2011-07-111-0/+49
* Test that HWIA.with_indifferent_access does not return selfDavid Lee2011-05-171-0/+1
* Use dup to preserve previous behaviorDavid Lee2011-05-171-1/+1
* Optimize parts of HashWithIndifferentAccessDavid Lee2011-05-171-0/+5
* indifferent access should recurse Hash subclassesDavid Lee2011-05-081-3/+12
* Fix bug with empty CDATA not being handled in Hash.from_xmlBradley Harris2011-04-291-2/+2
* Added test for empty CDATA bug in from_xmlBradley Harris2011-04-291-2/+8
* attributes no longer disappear if a tag contains whitespaceAndre Arko2011-04-141-0/+9
* Fixed various isolated test missing requires within AS.Josh Kalderimis2011-01-121-0/+1
* Only convert direct hash instances in hash with indifferent access.José Valim2010-11-261-0/+8
* HashWithIndifferentAccess should not change the subclass of an arrayLarry Sprock2010-11-141-0/+17
* Merge remote branch 'drogus/plugin_new'José Valim2010-11-111-0/+15
|\
| * Added Hash#deep_dup function which performs deep duplication on given hashPiotr Sarnacki2010-11-021-0/+15
* | Ensure that HashWithIndifferentAccess duplication preserves class (for sublcl...laserlemon2010-11-071-1/+14
* | Allowing to_xml :camelize option to be set to :lower to enable lower-camelcas...Jeremy Holland2010-11-031-1/+8
|/
* Override #store to be consistent with #[].Andrea Campi2010-10-101-0/+10
* let Hash#to_param and Hash#to_query sort againXavier Noria2010-09-281-3/+7
* Make assert_valid_keys slightly faster.thedarkone2010-09-271-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-21/+21
* Test Hash#to_param escapes keys and valuesSantiago Pastorino2010-07-221-0/+4
* Hash#to_param is doesn't use sort anymore, some tests added for Hash#to_paramSantiago Pastorino2010-07-221-0/+25
* Remove String#constantize depsJeremy Kemper2010-06-111-7/+8
* Change HWIA#stringify_keys to return a HWIA not a HashJeremy Kemper2010-04-221-0/+3
* Restore HWIA#stringify_keys! and update changelogJeremy Kemper2010-04-221-3/+3
* HWIA delegates to to_hash symbolize_keys and stringify_keys and bang methods ...Santiago Pastorino2010-04-221-2/+36
* Add support for a type=binary with an optional encoding=base64. If the encodi...Josh Franklin2010-03-261-1/+3
* Fixed some bugs and fixed some tests in new SAX-based XmlMini backends.Willem van Bergen2010-01-011-3/+5
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-021-41/+0
* Support deep-merging HashWithIndifferentAccess.Andrew Moreland2009-08-091-0/+12
* Fix that Hash#to_xml and Array#to_xml shouldn't modify their options hashes [...David Burger2009-08-091-0/+7
* Fixed Hash#from_xml with keys that are all caps.codebrulee2009-05-041-0/+16
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Explicit test dependenciesJeremy Kemper2009-03-281-0/+1
* Only require builder at startup if we need to monkey with its String#to_xs de...Jeremy Kemper2009-03-211-1/+0
* Use xmlschema when serializing TimeWithZones to xml [#2223 state:resolved]Jonathan del Strother2009-03-121-0/+9
* Ensure HWIA#reverse_merge! retrurns HWIA [#421 state:resolved]Bradford Folkens2009-03-121-0/+7
* adding more nokogiri tests and making the main rails tests passAaron Patterson2009-03-101-1/+6
* Require libxml-ruby 0.9.4 or 0.9.7 pending a segfault bugfix for 1.0.Jeremy Kemper2009-03-091-1/+2
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* MaKe Hash#slice! return removed values, akin to Array [#971 state:resolved]trans2008-12-261-3/+17
* Added a :camelize option to ActiveRecord and Hash to_xml serialization and fr...Bruce Krysiak2008-12-101-0/+7
* Explicitly require Builder in test that uses itJeremy Kemper2008-11-241-0/+1
* Revert "Hack builder to look for fast_xs instead of insisting on its own Stri...Jeremy Kemper2008-11-241-1/+0