Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix error when using `with_options` with lambda. | Lauro Caetano | 2014-04-03 | 1 | -1/+1 |
* | Explicit dependency on Hash#deep_merge extension | Jeremy Kemper | 2009-03-28 | 1 | -0/+2 |
* | Added lambda merging to OptionMerger (especially useful with named_scope and ... | David Heinemeier Hansson | 2008-11-15 | 1 | -1/+7 |
* | Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ... | Jeremy Kemper | 2008-08-31 | 1 | -1/+1 |
* | Allow deep merging of hash values for nested with_options. [#490 state:resolved] | Lawrence Pit | 2008-07-17 | 1 | -9/+1 |
* | send -> send! for some private methods | Jeremy Kemper | 2007-09-27 | 1 | -6/+6 |
* | Some 1.9 forward compatibility | Jeremy Kemper | 2007-09-14 | 1 | -1/+1 |
* | Don't undefine #class in OptionMerger [Rick] | Rick Olson | 2006-09-27 | 1 | -1/+1 |
* | Allow default options in with_options to be overridden. Closes #4480. [murphy... | Marcel Molina | 2006-04-26 | 1 | -2/+2 |
* | Add Object#with_options for DRYing up multiple calls to methods having shared... | Sam Stephenson | 2005-12-15 | 1 | -0/+25 |