summaryrefslogtreecommitdiff
path: root/lib/hashie/extensions
Commit message (Expand)AuthorAgeFilesLines
...
* SRP: The StrictKeyAccess extension will raise an error whenever a key is acce...Peter Boling2015-10-231-0/+71
* Merge pull request #311 from marshall-lee/refactor_coercionDaniel Doubrovkine (dB.) @dblockdotorg2015-09-021-39/+65
|\
| * Refactor `Hashie::Extensions::Coercion`, add cache.Vladimir Kochnev2015-09-021-39/+65
* | Speed up SafeAssignment and fix private methods.Vladimir Kochnev2015-09-021-1/+1
|/
* Remove needless codeVladimir Kochnev2015-08-311-2/+0
* Introduce Hashie::Extensions::Dash::Coercion.Vladimir Kochnev2015-08-311-0/+25
* Fix bug (#303) preventing use of deep_merge/stringify_keys/symbolize_keys on ...Vincent Esche2015-06-083-10/+18
* Extract Trash behavior into an extensionMichael Herold2015-04-251-0/+167
* Clarify the in-line documentation for DeepFindMichael Herold2015-04-181-0/+18
* Fixed coercions in a subclass accumulating in the superclass.Martin Streicher2015-03-311-1/+1
* Fix crash building a Mash w/ IndifferentAccess from HashWithIndifferentAccessBenny Weingarten-Gabbay2015-02-051-4/+4
* Backed Hashie::Extensions::DeepFind by Hashie::Extensions::DeepLocateMichael Sievers2015-02-031-21/+4
* Added Hashie::Extensions::DeepLocateMichael Sievers2015-02-031-0/+94
* Refactor MethodReader#method_missingZloy2015-01-191-6/+12
* Methods such as abc? return true/false Hashie::Extensions::MethodReader.Zloy2015-01-141-0/+4
* Public utility methods for stringify/symbolize keysMax Lincoln2014-12-302-36/+80
* Add block to Extensions::DeepMergeIlya Kamenko2014-12-301-12/+17
* Refactor property definitions and initializationsErol Fornoles2014-12-291-4/+4
* Inherit key coercions.Erol Fornoles2014-12-281-3/+11
* Add block to indifferent access #fetchJan Graichen2014-12-091-2/+2
* SafeAssignment will now also protect hash-style assignments.Jonathan Rochkind2014-12-091-3/+6
* Update key conversion extensionsBartosz Kopiński2014-12-082-32/+30
* Locked version of RuboCop.dblock2014-11-181-4/+4
* add support for coercion for hash that inherit from Hashgregory2014-10-031-2/+2
* Extend YamlErbParser to understand __FILE__ when interpolating ERB.Julien Pervillé2014-09-161-1/+4
* Merging Hashie::Mash now correctly only calls the block on duplicate valuesAmy Sutedja2014-09-052-2/+2
* Fix: method is now a string.dblock2014-08-261-1/+1
* Address TODO about the Lambda style copMichael Herold2014-08-231-3/+3
* Add Hashie::Extensions::DeepFindMichael Herold2014-08-221-0/+59
* Fix #202 by stopping method redefinitionMichael Herold2014-08-201-2/+2
* Add Hashie::Extensions::Mash::SafeAssignmentMichael Herold2014-08-201-0/+13
* Add Hashie::Extensions::MethodOverridingWriterMichael Herold2014-08-201-0/+75
* Merge pull request #200 from maxlinc/core_typesDaniel Doubrovkine (dB.) @dblockdotorg2014-08-181-10/+56
|\
| * A bit of cleanupMax Lincoln2014-08-141-3/+2
| * core type coercion may be done!Max Lincoln2014-08-141-1/+13
| * Error handling, test showing SystemStackErrorMax Lincoln2014-08-141-11/+16
| * Add support for coercion to Complex and RationalMax Lincoln2014-08-081-4/+6
| * Remove built-in support for boolean, but all a procMax Lincoln2014-08-081-6/+3
| * Add exception handling and coerce_value testsMax Lincoln2014-08-081-0/+2
| * core type coercionMax Lincoln2014-08-071-2/+21
| * Skip for coercables as wellMax Lincoln2014-08-061-3/+10
| * Coerce only when necessaryMax Lincoln2014-08-061-1/+4
* | Remove dups and use inject! to inject in placeMichael Herold2014-07-231-2/+2
|/
* Added Mash#load with YAML file support.gregory2014-07-141-0/+21
* Fixed stack overflow when coercing mashes that contain ActiveSupport::HashWit...Morgan Jones2014-07-091-2/+2
* Fixed StringifyKeys#stringify_keys! to recursively stringify keys of embedded...dB2014-07-091-0/+6
* Add failing spec + fix itgregory2014-07-081-5/+8
* Bump up Rubocop to 0.24.1Peter M. Goldstein2014-07-062-4/+3
* Added support for coercing enumerables and collectionsgregory2014-06-261-6/+16
* Fixed from and transform_with Trash features when IndifferentAccess is includ...gregory2014-06-191-0/+15