This project is archived and is in readonly mode.
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
-
Hongli Lai August 29th, 2008 @ 11:14 PM
- Tag changed from activesupport, doc, edge, patch to activesupport, core_ext, doc, edge, patch
Updated patch.
-
Repository August 29th, 2008 @ 11:16 PM
- State changed from new to resolved
(from [204a8cce88d986fcfafe01ce9ba44818739374c3]) 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.
[#915 state:resolved]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net http://github.com/rails/rails/co...
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
Attachments
Tags
Referenced by
- 915 Some core extension methods are not documented [#915 state:resolved]