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-forum.com/.