summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up integration specs to test for STDOUT logMichael Herold2017-02-109-140/+164
* Carry over disabling warnings to subclassesMichael Herold2017-02-101-0/+11
* Fix #401: use a Railtie to set Hashie.logger on rails boot.Matthew Rudy Jacobs2017-02-102-4/+7
* Added integration spec for omniauth-oauth2.dblock2017-02-105-1/+122
* In Rails, set `Hashie.logger` to `Rails.logger`Michael Herold2017-02-103-0/+74
* Fix passing Pathname object to Hashie::Mesh.load()Albert Song2017-02-081-0/+14
* Merge pull request #395 from michaelherold/toggle-mash-warningDaniel Doubrovkine (dB.) @dblockdotorg2017-02-042-5/+20
|\
| * Allow Mash subclasses to disable warningsMichael Herold2017-02-042-5/+20
* | Merge pull request #397 from michaelherold/improve-integration-testsDaniel Doubrovkine (dB.) @dblockdotorg2017-02-042-1/+37
|\ \ | |/ |/|
| * Bring integration tests into main test harnessMichael Herold2017-02-032-1/+37
* | Fix specs using shared context 'with a logger'Bill Ruddock2017-02-033-11/+14
|/
* Added omniauth integration spec for #391.dblock2017-01-313-0/+47
* Support Ruby 2.4.0 (#389)Masahiro Saito2017-01-061-2/+8
* Fix #385 - deep merge by reference bug (#386)Joe Marty2016-12-131-2/+7
* Update to CodeClimate 1.0.xPaul Bowsher2016-12-041-2/+2
* Add a logging layer to address common issues (#381)Michael Herold2016-11-024-0/+68
* Evaluate procs default values in object initializationsazor2016-10-312-3/+2
* failing test for Dash default with proc not working with AS as_jsonJoe Van Dyk2016-10-282-0/+15
* Deep find all goes inside all nested hashessazor2016-10-191-0/+25
* Check ruby version without rubygemssazor2016-10-181-1/+2
* Fix dig bug for Arraysazor2016-10-171-0/+12
* Use existing translations when using IndifferentAccess andMatt White2016-09-161-0/+37
* Hashie::Mash.load accepts a Pathname object. Closes #331.Atsushi Ishida2016-07-151-13/+30
* Fix support for Array#digjonathan schatz2016-06-014-2/+33
* Merge pull request #350 from marshall-lee/fix_ignore_undeclaredDaniel Doubrovkine (dB.) @dblockdotorg2016-02-081-1/+2
|\
| * Stringified translations wasn't working in IgnoreUndeclared.Vladimir Kochnev2016-02-081-1/+2
* | Convert Mash keys for #digTakashi Kokubun2016-02-081-0/+11
|/
* Fix `#merge` breaking indifferent accessMichael Herold2016-01-311-0/+26
* Make reverse_merge compatible with subclassing.Vladimir Kochnev2015-11-151-0/+9
* Clash: multiple bang notation callsBartosz KopiƄski2015-10-271-2/+24
* Make DeepLocate indifference-aware by defaultbugfix-deep-findMichael Herold2015-10-252-0/+81
* Fix: broken cop, for now disabling hash syntax check.dblock2015-10-251-6/+6
* Upgraded to RuboCop 0.34.2.dblock2015-10-253-13/+13
* Ensure that MethodQuery methods return booleans.Michael Herold2015-10-252-3/+30
* - Removed `Hashie::Extensions::MergeInitializer` from `StrictKeyAccess` Exten...Peter Boling2015-10-241-19/+30
* SRP: The StrictKeyAccess extension will raise an error whenever a key is acce...Peter Boling2015-10-231-0/+99
* @dblockPeter Boling2015-10-223-60/+1
* - Restrict pending the spec to only Ruby versions 2.2.0, 2.2.1, 2.2.2Peter Boling2015-10-182-9/+56
* Speed up SafeAssignment and fix private methods.Vladimir Kochnev2015-09-021-0/+27
* Introduce Hashie::Extensions::Dash::Coercion.Vladimir Kochnev2015-08-311-0/+13
* Fix bug (#303) preventing use of deep_merge/stringify_keys/symbolize_keys on ...Vincent Esche2015-06-083-0/+66
* Add documentation about circular coercioncircular-coercion-docsMichael Herold2015-04-261-0/+61
* Add a conditional check for 2.2.x specsMichael Herold2015-04-182-12/+26
* MRI 2.2.2 fixes bug, can test #method againJonathan Rochkind2015-04-181-0/+2
* Fix comment to link to bugMichael Herold2015-04-091-2/+2
* (Fixed) specs to run with ruby 2.2Michael Sievers2015-04-091-2/+12
* Another spec for #288.Max Lincoln2015-03-311-0/+12
* Fixed coercions in a subclass accumulating in the superclass.Martin Streicher2015-03-311-3/+9
* Add Hashie::Mash#reverse_merge. Increase Rubocop class length.Max Goldstein2015-02-251-0/+13
* Fix crash building a Mash w/ IndifferentAccess from HashWithIndifferentAccessBenny Weingarten-Gabbay2015-02-051-1/+13