PDA

View Full Version : Ruby - ./script/generate scaffold not supported



k00k
07-31-2006, 05:31 PM
I noticed that I was getting permission errors when trying to run ./script/generate scaffold scaffoldname

So, I emailed support which escalated my request and I received the following reply:

----------
Your user does not have access to run script/generate scaffold scaffoldname you will need root access.

Your user has access to create controllers.

./script/generate controller option option2

-----------

My questions to the group are,
1) is this typical of providers?
2) is there any work around from an admin point of view?

Thanks,
k00k

ps: And yes, I know I can generate controllers & models on my own, but there's a reason the generate scaffold was created.