aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/option_merger.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* Fix error when using `with_options` with lambda.Lauro Caetano2014-04-031-1/+1
* Explicit dependency on Hash#deep_merge extensionJeremy Kemper2009-03-281-0/+2
* Added lambda merging to OptionMerger (especially useful with named_scope and ...David Heinemeier Hansson2008-11-151-1/+7
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Allow deep merging of hash values for nested with_options. [#490 state:resolved]Lawrence Pit2008-07-171-9/+1
* send -> send! for some private methodsJeremy Kemper2007-09-271-6/+6
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-1/+1
* Don't undefine #class in OptionMerger [Rick]Rick Olson2006-09-271-1/+1
* Allow default options in with_options to be overridden. Closes #4480. [murphy...Marcel Molina2006-04-261-2/+2
* Add Object#with_options for DRYing up multiple calls to methods having shared...Sam Stephenson2005-12-151-0/+25