index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
ordered_hash_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exception handling more readable
Thiago Pradi
2010-09-19
1
-2
/
+2
*
Removes unused vars
Santiago Pastorino
2010-07-24
1
-1
/
+1
*
AS json refactor, move to_json implementation to core_ext and a cleanup a bit...
Santiago Pastorino
2010-07-01
1
-0
/
+1
*
Oops. Make previous commit pass on 1.9.2.
José Valim
2010-06-26
1
-1
/
+2
*
Tidy up tests in previous commit since they did not assure an OrderedHash is ...
José Valim
2010-06-26
1
-3
/
+2
*
Add OrderedHash#invert to preserve order in ruby 1.8 [#4875]
chaitanyav
2010-06-26
1
-0
/
+6
*
Work around the fact the JSON gem was overwriting to_json implementation for ...
José Valim
2010-06-26
1
-0
/
+7
*
Alias ActiveSupport::OrderedHash#update to ActiveSupport::OrderedHash.merge!
Paul Mucur
2010-06-25
1
-0
/
+6
*
revises implementation of AS::OrderedHash#merge!
Xavier Noria
2010-06-13
1
-16
/
+17
*
Revert "hash merging with a block ignores non-existing keys altogether"
Xavier Noria
2010-06-13
1
-16
/
+17
*
hash merging with a block ignores non-existing keys altogether
Xavier Noria
2010-06-13
1
-17
/
+16
*
re-organized test for merge into separate tests
Paul Barry
2010-06-13
1
-13
/
+21
*
Support passing a block to ActiveSupport::OrderedHash's merge and merge! [#48...
Paul Mucur
2010-06-13
1
-0
/
+13
*
Adding custom yaml (de-)serialization for OrderedHash
Gregor Schmidt
2010-01-27
1
-0
/
+24
*
Fix OrderedHash#replace
Chris Hapgood
2009-11-05
1
-0
/
+7
*
Fixed ActiveSupport::OrderedHash::[] work identically to ::Hash::[] in ruby 1...
Brian Abreu
2009-07-02
1
-1
/
+24
*
ActiveSupport::OrderedHash[1,2,3,4] creates an OrderedHash instead of a Hash.
Douglas F Shearer
2009-05-11
1
-0
/
+6
*
ActiveSupport::OrderedHash#to_a method returns an ordered set of arrays. Matc...
Ken Collins
2009-05-10
1
-0
/
+4
*
Fix OrderedHash#inspect recursion
Jeremy Kemper
2009-03-04
1
-1
/
+7
*
Fix OrderedHash#to_hash to return self instead of a new hash with self as def...
Jeremy Kemper
2009-03-03
1
-1
/
+5
*
Dup keys in OrderedHash to prevent them from being modified [#1676 state:reso...
Brandon Keepers
2009-01-16
1
-1
/
+9
*
Make delete_if/reject faster and fix other mutators
Frederick Cheung
2008-12-15
1
-0
/
+37
*
Fixed ActiveSupport::OrderedHash #delete_if, #reject!, and #reject, which did...
Eloy Duran
2008-12-11
1
-1
/
+21
*
Rework ActiveSupport::OrderedHash to make lookups faster
Frederick Cheung
2008-12-10
1
-0
/
+10
*
Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each...
Christoffer Sawicki
2008-11-26
1
-0
/
+12
*
Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:reso...
Steve Purcell
2008-06-03
1
-0
/
+19
*
Create a seperate file for ActiveSupport::OrderedHash.
Joshua Peek
2008-05-14
1
-0
/
+45