What does this command mean?

I was watching a cast from Railcasts, and came to the following command:

script/generate scaffold user username:string email:string password:string new edit

What does “new” and “edit” do (Represent) here?

Thanks.

new and edit are the actions that are defined in the users controller.

On Sun, Jul 18, 2010 at 2:09 AM, Abder-Rahman A.
[email protected]wrote:


Cheers,
Bala
RoR Developer Now Available for Hire

Bala P. wrote:

new and edit are the actions that are defined in the users controller.

On Sun, Jul 18, 2010 at 2:09 AM, Abder-Rahman A.
[email protected]wrote:


Cheers,
Bala
RoR Developer Now Available for Hire

Thanks Bala.

But, when I run such command, this is what I get:

http://pastie.org/1049171

Should this do with the Rails version, provided that I run Rails 2.3.8
version.

Thanks.