summaryrefslogtreecommitdiff
path: root/spec/hashie/extensions
Commit message (Expand)AuthorAgeFilesLines
* Add Ruby 3.1 to CI (#558)Peter Goldstein2022-01-271-14/+2
* Add #except under Ruby 3Jack Jennings2021-11-021-0/+12
* Fix inconsistencies with Dash defaultsMichael Herold2020-10-231-0/+12
* Allow exporting a normal, not-indifferent HashMichael Herold2020-10-221-0/+30
* Add hash slice using IndifferentAccess.kenner kliemann2020-10-031-0/+12
* Add Hashie::Extensions::Dash::AllowListAlbert Salim2020-09-201-0/+58
* Merge pull request #525 from yogeshjain999/indifferent-convert-changeDaniel Doubrovkine (dB.) @dblockdotorg2020-06-111-0/+39
|\
| * Small amendments for Hash#merge with IndifferentAccessYogesh Khater2020-06-101-0/+39
* | Changes to `Mash` initialization key string conversion. (#521)Caroline Artz2020-05-042-5/+24
|/
* Suppress keyword arguments warning for Ruby 2.7.0Koichi ITO2020-01-151-1/+1
* Fix except use in Mash#load (#508)Bobby McDonald2020-01-143-257/+0
* Merge pull request #499 from michaelherold/permissive-respond-toBobby McDonald2019-11-181-0/+44
|\
| * Add a PermissiveRespondTo extension for MashesMichael Herold2019-11-171-0/+44
* | Prevent deep_merge from mutating nested hashesMichael Herold2019-11-171-5/+48
|/
* Change rubocop to allow 100 character lines.Bobby McDonald2019-10-174-15/+30
* Add Hashie::Extensions::Mash::DefineAccessors.Vladimir Kochnev2019-01-281-0/+90
* [rubocop] Improve our RuboCop setupMichael Herold2018-09-307-17/+31
* Add MethodOverridingInitializer extensionLucas Nestor2018-08-111-1/+39
* Update Rubocop and address the addressable todosMichael Herold2018-06-178-36/+44
* Ensure IndifferentAccess is injected after mergeMichael Herold2018-02-051-0/+13
* Add an extension to maintain original Mash keys (#326)Michael Herold2017-02-221-0/+46
* Add Hashie::Extensions::Mash::SymbolizeKeysMichael Herold2017-02-201-0/+39
* 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
* Deep find all goes inside all nested hashessazor2016-10-191-0/+25
* Use existing translations when using IndifferentAccess andMatt White2016-09-161-0/+37
* Stringified translations wasn't working in IgnoreUndeclared.Vladimir Kochnev2016-02-081-1/+2
* Fix `#merge` breaking indifferent accessMichael Herold2016-01-311-0/+26
* Make DeepLocate indifference-aware by defaultbugfix-deep-findMichael Herold2015-10-252-0/+81
* Upgraded to RuboCop 0.34.2.dblock2015-10-253-13/+13
* Ensure that MethodQuery methods return booleans.Michael Herold2015-10-251-3/+7
* - 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
* 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
* 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
* Fix crash building a Mash w/ IndifferentAccess from HashWithIndifferentAccessBenny Weingarten-Gabbay2015-02-051-1/+13
* Added Hashie::Extensions::DeepLocateMichael Sievers2015-02-031-0/+124
* Methods such as abc? return true/false Hashie::Extensions::MethodReader.Zloy2015-01-141-0/+8
* Upgraded RuboCop to 0.28.0.dblock2014-12-302-2/+0
* Public utility methods for stringify/symbolize keysMax Lincoln2014-12-302-80/+171
* Add block to Extensions::DeepMergeIlya Kamenko2014-12-301-8/+31
* Inherit key coercions.Erol Fornoles2014-12-281-0/+15
* Add block to indifferent access #fetchJan Graichen2014-12-091-0/+5
* SafeAssignment will now also protect hash-style assignments.Jonathan Rochkind2014-12-091-0/+7
* Update key conversion extensionsBartosz KopiƄski2014-12-083-97/+122
* Added Hashie::Extensions::MethodAccessWithOverride to autoloads.Fritz Meissner2014-11-261-0/+24