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
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
Fix regression in `Hash#dig` for HashWithIndifferentAccess.
Jon Moss
2016-02-01
1
-3
/
+7
*
Match HashWithIndifferentAccess#default's behaviour with Hash#default
David Cornu
2016-01-07
1
-6
/
+18
*
Deprecate `HWIDA.new_from_hash_copying_default`
Sean Griffin
2015-10-29
1
-0
/
+5
*
Merge pull request #16357 from gchan/hwia-respects-to-hash-default
Sean Griffin
2015-10-29
1
-7
/
+7
|
\
|
*
`HashWithIndifferentAccess.new` respects the default value or proc on objects...
Gordon Chan
2014-07-31
1
-7
/
+7
*
|
[ci skip] Fix rdoc markup
akihiro17
2015-08-12
1
-1
/
+1
*
|
ActiveSupport::HashWithIndifferentAccess select and reject should return enum...
Bernard Potocki
2015-07-17
1
-0
/
+2
*
|
active_support/indifferent_hash: dont raise on to_hash when default_proc raises
Simon Eskildsen
2015-07-10
1
-1
/
+3
*
|
active_support/indifferent_hash: fix cloning default_proc on dup
Simon Eskildsen
2015-07-10
1
-1
/
+9
*
|
Revert "Improve the performance of HWIDA `select` and `reject`"
Sean Griffin
2015-02-06
1
-4
/
+4
*
|
Improve the performance of HWIDA `select` and `reject`
Sean Griffin
2015-02-06
1
-4
/
+4
*
|
Fix assignment for frozen value in HWIA
Aditya Kapoor
2015-01-17
1
-1
/
+1
*
|
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
[next]