summaryrefslogtreecommitdiff
path: root/lib/hashie/trash.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract Trash behavior into an extensionMichael Herold2015-04-251-117/+2
* Preserve backward-compatible translations when a single property is translated.dB2014-08-241-9/+19
* Fix #69: regression, multiple property assignments in Trash.dB2014-08-231-4/+14
* Fixed inheritance of transformations in Trash.FoboCasteR2014-08-221-5/+3
* Hashie::Trash transforms can be inherited.FoboCasteR2014-08-111-8/+10
* Include Trash and Dash class name when raising NoMethodError.gregory2014-06-201-3/+1
* Fixed from and transform_with Trash features when IndifferentAccess is includ...gregory2014-06-191-3/+15
* Do not convert keys to strings in Dash and Trash.dblock2014-05-021-10/+9
* Added Trash#permitted_input_keys and inverse_translations.Artem Baguinski2014-04-061-1/+9
* Trash#translations correctly maps original to translated names.Artem Baguinski2014-04-061-6/+3
* Added Rubocop.dblock2014-03-301-7/+6
* ~Sergei Zinin2013-10-311-18/+23
* Merge pull request #66 from arthwood/masterJerry Cheung2013-02-111-1/+1
|\
| * remove unnecessary scopingArtur Bilski2012-11-231-1/+1
* | fix spacing, add comment to Trash#initialize_attributesJerry Cheung2013-02-111-2/+3
* | Merge pull request #39 from sleverbor/initialize_translations_firstJerry Cheung2013-02-111-0/+13
|\ \ | |/ |/|
| * initialize translations before other properties in trashsleverbor2012-03-211-0/+13
* | Added :transform_with optionFabio Napoleoni2012-04-171-0/+10
* | Added a check for from options, same name will cause a StackTooDeep errorFabio Napoleoni2012-04-171-0/+3
* | Added lambda option to the property methodFabio Napoleoni2012-04-161-4/+13
|/
* Add Trash (translated hash)Les Hill and Paul Elliott2010-08-101-0/+55