aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated `Module#reachable?` methodRafael Mendonça França2019-01-171-1/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-12/+12
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-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-11/+11
* Remove deprecated Module.qualified_const_get/set/defined?Andrew White2016-11-141-1/+0
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-12/+12
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...David Heinemeier Hansson2015-12-171-0/+1
* Introduce Module#concerningJeremy Kemper2013-12-171-0/+1
* removes the compatibility method Module#method_namesXavier Noria2011-12-251-1/+0
* remove deprecated Module#synchronize from ActiveSupportSergey Nartimov2011-12-241-2/+1
* defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-291-1/+2
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-251-1/+0
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-1/+2
* Eliminate warnings for AM on 1.8wycats2010-03-161-1/+2
* adds a few missing requires in AS object.rb and module.rbXavier Noria2010-02-141-0/+1
* moves Class#reachable? to Module#reachable?, bases implementation on anonymou...Xavier Noria2010-02-111-0/+1
* defines Module#anonymous?Xavier Noria2010-02-111-1/+1
* removes Module#as_load_path, which is no longer usedXavier Noria2010-02-071-1/+0
* removes Module#included_in_classes, which is no longer usedXavier Noria2010-02-071-1/+0
* Move model naming into ActiveModelJoshua Peek2009-06-171-1/+0
* Make module dependency DSL opt inJoshua Peek2009-05-071-1/+0
* Switch last module core extension to class reopenJeremy Kemper2009-04-221-13/+0
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-0/+1
|\
| * Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-0/+1
* | Convert Module aliasing and introspection extension modules to class reopenJeremy Kemper2009-03-281-2/+3
|/
* Database connections are now pooled, one pool per #establish_connection call.Jeremy Kemper2008-09-021-1/+10
|\
| * Move some core extension methods into a module under the ActiveSupport::CoreE...Hongli Lai (Phusion)2008-08-291-1/+10
* | Adds Module#synchronize for easier method-level synchronization.Nick2008-08-291-0/+1
|/
* Move Class::ModelName to Active Support module core_extJeremy Kemper2008-06-061-0/+5
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-8/+8
* Add Module#attr_accessor_with_default to initialize value of attribute before...Marcel Molina2006-11-161-0/+1
* attr_internal to support namespacing and deprecationJeremy Kemper2006-08-071-0/+1
* Added Module#alias_method_chainJamis Buck2006-04-261-0/+1
* Dependencies cleanup. Fixes #4221.Nicholas Seckar2006-03-271-1/+3
* Added delegation support to Module that allows multiple delegations at once (...David Heinemeier Hansson2006-02-041-1/+2
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+2