summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #492 from BobbyMcWho/remove-blacklist-whitelistDaniel Doubrovkine (dB.) @dblockdotorg2019-10-281-15/+15
|\
| * Remove references to blacklists and whitelistsBobby McDonald2019-10-251-15/+15
* | Change rubocop to allow 100 character lines.Bobby McDonald2019-10-1710-32/+81
|/
* Allow mash error silencing (#488)Bobby McDonald2019-10-141-4/+19
* Make Hashie play nice with Rails 6 Hash#except method (#479)Bobby McDonald2019-10-025-15/+26
* Implement ruby 2.6 hash merging.Bobby McDonald2019-08-141-0/+11
* Implement non-destructive hash methodsBobby McDonald2019-08-141-0/+151
* Add selective key-conflict warnings for Mash subclasses (#478)Bobby McDonald2019-07-181-1/+72
* Allow options on Mash.load (#474)Daniel Doubrovkine (dB.) @dblockdotorg2019-03-222-5/+44
* Add Hashie::Extensions::Mash::DefineAccessors.Vladimir Kochnev2019-01-281-0/+90
* Do not call any reader attribute in Mash#update if key does not existLaerti Papa2018-10-021-0/+9
* [rubocop] Improve our RuboCop setupMichael Herold2018-09-3010-24/+68
* Fix a regression with aliases on `Mash.load`Michael Herold2018-08-142-8/+8
* Mash should load yaml file.Arek Turlewicz2018-08-152-0/+19
* Add MethodOverridingInitializer extensionLucas Nestor2018-08-111-1/+39
* Make Dash greedier when creating gettersMichael Herold2018-08-111-0/+12
* Allow Trash to copy properties from othersMichael Herold2018-08-111-0/+48
* Update Rubocop and address the addressable todosMichael Herold2018-06-1719-66/+73
* Merge pull request #439 from michaelherold/elasticsearch-integrationDaniel Doubrovkine (dB.) @dblockdotorg2018-02-072-0/+46
|\
| * Add an integration spec for ElasticsearchMichael Herold2018-02-062-0/+46
* | Allow codependent Dash attributes to initializeMichael Herold2018-02-061-0/+25
|/
* 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