aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/option_merger_test.rb
Commit message (Expand)AuthorAgeFilesLines
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Fix misspelling of 'lambda'. Closes #987Ben Orenstein2011-05-181-4/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Object#returning removedSantiago Pastorino2010-07-251-1/+1
* Explicit test dependenciesJeremy Kemper2009-03-281-0/+1
* Added lambda merging to OptionMerger (especially useful with named_scope and ...David Heinemeier Hansson2008-11-151-0/+8
* Allow deep merging of hash values for nested with_options. [#490 state:resolved]Lawrence Pit2008-07-171-0/+27
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Don't undefine #class in OptionMerger [Rick]Rick Olson2006-09-271-0/+5
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-12/+7
* Allow default options in with_options to be overridden. Closes #4480. [murphy...Marcel Molina2006-04-261-0/+16
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-1/+1
* Fix the requires in option_merger_test to unbreak AS testsSam Stephenson2006-01-211-2/+4
* Add Object#with_options for DRYing up multiple calls to methods having shared...Sam Stephenson2005-12-151-0/+32