aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/ordered_hash_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* improve error message when include assertions failMichael Grosser2016-09-161-6/+6
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* modernizes hash syntax in activesupportXavier Noria2016-08-061-4/+4
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-37/+37
* Fix OrderedHash.select to return self instance.Arthur Neves2014-03-071-1/+4
* Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-131-1/+1
* refactor order hash testVipul A M2013-04-111-5/+1
* Missing require extract_optionsAkira Matsuda2013-01-311-0/+1
* Ruby 2 compat. Hash[] now raises on bad elements rather than ignoring them. N...Jeremy Kemper2012-10-061-1/+0
* Don't test language-level exception messagesJohn Firebaugh2012-07-271-5/+1
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* No need to require psych since require yaml does that.Rafael Mendonça França2012-01-041-1/+0
* No need to use rescue block to require psychRafael Mendonça França2012-01-041-13/+9
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-9/+4
* 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