aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/ordered_hash_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adjust tests for differences between Ruby 1.8 and 1.9Andrew White2016-11-031-1/+7
* Fix AS::OrderHash#select and #reject on Ruby 2.1.1+Andrew White2016-11-021-0/+4
* Ruby 2 compat. Hash[] now raises on bad elements rather than ignoring them. N...Jeremy Kemper2013-02-241-1/+0
* Make `ActiveSupport::OrderedHash` extractable when using `Array#extract_optio...Prem Sichanugrist2011-09-031-0/+5
* Fixes minor ruby 1.8 inconsistencyAndrew Radev2011-05-271-0/+23
* Add missing requiresSantiago Pastorino2011-05-111-0/+1
* indifferent access should recurse Hash subclassesDavid Lee2011-05-081-0/+5
* just < 1.9 is fine and 1.9.1 is not supportedSantiago Pastorino2011-02-031-3/+3
* fix OrderedHash#each* methods to return Enumerators when called without a blo...Gabriel Horner2011-02-031-0/+6
* OrderedHash#each* methods return self like Hash does [#6364 state:resolved]Gabriel Horner2011-02-021-3/+3
* test that the custom ordered hash can be round-trippedAaron Patterson2011-01-041-0/+17
* use dots for method callsAaron Patterson2011-01-041-3/+8
* OrderedHash#select now preserves order [#5843 state:resolved]James A. Rosen2010-11-071-0/+8
* Exception handling more readableThiago Pradi2010-09-191-2/+2
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* AS json refactor, move to_json implementation to core_ext and a cleanup a bit...Santiago Pastorino2010-07-011-0/+1
* Oops. Make previous commit pass on 1.9.2.José Valim2010-06-261-1/+2
* Tidy up tests in previous commit since they did not assure an OrderedHash is ...José Valim2010-06-261-3/+2
* Add OrderedHash#invert to preserve order in ruby 1.8 [#4875]chaitanyav2010-06-261-0/+6
* Work around the fact the JSON gem was overwriting to_json implementation for ...José Valim2010-06-261-0/+7
* Alias ActiveSupport::OrderedHash#update to ActiveSupport::OrderedHash.merge!Paul Mucur2010-06-251-0/+6
* revises implementation of AS::OrderedHash#merge!Xavier Noria2010-06-131-16/+17
* Revert "hash merging with a block ignores non-existing keys altogether"Xavier Noria2010-06-131-16/+17
* hash merging with a block ignores non-existing keys altogetherXavier Noria2010-06-131-17/+16
* re-organized test for merge into separate testsPaul Barry2010-06-131-13/+21
* Support passing a block to ActiveSupport::OrderedHash's merge and merge! [#48...Paul Mucur2010-06-131-0/+13
* Adding custom yaml (de-)serialization for OrderedHashGregor Schmidt2010-01-271-0/+24
* Fix OrderedHash#replaceChris Hapgood2009-11-051-0/+7
* Fixed ActiveSupport::OrderedHash::[] work identically to ::Hash::[] in ruby 1...Brian Abreu2009-07-021-1/+24
* ActiveSupport::OrderedHash[1,2,3,4] creates an OrderedHash instead of a Hash.Douglas F Shearer2009-05-111-0/+6
* ActiveSupport::OrderedHash#to_a method returns an ordered set of arrays. Matc...Ken Collins2009-05-101-0/+4
* Fix OrderedHash#inspect recursionJeremy Kemper2009-03-041-1/+7
* Fix OrderedHash#to_hash to return self instead of a new hash with self as def...Jeremy Kemper2009-03-031-1/+5
* Dup keys in OrderedHash to prevent them from being modified [#1676 state:reso...Brandon Keepers2009-01-161-1/+9
* Make delete_if/reject faster and fix other mutatorsFrederick Cheung2008-12-151-0/+37
* Fixed ActiveSupport::OrderedHash #delete_if, #reject!, and #reject, which did...Eloy Duran2008-12-111-1/+21
* Rework ActiveSupport::OrderedHash to make lookups fasterFrederick Cheung2008-12-101-0/+10
* Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each...Christoffer Sawicki2008-11-261-0/+12
* Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:reso...Steve Purcell2008-06-031-0/+19
* Create a seperate file for ActiveSupport::OrderedHash.Joshua Peek2008-05-141-0/+45