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
*
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