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
/
lib
/
active_support
/
ordered_hash.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4
/
+18
*
ActiveSupport::OrderedHash[1,2,3,4] creates an OrderedHash instead of a Hash.
Douglas F Shearer
2009-05-11
1
-0
/
+10
*
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
/
+1
*
Fix OrderedHash#to_hash to return self instead of a new hash with self as def...
Jeremy Kemper
2009-03-03
1
-1
/
+1
*
add an inspect method to OrderedHash to make it clear that it is not a specie...
Greg Borenstein
2009-01-26
1
-0
/
+4
*
Dup keys in OrderedHash to prevent them from being modified [#1676 state:reso...
Brandon Keepers
2009-01-16
1
-9
/
+22
*
Make delete_if/reject faster and fix other mutators
Frederick Cheung
2008-12-15
1
-13
/
+24
*
Fixed ActiveSupport::OrderedHash #delete_if, #reject!, and #reject, which did...
Eloy Duran
2008-12-11
1
-0
/
+25
*
Rework ActiveSupport::OrderedHash to make lookups faster
Frederick Cheung
2008-12-10
1
-36
/
+23
*
Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each...
Christoffer Sawicki
2008-11-26
1
-0
/
+8
*
Rubinious: work around h[k] ||= v returning []= result instead of v
Jeremy Kemper
2008-06-10
1
-0
/
+1
*
Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:reso...
Steve Purcell
2008-06-03
1
-0
/
+14
*
Create a seperate file for ActiveSupport::OrderedHash.
Joshua Peek
2008-05-14
1
-0
/
+43