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
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Implement `fetch_values` for HashWithIndifferentAccess (#28316)
Josh Pencheon
2017-04-10
1
-0
/
+13
*
Add aliases for reverse_merge to with_defaults
Matt Casper
2017-03-29
1
-0
/
+2
*
Soft-deprecate the top-level HashWithIndifferentAccess class
Robin Dupret
2017-02-25
1
-0
/
+2
*
Make HWIA#compact not return nil when no nils
Pavel Pravosud
2017-02-23
1
-1
/
+1
*
Revert "Merge pull request #27925 from robin850/hwia-removal"
Kasper Timm Hansen
2017-02-20
1
-17
/
+1
*
Deprecate the top-level `HashWithIndifferentAccess` contant
Robin Dupret
2017-02-19
1
-1
/
+17
*
ensure `#compact` of HWIDA to return HWIDA
yuuji.yaginuma
2017-01-06
1
-0
/
+4
*
Privatize unneededly protected methods in Active Support
Akira Matsuda
2016-12-24
1
-4
/
+4
*
Remove deprecated new_from_hash_copying_default
Andrew White
2016-11-13
1
-9
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Ensure `#transform_values` of HWIDA to return HWIDA
yui-knk
2016-10-26
1
-0
/
+5
*
Revert #26826 and add documentation
claudiob
2016-10-21
1
-1
/
+6
*
Add missing require
claudiob
2016-10-19
1
-0
/
+1
*
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
[next]