Rake rdoc issue

When I run “rake doc:app” I receive this error message.

rake aborted!
Don’t know how to build task ‘doc/README_FOR_APP’

Any Ideas?

Thanks in advance. -Stephanie

You must to have file named README_FOR_APP
in doc directory.

RAILS_APP|
|-doc
|README_FOR_APP

klodus

stephanie wrote:

When I run “rake doc:app” I receive this error message.

rake aborted!
Don’t know how to build task ‘doc/README_FOR_APP’

Any Ideas?

Thanks in advance. -Stephanie

Thanks, that was the problem.

On Dec 6, 12:37 pm, Klodus K. [email protected]