aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/extending.rb
Commit message (Expand)AuthorAgeFilesLines
* Reinstate Object.subclasses_of and Class#descendents for plugin compat.Jeremy Kemper2010-02-091-0/+11
* removes now void extending.rbXavier Noria2010-01-261-4/+0
* removes Object#extended_byXavier Noria2010-01-261-4/+0
* removes unused method Object#extend_with_included_modules_fromXavier Noria2010-01-261-4/+0
* deletes no void files removal.rb and class_test.rbXavier Noria2010-01-261-1/+0
* removes unused Class#descedentsXavier Noria2010-01-261-34/+0
* removes unused Object#subclasses_ofXavier Noria2010-01-261-12/+0
* removes unused Object#remove_subclasses_ofXavier Noria2010-01-261-4/+0
* extending.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+1
* extending.rb needs active_support/core_ext/class/removal because it uses reac...Xavier Noria2010-01-011-0/+2
* Extract descendents a bit so it can take advantage of Rubinius' __subclasses__.Yehuda Katz2009-12-131-33/+40
* Since we require 1.8.7 we don't need to shim instance_exec anymoreYehuda Katz2009-11-071-27/+0
* Provide alternate implementation of Object#subclasses_of for JRubyNick Sieger2008-10-031-12/+33
* Performance: faster Object.subclasses_ofJeremy Kemper2008-06-081-8/+9
* Object#copy_instance_variables_from Ruby 1.9 compatJeremy Kemper2007-09-271-15/+1
* Object#instance_exec produces fewer garbage methods.Jeremy Kemper2007-09-241-3/+24
* Object.subclasses_of includes anonymous subclasses.Jeremy Kemper2007-09-231-7/+11
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-8/+8
* Increase test coverage for subclasses_of. Closes #7335.Nicholas Seckar2007-01-241-5/+5
* Remove broken hack which has no effect.Nicholas Seckar2006-03-261-1/+0
* Update Object.subclasses_of to locate nested classes. Update Object.remove_su...Nicholas Seckar2006-03-261-4/+7
* Fix Object.subclasses_of to only return currently defined objects (closes #38...David Heinemeier Hansson2006-02-191-2/+2
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+45