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::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
*
In Rails, set `Hashie.logger` to `Rails.logger`
Michael Herold
2017-02-10
3
-0
/
+74
*
Fix passing Pathname object to Hashie::Mesh.load()
Albert Song
2017-02-08
1
-0
/
+14
*
Merge pull request #395 from michaelherold/toggle-mash-warning
Daniel Doubrovkine (dB.) @dblockdotorg
2017-02-04
2
-5
/
+20
|
\
|
*
Allow Mash subclasses to disable warnings
Michael Herold
2017-02-04
2
-5
/
+20
*
|
Merge pull request #397 from michaelherold/improve-integration-tests
Daniel Doubrovkine (dB.) @dblockdotorg
2017-02-04
2
-1
/
+37
|
\
\
|
|
/
|
/
|
|
*
Bring integration tests into main test harness
Michael Herold
2017-02-03
2
-1
/
+37
*
|
Fix specs using shared context 'with a logger'
Bill Ruddock
2017-02-03
3
-11
/
+14
|
/
*
Added omniauth integration spec for #391.
dblock
2017-01-31
3
-0
/
+47
*
Support Ruby 2.4.0 (#389)
Masahiro Saito
2017-01-06
1
-2
/
+8
*
Fix #385 - deep merge by reference bug (#386)
Joe Marty
2016-12-13
1
-2
/
+7
*
Update to CodeClimate 1.0.x
Paul Bowsher
2016-12-04
1
-2
/
+2
*
Add a logging layer to address common issues (#381)
Michael Herold
2016-11-02
4
-0
/
+68
*
Evaluate procs default values in object initialization
sazor
2016-10-31
2
-3
/
+2
*
failing test for Dash default with proc not working with AS as_json
Joe Van Dyk
2016-10-28
2
-0
/
+15
*
Deep find all goes inside all nested hashes
sazor
2016-10-19
1
-0
/
+25
*
Check ruby version without rubygems
sazor
2016-10-18
1
-1
/
+2
*
Fix dig bug for Array
sazor
2016-10-17
1
-0
/
+12
*
Use existing translations when using IndifferentAccess and
Matt White
2016-09-16
1
-0
/
+37
*
Hashie::Mash.load accepts a Pathname object. Closes #331.
Atsushi Ishida
2016-07-15
1
-13
/
+30
*
Fix support for Array#dig
jonathan schatz
2016-06-01
4
-2
/
+33
*
Merge pull request #350 from marshall-lee/fix_ignore_undeclared
Daniel Doubrovkine (dB.) @dblockdotorg
2016-02-08
1
-1
/
+2
|
\
|
*
Stringified translations wasn't working in IgnoreUndeclared.
Vladimir Kochnev
2016-02-08
1
-1
/
+2
*
|
Convert Mash keys for #dig
Takashi Kokubun
2016-02-08
1
-0
/
+11
|
/
*
Fix `#merge` breaking indifferent access
Michael Herold
2016-01-31
1
-0
/
+26
*
Make reverse_merge compatible with subclassing.
Vladimir Kochnev
2015-11-15
1
-0
/
+9
*
Clash: multiple bang notation calls
Bartosz KopiĆski
2015-10-27
1
-2
/
+24
*
Make DeepLocate indifference-aware by default
bugfix-deep-find
Michael Herold
2015-10-25
2
-0
/
+81
*
Fix: broken cop, for now disabling hash syntax check.
dblock
2015-10-25
1
-6
/
+6
*
Upgraded to RuboCop 0.34.2.
dblock
2015-10-25
3
-13
/
+13
*
Ensure that MethodQuery methods return booleans.
Michael Herold
2015-10-25
2
-3
/
+30
*
- Removed `Hashie::Extensions::MergeInitializer` from `StrictKeyAccess` Exten...
Peter Boling
2015-10-24
1
-19
/
+30
*
SRP: The StrictKeyAccess extension will raise an error whenever a key is acce...
Peter Boling
2015-10-23
1
-0
/
+99
*
@dblock
Peter Boling
2015-10-22
3
-60
/
+1
*
- Restrict pending the spec to only Ruby versions 2.2.0, 2.2.1, 2.2.2
Peter Boling
2015-10-18
2
-9
/
+56
*
Speed up SafeAssignment and fix private methods.
Vladimir Kochnev
2015-09-02
1
-0
/
+27
*
Introduce Hashie::Extensions::Dash::Coercion.
Vladimir Kochnev
2015-08-31
1
-0
/
+13
*
Fix bug (#303) preventing use of deep_merge/stringify_keys/symbolize_keys on ...
Vincent Esche
2015-06-08
3
-0
/
+66
*
Add documentation about circular coercion
circular-coercion-docs
Michael Herold
2015-04-26
1
-0
/
+61
*
Add a conditional check for 2.2.x specs
Michael Herold
2015-04-18
2
-12
/
+26
*
MRI 2.2.2 fixes bug, can test #method again
Jonathan Rochkind
2015-04-18
1
-0
/
+2
*
Fix comment to link to bug
Michael Herold
2015-04-09
1
-2
/
+2
*
(Fixed) specs to run with ruby 2.2
Michael Sievers
2015-04-09
1
-2
/
+12
*
Another spec for #288.
Max Lincoln
2015-03-31
1
-0
/
+12
*
Fixed coercions in a subclass accumulating in the superclass.
Martin Streicher
2015-03-31
1
-3
/
+9
[next]