This project is archived and is in readonly mode.
![Xavier Noria Xavier Noria](https://entp-lh-avatar-production.s3.amazonaws.com/avatars/11378/large.png?AWSAccessKeyId=AKIAJ4QBZRZBVMOUBNZA&Expires=2047809648&Signature=%2FdW7O60UtBzut9dWOhwUFq6e8RE%3D)
new file for hierarchy related classes in AS core extensions
Reported by Xavier Noria | January 20th, 2010 @ 09:38 AM
AS defines Class#descendents in core_ext/object/extending.rb, and Class#subclasses in core_ext/class/removal.rb.
This patch moves them to a new file core_ext/class/hierarchy.rb, and renames #descendents to #descendants, which is more conventional and matches the existing AbstractController::Base#descendants.
Comments and changes to this ticket
-
-
José Valim January 20th, 2010 @ 12:18 PM
- State changed from new to duplicate
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>