This project is archived and is in readonly mode.
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
-
Xavier Noria January 29th, 2010 @ 10:15 AM
This ticket can be closed since all that stuff is gone now.
-
Jeremy Kemper January 29th, 2010 @ 11:53 PM
- State changed from new to wontfix
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>