[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rake appdoc problem on winXP

Gazer

12/23/2005 11:32:00 AM

Hi,
I'm having problem with running "rake appdoc" to generate the
documentation for rails application.
I'm receiving next error message:

(in d:/work/RailsTest/testapp)
rm -r doc/app
rdoc -o doc/app --line-numbers --inline-source --title 'Rails
Application Documentation' -T 'html' doc/README_FOR_APP
app/controllers/application.rb app/helpers/application_helper.rb
rake aborted!
undefined method `exitstatus' for nil:NilClass

Configuration:
WinXP SP2
ruby182-15
Rails1.0

Could anybody point me at any ideas on how could I overcome this
problem?

2 Answers

Kevin Olbrich

1/3/2006 2:53:00 PM

0

Has anyone found a solution for this?

I am encountering the same errors.

WinXP
InstantRails 1.0 Preview 1

_Kevin


--
Posted via http://www.ruby-....


Kevin Olbrich

1/4/2006 3:22:00 AM

0

Kevin Olbrich wrote:
> Has anyone found a solution for this?
>
> I am encountering the same errors.
>
> WinXP
> InstantRails 1.0 Preview 1
>
> _Kevin

Upgrading to InstantRails 1.0 RC1 fixed this problem for me.

--
Posted via http://www.ruby-....