Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #3639 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Running 'rake appdoc' fails

Reported by: anonymous Assigned to: David
Priority: normal Milestone:
Component: Railties Version: 1.0.0
Severity: normal Keywords: rake appdoc
Cc:

Description

Running 'rake appdoc' causes rake to quit while invoking rake, complaining of an invalid option. I'm getting this on Windows XP SP2, with the latest rake gem (0.7.0).

unrecognized option `--line-numbers --inline-source'

For help on options, try 'rdoc --help'

rake aborted!
exit

Attachments

appdoc.diff (0.6 kB) - added by andy % tinnedfruit.org on 01/28/06 21:32:56.

Change History

01/28/06 21:32:56 changed by andy % tinnedfruit.org

  • attachment appdoc.diff added.

02/26/06 00:04:06 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [3656]) Fixed rdoc.options use all over (closes #3639) [andy@tinnedfruit.org]