This project is archived and is in readonly mode.
extra requires in ./Rakefile
Reported by Paul Sadauskas (Rando) | December 30th, 2009 @ 01:04 AM
railties/lib/rails/tasks/documentation.rake
should
include rack/rdoctask
instead of
./Rakefile
Ditto rake/testtask
, and rake
itself
(I assume that since you're running a Rakefile, rake
is already loaded.
This gets Rakefile more in line with the desire to have fewer things generated and unchangable.
Comments and changes to this ticket
-
Paul Sadauskas (Rando) December 30th, 2009 @ 01:05 AM
- Tag set to rails3, rake
-
David Trasbo June 13th, 2010 @ 07:13 PM
- Assigned user set to Ryan Bigg
rake/rdoctask
andrake/testask
are no longer required inRakefile
, so this ticket can be marked as resolved.rake
is still required though. There might be a technical reason for that, but I'll open a new ticket with a patch suggesting to remove it. I tested it, and it seems to work perfectly without it. -
Ryan Bigg June 14th, 2010 @ 12:54 AM
- State changed from new to resolved
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>