This project is archived and is in readonly mode.
Railties RDocs task fails with wrong constant name
Reported by Andrew White | March 29th, 2010 @ 05:12 AM
Currently the Railties RDoc task fails with "wrong constant name ../DOC/TEMPLATE/HORO". This seems to be caused by the load_paths require at the top of the Rakefile. Removing the line doesn't seem to have any effect - all tests still run and pass. The attached patch removes this line and also cleans up the included files for RDoc to process as commands and generators are now inside lib/rails and there are no vendor items any longer.
Comments and changes to this ticket
-
Repository March 29th, 2010 @ 06:45 AM
- State changed from new to resolved
(from [d39ec8195546075afb5830c7f5a53bb74946521c]) Make Railties RDoc task work again [#4291 state:resolved]
Signed-off-by: wycats wycats@gmail.com
http://github.com/rails/rails/commit/d39ec8195546075afb5830c7f5a53b...
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
- 4291 Railties RDocs task fails with wrong constant name (from [d39ec8195546075afb5830c7f5a53bb74946521c]) Make Ra...