[lnkForumImage]
TotalShareware - Download Free Software

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


 

Basma Basma

1/16/2009 7:21:00 PM

I have a problem with this command ,when I wont to generate the
controller.
Ruby script/generate controller

there is a message says

ruby Permission denied -- script<LoadError>

how can I fixed it?
Thanx :)

Attachments:
http://www.ruby-...attachment/3168/problem_wit...

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

1 Answer

Basma Basma

1/17/2009 4:19:00 PM

0

Basma Basma wrote:
> I have a problem with this command ,when I wont to generate the
> controller.
> Ruby script/generate controller
>
> there is a message says
>
> ruby Permission denied -- script<LoadError>
>
> how can I fixed it?
> Thanx :)


OK thanx I found the problem :)

the syntax must be as

Ruby script/generate controller XX
where XX is the domain!

and I have a mistake in word generate.
--
Posted via http://www.ruby-....