aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/reachable.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated `Module#reachable?` methodRafael Mendonça França2019-01-171-6/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* Deprecate `Module#reachable?` methodbogdanvlviv2017-09-171-0/+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-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* Use safe_constantize where possible.José Valim2011-09-231-3/+1
* moves Class#reachable? to Module#reachable?, bases implementation on anonymou...Xavier Noria2010-02-111-0/+10