aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/ordered_hash_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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