jrochkind/confstruct forked from mbklein/confstruct
-
Add section for add_*! list functions.
jrochkind committedJan 4, 2012 -
Add section on lookup!, change section heading/structure
jrochkind committedJan 4, 2012 -
jrochkind committed
Jan 4, 2012 RestClient is a poor example for deferred, as deferred is executed on every read, meaning you're going to get a new RestClient instance on every single read of the value, which seems not like something you want to recommend.
-
mbklein committed
Nov 18, 2011
-
Add a special type of Deferred to work with Rails I18n
mbklein committedNov 16, 2011 -
Autoload HashWithStructAccess and Configuration from Confstruct module
mbklein committedNov 16, 2011
-
Add fallback value to HashWithStructAccess#lookup!
mbklein committedNov 15, 2011
-
mbklein committed
Nov 14, 2011 -
mbklein committed
Nov 14, 2011 -
Refactor to ensure that hashes are pushed to dynamic arrays as HashWi…
mbklein committedNov 14, 2011 …thStructAccess types
-
Add support for dynamically-created and appended arrays
mbklein committedNov 14, 2011
-
Add test for yielding arbitary values
mbklein committedNov 12, 2011 -
Let #method_missing yield everything, not just HashWithStructAccess t…
mbklein committedNov 12, 2011 …ypes
-
Add better explanation of #push! and #pop! to README
mbklein committedNov 11, 2011 -
mbklein committed
Nov 11, 2011 -
mbklein committed
Nov 11, 2011 -
Simplify push! and pop! (since they don't have to be deep any more)
mbklein committedNov 11, 2011 -
Add HashWithStructAccess#has? and HashWithStructAccess#lookup!
mbklein committedNov 11, 2011 -
Allow Procs as hash values; only evaluate Confstruct::Deferreds
mbklein committedNov 11, 2011
-
mbklein committed
Nov 10, 2011 -
Simplify! Get rid of ConfigClass() in favor of instantiating with def…
mbklein committedNov 10, 2011 …aults
-
Use ordered hashes internally when available
mbklein committedNov 10, 2011 -
Add spec tests; bring implementation into compliance
mbklein committedNov 10, 2011 -
All proc evals (including after_config!) should eval_or_yield just li…
mbklein committedNov 9, 2011 …ke all the regular blocks
-
mbklein committed
Nov 9, 2011