aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/option_merger_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* modernizes hash syntax in activesupportXavier Noria2016-08-061-13/+13
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-5/+5
* Add implicit receiver support to `Object#with_options`Pavel Pravosud2014-07-291-0/+9
* 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