summaryrefslogtreecommitdiff
path: root/spec/hashie/extensions/coercion_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Inherit key coercions.Erol Fornoles2014-12-281-0/+15
* 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-231-4/+4
* Fix #202 by stopping method redefinitionMichael Herold2014-08-201-3/+22
* 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
* dont convert keys on initializationgregory2014-07-221-1/+1
* Fixed stack overflow when coercing mashes that contain ActiveSupport::HashWit...Morgan Jones2014-07-091-0/+32
* Add failing spec + fix itgregory2014-07-081-0/+17
* Added support for coercing enumerables and collectionsgregory2014-06-261-0/+42
* Convert specs to RSpec 2.14.7 syntax with TranspecPeter M. Goldstein2014-04-061-22/+22
* Present tense for specs.dblock2014-04-061-16/+16
* Added Rubocop.dblock2014-03-301-29/+34
* Add (failing) specs for new coerce featuresEric Pierce2013-05-091-0/+32
* Add support and tests for #replace to Coercion extensionJim Myhrberg2013-03-021-1/+31
* Merge pull request #28 from mattfawcett/multiple_coercionJerry Cheung2013-02-111-0/+9
|\
| * Let coerce_key support an array of keys to coerce. Also add an alias to the m...Matt Fawcett2011-11-301-0/+9
* | Handle coercion correctly when MergeInitializer is usedMatt Fawcett2011-11-221-1/+11
|/
* Adds first extension, coercion, road to 2.0 begins.Michael Bleigh2011-07-281-0/+70