summaryrefslogtreecommitdiff
path: root/spec/hashie/trash_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change rubocop to allow 100 character lines.Bobby McDonald2019-10-171-3/+9
* 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-171-1/+1
* Upgraded RuboCop to 0.28.0.dblock2014-12-301-1/+0
* Add spec from #112 for Trash subclassesMichael Herold2014-08-291-0/+14
* Preserve backward-compatible translations when a single property is translated.dB2014-08-241-1/+5
* Fix #69: regression, multiple property assignments in Trash.dB2014-08-231-1/+1
* Add failing spec for #69.Michael Herold2014-08-231-0/+19
* Address TODO about the Lambda style copMichael Herold2014-08-231-8/+8
* Fixed inheritance of transformations in Trash.FoboCasteR2014-08-221-5/+19
* Hashie::Trash transforms can be inherited.FoboCasteR2014-08-111-0/+22
* Do not convert keys to strings in Dash and Trash.dblock2014-05-021-2/+5
* Convert specs to RSpec 2.14.7 syntax with TranspecPeter M. Goldstein2014-04-061-30/+30
* Present tense for specs.dblock2014-04-061-18/+17
* Added Trash#permitted_input_keys and inverse_translations.Artem Baguinski2014-04-061-1/+18
* Trash#translations correctly maps original to translated names.Artem Baguinski2014-04-061-4/+26
* Added Rubocop.dblock2014-03-301-31/+31
* Ensure #replace works with Hashie::TrashJim Myhrberg2013-03-021-0/+10
* Merge pull request #39 from sleverbor/initialize_translations_firstJerry Cheung2013-02-111-0/+6
|\
| * initialize translations before other properties in trashsleverbor2012-03-211-0/+6
* | Added :transform_with optionFabio Napoleoni2012-04-171-0/+35
* | Added a check for from options, same name will cause a StackTooDeep errorFabio Napoleoni2012-04-171-0/+8
* | Added lambda option to the property methodFabio Napoleoni2012-04-161-0/+26
|/
* fix broken Trash spec exampleMislav Marohnić2010-08-261-2/+1
* Add Trash (translated hash)Les Hill and Paul Elliott2010-08-101-0/+71