aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class/subclasses.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Remove redundant require_relative "module/anonymous" and "module/reachable"bogdanvlviv2017-09-171-3/+0
* [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-2/+2
* Exclude singleton classes from `subclasses` and `descendants`Sean Griffin2016-12-011-0/+1
* change `Class#descendants` to public API [ci skip]yuuji.yaginuma2016-09-051-2/+15
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+0
* Test if each_object(singleton_class) works, since JRuby added it.Charles Oliver Nutter2015-11-231-2/+3
* Change Class#subclasses doc exampleDalibor Nasevic2013-02-061-2/+2
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* remove :nodoc: from Class#subclasses [ci skip]Francesco Rodriguez2012-05-281-4/+10
* simplify Class#descendants using singleton_class methodSergey Nartimov2012-01-041-1/+1
* Class.__subclasses__ was removed from Rubinius.John Firebaugh2011-01-181-34/+20
* Define a convention for descendants and subclasses.José Valim2010-07-051-31/+26
* Change callbacks to automatically include DescendantsTracker and rename desce...José Valim2010-06-191-5/+5
* moves Class#reachable? to Module#reachable?, bases implementation on anonymou...Xavier Noria2010-02-111-6/+3
* Reinstate Object.subclasses_of and Class#descendents for plugin compat.Jeremy Kemper2010-02-091-0/+58