index
:
delta/ruby-gems/hashie.git
1-1-stable
3-3-stable
boolean-method-query
bugfix-deep-find
circular-coercion-docs
create-github-action
master
github.com: intridea/hashie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Hashie::Extensions::Dash::AllowList
Albert Salim
2020-09-20
1
-0
/
+58
*
Merge pull request #525 from yogeshjain999/indifferent-convert-change
Daniel Doubrovkine (dB.) @dblockdotorg
2020-06-11
1
-0
/
+39
|
\
|
*
Small amendments for Hash#merge with IndifferentAccess
Yogesh Khater
2020-06-10
1
-0
/
+39
*
|
Changes to `Mash` initialization key string conversion. (#521)
Caroline Artz
2020-05-04
4
-17
/
+40
|
/
*
Elasticsearch integration spec fix (#520)
Jitendra Rajpurohit
2020-04-12
1
-1
/
+5
*
Merge pull request #511 from koic/suppress_kwargs_warning_for_ruby_2_7_0
Daniel Doubrovkine (dB.) @dblockdotorg
2020-01-15
1
-1
/
+1
|
\
|
*
Suppress keyword arguments warning for Ruby 2.7.0
Koichi ITO
2020-01-15
1
-1
/
+1
*
|
Don't warn when setting most affixed keys (#500)
Michael Herold
2020-01-15
3
-0
/
+36
|
/
*
Fix except use in Mash#load (#508)
Bobby McDonald
2020-01-14
8
-281
/
+395
*
Only define compact on ruby >= 2.4
Bobby McDonald
2020-01-13
1
-21
/
+21
*
Ensure that Hashie::Arrays are not deconverted
Michael Herold
2019-12-13
1
-0
/
+9
*
Merge pull request #499 from michaelherold/permissive-respond-to
Bobby McDonald
2019-11-18
1
-0
/
+44
|
\
|
*
Add a PermissiveRespondTo extension for Mashes
Michael Herold
2019-11-17
1
-0
/
+44
*
|
Prevent deep_merge from mutating nested hashes
Michael Herold
2019-11-17
1
-5
/
+48
|
/
*
Update github urls to hashie/hashie (#497)
Bobby McDonald
2019-11-17
4
-3
/
+8
*
Merge pull request #492 from BobbyMcWho/remove-blacklist-whitelist
Daniel Doubrovkine (dB.) @dblockdotorg
2019-10-28
1
-15
/
+15
|
\
|
*
Remove references to blacklists and whitelists
Bobby McDonald
2019-10-25
1
-15
/
+15
*
|
Change rubocop to allow 100 character lines.
Bobby McDonald
2019-10-17
10
-32
/
+81
|
/
*
Allow mash error silencing (#488)
Bobby McDonald
2019-10-14
1
-4
/
+19
*
Make Hashie play nice with Rails 6 Hash#except method (#479)
Bobby McDonald
2019-10-02
5
-15
/
+26
*
Implement ruby 2.6 hash merging.
Bobby McDonald
2019-08-14
1
-0
/
+11
*
Implement non-destructive hash methods
Bobby McDonald
2019-08-14
1
-0
/
+151
*
Add selective key-conflict warnings for Mash subclasses (#478)
Bobby McDonald
2019-07-18
1
-1
/
+72
*
Allow options on Mash.load (#474)
Daniel Doubrovkine (dB.) @dblockdotorg
2019-03-22
2
-5
/
+44
*
Add Hashie::Extensions::Mash::DefineAccessors.
Vladimir Kochnev
2019-01-28
1
-0
/
+90
*
Do not call any reader attribute in Mash#update if key does not exist
Laerti Papa
2018-10-02
1
-0
/
+9
*
[rubocop] Improve our RuboCop setup
Michael Herold
2018-09-30
10
-24
/
+68
*
Fix a regression with aliases on `Mash.load`
Michael Herold
2018-08-14
2
-8
/
+8
*
Mash should load yaml file.
Arek Turlewicz
2018-08-15
2
-0
/
+19
*
Add MethodOverridingInitializer extension
Lucas Nestor
2018-08-11
1
-1
/
+39
*
Make Dash greedier when creating getters
Michael Herold
2018-08-11
1
-0
/
+12
*
Allow Trash to copy properties from others
Michael Herold
2018-08-11
1
-0
/
+48
*
Update Rubocop and address the addressable todos
Michael Herold
2018-06-17
19
-66
/
+73
*
Merge pull request #439 from michaelherold/elasticsearch-integration
Daniel Doubrovkine (dB.) @dblockdotorg
2018-02-07
2
-0
/
+46
|
\
|
*
Add an integration spec for Elasticsearch
Michael Herold
2018-02-06
2
-0
/
+46
*
|
Allow codependent Dash attributes to initialize
Michael Herold
2018-02-06
1
-0
/
+25
|
/
*
Ensure IndifferentAccess is injected after merge
Michael Herold
2018-02-05
1
-0
/
+13
*
Propagate Mash `default_proc` to sub-Hashes
Michael Herold
2018-02-04
1
-0
/
+7
*
Fix Hashie::Rash randomly losing keys (#430)
Andrii Dmytrenko
2017-12-19
1
-0
/
+6
*
Fix "@disable_warnings" spec warning (#416)
Alexandre Filipe Campos
2017-03-01
1
-0
/
+1
*
Don't log when overwriting Mash keys
Michael Herold
2017-02-24
1
-0
/
+8
*
Add performance benchmarks for Mash
Michael Herold
2017-02-24
2
-0
/
+31
*
Add an extension to maintain original Mash keys (#326)
Michael Herold
2017-02-22
2
-0
/
+72
*
Squelch an RSpec warning on an integration test
Michael Herold
2017-02-22
1
-1
/
+1
*
Add Hashie::Extensions::Mash::SymbolizeKeys
Michael Herold
2017-02-20
1
-0
/
+39
*
Ensure Railties available when loading Railtie
Callum Dryden
2017-02-16
3
-0
/
+22
*
Clean up integration specs to test for STDOUT log
Michael Herold
2017-02-10
9
-140
/
+164
*
Carry over disabling warnings to subclasses
Michael Herold
2017-02-10
1
-0
/
+11
*
Fix #401: use a Railtie to set Hashie.logger on rails boot.
Matthew Rudy Jacobs
2017-02-10
2
-4
/
+7
*
Added integration spec for omniauth-oauth2.
dblock
2017-02-10
5
-1
/
+122
[next]