aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adjust `Module.parent_name` to work when frozen; fixes #27637Corey Ward2017-01-171-30/+0
* Constant look-up would no longer fall back to top-level constant since ruby 2.5Akira Matsuda2017-01-131-2/+2
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
* assert_equal takes expectation firstAkira Matsuda2016-12-261-9/+9
* Remove deprecated method alias_method_chainAndrew White2016-11-141-215/+0
* Remove deprecated local_constantsAndrew White2016-11-131-10/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* modernizes hash syntax in activesupportXavier Noria2016-08-061-25/+25
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-35/+35
* Add test for `delegate_missing_to` where method doesn't existJon Moss2016-05-261-0/+8
* Add tests for keyword arg to: for Module#delegateYosuke Kabuto2016-05-251-0/+15
* Don't delegate to private methods of the targerRafael Mendonça França2016-05-241-0/+14
* Merge pull request #23930 from gsamokovarov/module-delegate-missing-toRafael Mendonça França2016-05-241-0/+22
|\
| * Introduce Module#delegate_missing_toGenadi Samokovarov2016-02-271-0/+22
* | Remove duplicated `test_` prefix [ci skip]Ryuta Kamizono2016-03-021-1/+1
* | Deprecate `Module.local_constants`yui-knk2016-03-011-1/+7
|/
* Fixing issue when delegating to methods named "block", "args", or "arg"Jake Bell2015-08-191-0/+15
* Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-221-95/+125
* Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbbRafael Mendonça França2015-02-111-1/+1
* Delegation works with reserved words passed to `:to`Agis-2014-09-191-0/+11
* Fix confusing exception in ActiveSupport delegationVladimir Yarotsky2014-05-201-1/+1
* Remove warningRafael Mendonça França2014-01-161-2/+2
* define the delegate methods on one line. fixes #13724Aaron Patterson2014-01-161-0/+10
* Unused classes in AS testsAkira Matsuda2013-12-191-6/+0
* Only raise DelegationError if it's is the source of the exceptionAndrew White2013-07-111-0/+27
* Fixed test broken by local_constant_names Arun Agrawal2013-07-031-6/+0
* Move delegation error constant to inside ModuleCarlos Antonio da Silva2013-06-261-1/+1
* Add DelegationError class. Rasied by delegation to a nil objectSteve Faulkner2013-06-261-1/+1
* Module#delegate checks nilness rather that falsehood if :allow_nil is true, a...Xavier Noria2013-04-261-0/+31
* Delegation method bugLi Ellis Gallardo2013-04-251-0/+5
* Nice and easy delegation to the classMarc-Andre Lafortune2012-09-111-0/+11
* JRuby return different Array for module contents.Arun Agrawal2012-05-291-1/+1
* Optimize the performance of #delegateDaniel Schierbeck2012-04-121-0/+19
* deprecates Module#local_constant_namesXavier Noria2012-01-121-0/+6
* use AS::TestCase as the base classAaron Patterson2012-01-051-2/+2
* We can't simply check the first line of the backtrace, Arun Agrawal2011-09-041-4/+6
* Revert all the stuff to do with disallowing non-public methods for Module#del...Jon Leighton2011-08-251-19/+1
* Add a test for delegating a method ending in '=' as this is a special case.Jon Leighton2011-08-151-0/+8
* Split up the definitions in Module#delegate depending on :allow_nil, and don'...Jon Leighton2011-08-151-0/+12
* Fix the line number in the backtrace when Module#delegate raisesJon Leighton2011-08-151-1/+13
* Just do the method call directly in Module#delegate, if we can (we cannot for...Jon Leighton2011-08-151-2/+20
* Remove unused line in test setup.Ben Orenstein2011-02-171-1/+0
* Remove unused code.Ben Orenstein2011-02-161-3/+0
* delegate method should treat :prefix => false same as :prefix => nilNeeraj Singh2010-09-011-0/+13
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-5/+5
* Singleton classes returns parent's methods with instance_methods(false) and t...José Valim2010-03-191-0/+14