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
*
Add necessary 'require reverse_merge' to HAWI.rb
claudiob
2014-10-17
1
-0
/
+1
*
Avoid creating an extra hash
Carlos Antonio da Silva
2014-07-31
1
-2
/
+2
*
Removed unnecessary call to 'convert_key' in 'HashWithIndifferentAccess#to_hash'
Gordon Chan
2014-07-31
1
-2
/
+2
*
Make HWIA copy the default proc too.
Arthur Neves
2014-07-24
1
-0
/
+1
*
Fix bug that make HashWithIndifferentAccess work differently of Hash
Rafael Mendonça França
2014-06-09
1
-1
/
+1
*
[ci skip] Correct documentation of HashWithIndifferentAccess#dup
Akshay Vishnoi
2014-05-31
1
-2
/
+2
*
HashWithIndifferentAccess#dup doc [ci skip]
James Blanding
2014-05-30
1
-1
/
+8
*
HashWithIndifferentAccess better respects #to_hash
Peter Jaros
2014-03-28
1
-3
/
+4
*
Consistence in the block style
Rafael Mendonça França
2014-01-17
1
-4
/
+4
*
Remove warnings on Ruby 2.1
Rafael Mendonça França
2014-01-17
1
-1
/
+5
*
Change syntax format for example returned values
Prem Sichanugrist
2013-11-11
1
-1
/
+1
*
Make HashWithIndifferentAccess#select always return the hash.
Marc Schütz
2013-07-06
1
-1
/
+1
*
Merge pull request #10627 from vipulnsward/destructive_symbolize
Carlos Antonio da Silva
2013-06-25
1
-1
/
+1
|
\
|
*
change to destructive `deep_symbolize_keys` after https://github.com/rails/ra...
Vipul A M
2013-05-15
1
-1
/
+1
*
|
Merge pull request #10740 from mrsimo/hash-with-indifferent-access-select
Rafael Mendonça França
2013-06-14
1
-0
/
+4
|
\
\
|
*
|
HashWithIndifferentAccess#select working as intended
Albert Llop
2013-05-23
1
-0
/
+4
*
|
|
Prevent side effects in `Hash#with_indifferent_access`.
Yves Senn
2013-05-29
1
-6
/
+12
|
/
/
*
/
Fix HWIA#to_hash behavior with array of hashes.
kennyj
2013-05-16
1
-2
/
+2
|
/
*
Merge pull request #10266 from vipulnsward/fix_HIA_to_hash
Rafael Mendonça França
2013-05-14
1
-3
/
+7
|
\
|
*
fix HashWithIndifferentAccess#to_hash behaviour
Vipul A M
2013-04-19
1
-3
/
+7
*
|
symbolize_keys => symbolize_keys! on new hash;
Vipul A M
2013-04-19
1
-1
/
+1
|
/
*
change merge to merge!
Vipul A M
2013-03-29
1
-1
/
+1
*
Implement replace method so key? works correctly.
David Graham
2012-10-26
1
-0
/
+8
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-4
/
+5
*
update some AS code examples to 1.9 hash syntax [ci skip]
Francesco Rodriguez
2012-09-12
1
-19
/
+14
*
Extend HashWithIndifferentAccess#update to take an optional block
Leo Cassarani
2012-09-05
1
-6
/
+21
*
+"foo"+ doesn't generate code tag [ci skip]
Rafael Mendonça França
2012-07-21
1
-1
/
+1
*
Lets be consistent with whitespaces at documentation
Rafael Mendonça França
2012-07-21
1
-13
/
+13
*
makes a pass over the API of ActiveSupport::HashWithIndifferentAccess
Xavier Noria
2012-07-21
1
-22
/
+70
*
Hash#fetch(fetch) is not the same as doing hash[key]
Xavier Noria
2012-07-21
1
-1
/
+11
*
Use map! instead of replace + map
Carlos Antonio da Silva
2012-06-18
1
-1
/
+1
*
Fix lookup on HashWithIndifferentAccess for array values.
Chris Zetter
2012-06-18
1
-1
/
+2
*
Adding deep versions of stringify_keys and symbolize_keys (plain and bang) fo...
Lucas Húngaro
2012-05-23
1
-0
/
+4
*
fix HashWithIndifferentAccess.[] method
Sergey Nartimov
2012-03-23
1
-0
/
+4
*
search private and protected methods for convert_key
Aaron Patterson
2012-03-20
1
-1
/
+1
*
Clean up module docs [ci skip]
Vijay Dev
2012-03-07
1
-4
/
+3
*
Overrode Hash#nested_under_indifferent_access in HashWithIndifferentAccess
Miles Georgi
2011-12-11
1
-0
/
+4
*
docs formatting changes
Vijay Dev
2011-09-01
1
-1
/
+1
*
document HashWithIndifferentAccess#extractable_options?
Shawn Drost
2011-07-07
1
-0
/
+2
*
Use dup to preserve previous behavior
David Lee
2011-05-17
1
-1
/
+1
*
Optimize parts of HashWithIndifferentAccess
David Lee
2011-05-17
1
-2
/
+10
*
indifferent access should recurse Hash subclasses
David Lee
2011-05-08
1
-2
/
+2
*
Some style changes
suchasurge
2011-03-06
1
-2
/
+2
*
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
[next]