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
/
hash_with_indifferent_access.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only convert direct hash instances in hash with indifferent access.
José Valim
2010-11-26
1
-4
/
+3
*
HashWithIndifferentAccess should not change the subclass of an array
Larry Sprock
2010-11-14
1
-1
/
+1
*
Ensure that HashWithIndifferentAccess duplication preserves class (for sublcl...
laserlemon
2010-11-07
1
-2
/
+4
*
Override #store to be consistent with #[].
Andrea Campi
2010-10-10
1
-0
/
+2
*
now for real, the suite loads everything and these went unpatched
Xavier Noria
2010-08-19
1
-3
/
+3
*
avoids a ton o warnings activesupport/lib/active_support/dependencies.rb:239:...
Xavier Noria
2010-08-19
1
-1
/
+6
*
Add missing require in ActiveSupport::HashWithIndifferentAccess [#5189 state:...
Chris Hoffman
2010-08-02
1
-0
/
+1
*
HWIA relies on Hash#symbolize_keys and #stringify_keys extensions.
Santiago Pastorino
2010-04-22
1
-0
/
+2
*
Change HWIA#stringify_keys to return a HWIA not a Hash
Jeremy Kemper
2010-04-22
1
-1
/
+1
*
Restore HWIA#stringify_keys! and update changelog
Jeremy Kemper
2010-04-22
1
-2
/
+2
*
HWIA delegates to to_hash symbolize_keys and stringify_keys and bang methods ...
Santiago Pastorino
2010-04-22
1
-2
/
+4
*
Limit Array#extract_options! to directl instances of Hash and HWIA. Add extra...
wycats
2010-03-27
1
-0
/
+4
*
ActiveSupport Hash optimizations [#2902 state:resolved]
Lourens Naude
2009-07-15
1
-1
/
+5
*
Namespace HashWithIndifferentAccess
Jeremy Kemper
2009-03-21
1
-105
/
+109
*
Convert hash extension modules to class reopens
Jeremy Kemper
2009-03-21
1
-0
/
+129