summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:intridea/hashieMichael Bleigh2010-08-311-2/+2
|\
| * initialze_reader and convert_value should respect subclassing by using self.c...tcocca2010-08-311-2/+2
* | call `super` in Dash.inherited methodMislav Marohnić2010-08-291-0/+1
* | Mash: add `shallow_update` and `shallow_merge` methodsMislav Marohnić2010-08-261-0/+14
* | add missing requires to Hash and MashMislav Marohnić2010-08-262-0/+4
* | heavily rework Dash for bugfixes and performanceMislav Marohnić2010-08-261-44/+46
* | Mash: fix deep_merge/deep_update and make `merge` deep by defaultMislav Marohnić2010-08-261-2/+8
|/
* Do not convert child mashes, retain their class.Michael Bleigh2010-08-193-8/+10
* Query methods now return false if the key has been set to nil or false. Close...Michael Bleigh2010-08-101-1/+1
* Initializing Dash with a nilLes Hill and Robert Pitts2010-08-101-1/+1
* CleanupLes Hill and Robert Pitts2010-08-101-4/+4
* Add Trash (translated hash)Les Hill and Paul Elliott2010-08-102-1/+60
* Changed up spec_helper a bit, added respond_to? on MashMichael Bleigh2010-07-281-1/+7
* Allow for arguments in to_jsonDaniel Neighman2010-06-221-2/+2
* Adds a fix for json generationDaniel Neighman2010-06-222-7/+17
* Adds Clash to the mix.Michael Bleigh2010-03-052-1/+88
* Swapped out class variables to scale the ancestors tree. This allows for the ...Ben Schwarz2010-01-151-4/+18
* should not convert the type of Hashie::Mashes childs to Hashie::Mashandrehjr2010-01-141-1/+1
* Storing dash properties in a class variable to allow for subclassing (#Issue 2)Ben Schwarz2010-01-141-4/+4
* Dashes now raises NoMethodError when reading a non-existent propertyAndré Luis Leal Cardoso Junior2009-11-161-7/+13
* Fixing inspect for DashesAndré Luis Leal Cardoso Junior2009-11-161-1/+1
* Updates to the mash for ensuring that nil values aren't overwrittenDaniel Neighman2009-11-131-2/+3
* Simplifies the MashDaniel Neighman2009-11-132-25/+5
* ProgressDaniel Neighman2009-11-132-57/+16
* Updates method_missingDaniel Neighman2009-11-131-44/+60
* Removes a debugging puts and updates the .gitignrore to ignore gemsDaniel Neighman2009-11-131-16/+15
* Adds pretty inspect for Dash.Michael Bleigh2009-11-123-18/+41
* Symbolize inbound keys on Dash, update README, ignore .gemspec since GitHub d...Michael Bleigh2009-11-121-1/+1
* Adding READMEMichael Bleigh2009-11-122-1/+74
* All specs are passing again after fixing a namespacing issue.Michael Bleigh2009-09-064-0/+250
* Initial commit to hashie.Michael Bleigh2009-09-021-0/+0