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

Ticket #10392 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

[PATCH] [TINY] trunk's Rakefile task "docs" should be "rdoc"

Reported by: murphy Assigned to: core
Priority: normal Milestone: 2.x
Component: Railties Version: edge
Severity: minor Keywords: rakefile rdoc tiny
Cc:

Description

The Rakefile that handles tasks for all packages tries to call a non-existing "docs" task. The correct name is "rdoc".

Attachments

rake_docs_to_rdoc.diff (450 bytes) - added by murphy on 12/06/07 07:39:22.
Patch

Change History

12/06/07 07:39:22 changed by murphy

  • attachment rake_docs_to_rdoc.diff added.

Patch

12/06/07 07:40:01 changed by murphy

  • summary changed from trunk Rakefile task "docs" should be "rdoc" to [PATCH] [TINY] trunk's Rakefile task "docs" should be "rdoc".

Tagged.

12/06/07 15:59:25 changed by josh

  • keywords changed from rakefile docs rdoc to rakefile rdoc tiny.

+1

12/09/07 00:08:13 changed by jbarnette

+1

12/17/07 00:16:19 changed by david

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

(In [8427]) Fix rdoc task name (closes #10392) [murphy]