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
*
Add a commend about deprecation of ActiveSupport::OrderedHash
Rafael Mendonça França
2015-12-20
1
-1
/
+1
*
Fix OrderedHash.select to return self instance.
Arthur Neves
2014-03-07
1
-0
/
+4
*
Consistence in the block style
Rafael Mendonça França
2014-01-17
1
-1
/
+1
*
Remove warnings on Ruby 2.1
Rafael Mendonça França
2014-01-17
1
-0
/
+4
*
update AS:OrderedHash docs
Francesco Rodriguez
2012-05-16
1
-4
/
+8
*
No need to override to_yaml method in ActiveSupport::OrderedHash
Rafael Mendonça França
2012-01-04
1
-15
/
+0
*
No need to use rescue block to require psych
Rafael Mendonça França
2012-01-04
1
-5
/
+1
*
No need to check if YAML::ENGINE is defined since ruby 1.9 does that
Rafael Mendonça França
2012-01-04
1
-1
/
+1
*
Initial pass at removing dead 1.8.x code from Active Support.
José Valim
2011-12-20
1
-167
/
+0
*
remove nodoc on OrderedHash
Vijay Dev
2011-11-22
1
-1
/
+1
*
Make `ActiveSupport::OrderedHash` extractable when using `Array#extract_optio...
Prem Sichanugrist
2011-09-03
1
-0
/
+5
*
Remove unneccesary map chaining
Guillermo Iguaran
2011-07-23
1
-1
/
+1
*
Fixes minor ruby 1.8 inconsistency
Andrew Radev
2011-05-27
1
-1
/
+5
*
indifferent access should recurse Hash subclasses
David Lee
2011-05-08
1
-0
/
+4
*
fix OrderedHash#each* methods to return Enumerators when called without a blo...
Gabriel Horner
2011-02-03
1
-0
/
+3
*
OrderedHash#each* methods return self like Hash does [#6364 state:resolved]
Gabriel Horner
2011-02-02
1
-0
/
+3
*
load psych by default if possible
Aaron Patterson
2011-01-28
1
-0
/
+5
*
test that the custom ordered hash can be round-tripped
Aaron Patterson
2011-01-04
1
-5
/
+0
*
require Psych if possible, use Psych output when enabled
Aaron Patterson
2011-01-04
1
-1
/
+14
*
OrderedHash#select now preserves order [#5843 state:resolved]
James A. Rosen
2010-11-07
1
-0
/
+2
*
Revert "refactor delete a little"
Aaron Patterson
2010-10-15
1
-1
/
+4
*
Revert "speeding up flattened version of OrderedHash.[]"
Aaron Patterson
2010-10-13
1
-2
/
+3
*
speeding up flattened version of OrderedHash.[]
Aaron Patterson
2010-10-13
1
-3
/
+2
*
refactor delete a little
Aaron Patterson
2010-10-13
1
-4
/
+1
*
use unless instead of if !
Aaron Patterson
2010-10-13
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
commit review: say clearly that AS::OrderedHash is about insertion order, be ...
Xavier Noria
2010-08-06
1
-8
/
+10
*
adding documentation for OrderedHash and OrderedOptions
Neeraj Singh
2010-08-06
1
-1
/
+8
*
Add OrderedHash#invert to preserve order in ruby 1.8 [#4875]
chaitanyav
2010-06-26
1
-0
/
+4
*
Alias ActiveSupport::OrderedHash#update to ActiveSupport::OrderedHash.merge!
Paul Mucur
2010-06-25
1
-0
/
+2
*
explains why AS::OrderedHash does not leverage inheritance
Xavier Noria
2010-06-13
1
-0
/
+11
*
Change implementation to do it without asking each time for block_given?
Santiago Pastorino
2010-06-13
1
-6
/
+4
*
revises implementation of AS::OrderedHash#merge!
Xavier Noria
2010-06-13
1
-4
/
+6
*
Revert "hash merging with a block ignores non-existing keys altogether"
Xavier Noria
2010-06-13
1
-1
/
+1
*
hash merging with a block ignores non-existing keys altogether
Xavier Noria
2010-06-13
1
-1
/
+1
*
Support passing a block to ActiveSupport::OrderedHash's merge and merge! [#48...
Paul Mucur
2010-06-13
1
-3
/
+7
*
Refactor for readability
Jeremy Kemper
2010-04-09
1
-30
/
+24
*
active_support/ordered_hash now requires yaml
snusnu
2010-01-27
1
-0
/
+2
*
Adding custom yaml (de-)serialization for OrderedHash
Gregor Schmidt
2010-01-27
1
-1
/
+22
*
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
[next]