This project is archived and is in readonly mode.

#915 ✓resolved
Hongli Lai

Some core extension methods are not documented

Reported by Hongli Lai | August 27th, 2008 @ 02:51 PM | in 2.x

Some core extension methods, like alias_method_chain, are not properly documented. With this I mean that they don't show up properly in the generated API reference HTML and on sites such as rails-doc.org. This is because methods like alias_method_chain are defined directly on the core classes, instead of an ActiveSupport module.

The attached patch fixes this problem. It move some core extension methods into a module under the ActiveSupport::CoreExtensions namespace, instead of extending core classes directly. This is more friendly for API reference generators.

Comments and changes to this ticket

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>

People watching this ticket

Referenced by

Pages