aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/ordered_hash.rb
Commit message (Expand)AuthorAgeFilesLines
* Adjust tests for differences between Ruby 1.8 and 1.9Andrew White2016-11-031-5/+1
* Fix AS::OrderHash#select and #reject on Ruby 2.1.1+Andrew White2016-11-021-0/+14
* remove nodoc on OrderedHashVijay Dev2011-11-221-1/+1
* Make `ActiveSupport::OrderedHash` extractable when using `Array#extract_optio...Prem Sichanugrist2011-09-031-0/+5
* Remove unneccesary map chainingGuillermo Iguaran2011-07-231-1/+1
* Fixes minor ruby 1.8 inconsistencyAndrew Radev2011-05-271-1/+5
* indifferent access should recurse Hash subclassesDavid Lee2011-05-081-0/+4
* fix OrderedHash#each* methods to return Enumerators when called without a blo...Gabriel Horner2011-02-031-0/+3
* OrderedHash#each* methods return self like Hash does [#6364 state:resolved]Gabriel Horner2011-02-021-0/+3
* load psych by default if possibleAaron Patterson2011-01-281-0/+5
* test that the custom ordered hash can be round-trippedAaron Patterson2011-01-041-5/+0
* require Psych if possible, use Psych output when enabledAaron Patterson2011-01-041-1/+14
* OrderedHash#select now preserves order [#5843 state:resolved]James A. Rosen2010-11-071-0/+2
* Revert "refactor delete a little"Aaron Patterson2010-10-151-1/+4
* Revert "speeding up flattened version of OrderedHash.[]"Aaron Patterson2010-10-131-2/+3
* speeding up flattened version of OrderedHash.[]Aaron Patterson2010-10-131-3/+2
* refactor delete a littleAaron Patterson2010-10-131-4/+1
* use unless instead of if !Aaron Patterson2010-10-131-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* commit review: say clearly that AS::OrderedHash is about insertion order, be ...Xavier Noria2010-08-061-8/+10
* adding documentation for OrderedHash and OrderedOptionsNeeraj Singh2010-08-061-1/+8
* Add OrderedHash#invert to preserve order in ruby 1.8 [#4875]chaitanyav2010-06-261-0/+4
* Alias ActiveSupport::OrderedHash#update to ActiveSupport::OrderedHash.merge!Paul Mucur2010-06-251-0/+2
* explains why AS::OrderedHash does not leverage inheritanceXavier Noria2010-06-131-0/+11
* Change implementation to do it without asking each time for block_given?Santiago Pastorino2010-06-131-6/+4
* revises implementation of AS::OrderedHash#merge!Xavier Noria2010-06-131-4/+6
* Revert "hash merging with a block ignores non-existing keys altogether"Xavier Noria2010-06-131-1/+1
* hash merging with a block ignores non-existing keys altogetherXavier Noria2010-06-131-1/+1
* Support passing a block to ActiveSupport::OrderedHash's merge and merge! [#48...Paul Mucur2010-06-131-3/+7
* Refactor for readabilityJeremy Kemper2010-04-091-30/+24
* active_support/ordered_hash now requires yamlsnusnu2010-01-271-0/+2
* Adding custom yaml (de-)serialization for OrderedHashGregor Schmidt2010-01-271-1/+22
* Fix OrderedHash#replaceChris Hapgood2009-11-051-0/+7
* Fixed ActiveSupport::OrderedHash::[] work identically to ::Hash::[] in ruby 1...Brian Abreu2009-07-021-4/+18
* ActiveSupport::OrderedHash[1,2,3,4] creates an OrderedHash instead of a Hash.Douglas F Shearer2009-05-111-0/+10
* 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/+1
* Fix OrderedHash#to_hash to return self instead of a new hash with self as def...Jeremy Kemper2009-03-031-1/+1
* add an inspect method to OrderedHash to make it clear that it is not a specie...Greg Borenstein2009-01-261-0/+4
* Dup keys in OrderedHash to prevent them from being modified [#1676 state:reso...Brandon Keepers2009-01-161-9/+22
* Make delete_if/reject faster and fix other mutatorsFrederick Cheung2008-12-151-13/+24
* Fixed ActiveSupport::OrderedHash #delete_if, #reject!, and #reject, which did...Eloy Duran2008-12-111-0/+25
* Rework ActiveSupport::OrderedHash to make lookups fasterFrederick Cheung2008-12-101-36/+23
* Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each...Christoffer Sawicki2008-11-261-0/+8
* Rubinious: work around h[k] ||= v returning []= result instead of vJeremy Kemper2008-06-101-0/+1
* Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:reso...Steve Purcell2008-06-031-0/+14
* Create a seperate file for ActiveSupport::OrderedHash.Joshua Peek2008-05-141-0/+43