aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/introspection.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-021-13/+37
* [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
* Adjust `Module.parent_name` to work when frozen; fixes #27637Corey Ward2017-01-171-2/+4
* Remove deprecated local_constantsAndrew White2016-11-131-8/+0
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Deprecate `Module.local_constants`yui-knk2016-03-011-0/+4
* Remove deprecated `Module#local_constant_names` Arun Agrawal2013-07-031-16/+0
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-2/+0
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-3/+4
* deprecates Module#local_constant_namesXavier Noria2012-01-121-2/+12
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-21/+2
* removes p calls in rdoc examplesXavier Noria2010-02-061-8/+8
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-2/+4
* Convert Module aliasing and introspection extension modules to class reopenJeremy Kemper2009-03-281-79/+75
* Move some core extension methods into a module under the ActiveSupport::CoreE...Hongli Lai (Phusion)2008-08-291-75/+79
* Cache Module#parent_nameJeremy Kemper2008-07-141-6/+17
* Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]Cheah Chu Yeow2008-07-091-1/+1
* Improve documentation.Pratik Naik2008-03-261-5/+30
* Ruby 1.9: Module#local_constants can now just use constants(false). Closes #1...Jeremy Kemper2008-01-041-12/+21
* Ruby 1.9 compat: dependencies uses Module#local_constant_names. References #1...Jeremy Kemper2007-12-221-0/+6
* Update Dependencies to ignore constants inherited from ancestors. Closes #6951.Nicholas Seckar2007-03-141-0/+14
* Dependencies cleanup. Fixes #4221.Nicholas Seckar2006-03-271-0/+21