summaryrefslogtreecommitdiff
path: root/spec/hashie/extensions
Commit message (Expand)AuthorAgeFilesLines
...
* add support for coercion for hash that inherit from Hashgregory2014-10-031-0/+20
* Merging Hashie::Mash now correctly only calls the block on duplicate valuesAmy Sutedja2014-09-051-1/+1
* Revert "dont convert keys on initialization"dblock2014-08-261-1/+1
* Address TODO about the Lambda style copMichael Herold2014-08-232-5/+5
* Add Hashie::Extensions::DeepFindMichael Herold2014-08-221-0/+45
* Fix #202 by stopping method redefinitionMichael Herold2014-08-201-3/+22
* Add Hashie::Extensions::Mash::SafeAssignmentMichael Herold2014-08-201-0/+17
* Add Hashie::Extensions::MethodOverridingWriterMichael Herold2014-08-201-0/+55
* Merge pull request #200 from maxlinc/core_typesDaniel Doubrovkine (dB.) @dblockdotorg2014-08-181-2/+267
|\
| * Add proc test for #coerce_valueMax Lincoln2014-08-171-1/+19
| * A bit of cleanupMax Lincoln2014-08-141-11/+3
| * core type coercion may be done!Max Lincoln2014-08-141-28/+71
| * Error handling, test showing SystemStackErrorMax Lincoln2014-08-141-2/+41
| * Add support for coercion to Complex and RationalMax Lincoln2014-08-081-0/+8
| * Remove built-in support for boolean, but all a procMax Lincoln2014-08-081-9/+21
| * Updated tests because rbx TrueClass behavior is different than MRIMax Lincoln2014-08-081-3/+40
| * Add exception handling and coerce_value testsMax Lincoln2014-08-081-1/+41
| * core type coercionMax Lincoln2014-08-071-5/+58
| * Skip for coercables as wellMax Lincoln2014-08-061-0/+7
| * Coerce only when necessaryMax Lincoln2014-08-061-0/+16
* | Stop rubocop from complainingjustfalter2014-07-231-2/+2
* | Add specs to demonstrate expected behavior (#178)justfalter2014-07-231-0/+48
|/
* dont convert keys on initializationgregory2014-07-221-1/+1
* Fixed stack overflow when coercing mashes that contain ActiveSupport::HashWit...Morgan Jones2014-07-092-0/+209
* Add failing spec + fix itgregory2014-07-081-0/+17
* Added support for coercing enumerables and collectionsgregory2014-06-261-0/+42
* Fixed from and transform_with Trash features when IndifferentAccess is includ...gregory2014-06-191-0/+16
* Auto include Dash::IndifferentAccess when Extensions::IndiferentAccess is inc...gregory2014-06-192-0/+24
* Upgraded to RSpec 3.0.dblock2014-06-031-2/+2
* Allow IgnoreUndeclared and DeepMerge to be used with undeclared properties.Rainer Sai2014-05-191-6/+6
* Add test for missing key on deep fetchStephen Aument2014-05-151-0/+13
* Handle nil intermediate object on deep fetchStephen Aument2014-05-151-0/+14
* Added Hashie::Extensions::Dash::IndifferentAccess for backward-compatible beh...dblock2014-05-051-0/+58
* Do not convert keys to strings in Dash and Trash.dblock2014-05-021-1/+1
* Corrected Rubocop violation.dblock2014-05-021-1/+1
* Spec for issue #149.dblock2014-05-011-13/+36
* Convert specs to RSpec 2.14.7 syntax with TranspecPeter M. Goldstein2014-04-067-95/+95
* Present tense for specs.dblock2014-04-067-76/+86
* Added IgnoreUndeclared, an extension to silently ignore undeclared properties...Michael Righi2014-04-061-0/+23
* Merge pull request #134 from tylerdooling/traverseDaniel Doubrovkine (dB.) @dblockdotorg2014-04-061-0/+70
|\
| * Adds deep_fetch extension for nested access.Tyler Dooling2014-04-041-0/+70
* | IndifferentAccess now works without MergeInitializer.Peter Brindisi2014-04-061-72/+116
|/
* Added Rubocop.dblock2014-03-306-101/+109
* Merge branch 'deep_merge_without_include' of github.com:defsprite/hashiedblock2014-03-301-5/+6
|\
| * replacing dynamic include with recursion helper methodChristoph Sassenberg2014-01-261-5/+6
* | IndifferentAccess, make #store respect indifferenceJonathan Rochkind2013-07-081-0/+10
|/
* Add (failing) specs for new coerce featuresEric Pierce2013-05-091-0/+32
* Add support and tests for #replace to IndifferentAccess extensionJim Myhrberg2013-03-021-0/+25
* Add support and tests for #replace to Coercion extensionJim Myhrberg2013-03-021-1/+31
* Merge pull request #41 from nashby/deep-mergeJerry Cheung2013-02-121-0/+20
|\