summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure IndifferentAccess is injected after mergeMichael Herold2018-02-051-0/+13
* Propagate Mash `default_proc` to sub-HashesMichael Herold2018-02-041-0/+7
* Fix Hashie::Rash randomly losing keys (#430)Andrii Dmytrenko2017-12-191-0/+6
* Fix "@disable_warnings" spec warning (#416)Alexandre Filipe Campos2017-03-011-0/+1
* Don't log when overwriting Mash keysMichael Herold2017-02-241-0/+8
* Add performance benchmarks for MashMichael Herold2017-02-242-0/+31
* Add an extension to maintain original Mash keys (#326)Michael Herold2017-02-222-0/+72
* Squelch an RSpec warning on an integration testMichael Herold2017-02-221-1/+1
* Add Hashie::Extensions::Mash::SymbolizeKeysMichael Herold2017-02-201-0/+39
* Ensure Railties available when loading RailtieCallum Dryden2017-02-163-0/+22
* 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