Changing the model after scaffolding

Hi,

I want to learn Rails and I have one question. In Rails 3, if I want to
change the model after I performed scaffolding, where should
modifications be made?

I assume in the controller and view. Can someone confirm this or point
out the exact files? I’d prefer to do this manually.

thank you.
regards,
seba

On 8 October 2012 14:07, Sebastjan H. [email protected] wrote:

Hi,

I want to learn Rails and I have one question. In Rails 3, if I want to
change the model after I performed scaffolding, where should
modifications be made?

I assume in the controller and view. Can someone confirm this or point
out the exact files? I’d prefer to do this manually.

I suggest working through some tutorials so that you will understand
the basics of Rails. railstutorial.org is good and is free to use
online. Once you have worked right through that then you will be able
to answer the question yourself.

Make sure that any totorial you use is for rails 3 and that you have
the exact version installed that the tutorial is written for.

Colin

Colin L. wrote in post #1078943:

On 8 October 2012 14:07, Sebastjan H. [email protected] wrote:

Hi,

I want to learn Rails and I have one question. In Rails 3, if I want to
change the model after I performed scaffolding, where should
modifications be made?

I assume in the controller and view. Can someone confirm this or point
out the exact files? I’d prefer to do this manually.

I suggest working through some tutorials so that you will understand
the basics of Rails. railstutorial.org is good and is free to use
online. Once you have worked right through that then you will be able
to answer the question yourself.

Make sure that any totorial you use is for rails 3 and that you have
the exact version installed that the tutorial is written for.

Colin

thank you, I will go through the tutorials, I was just a bit eager to
jump right in:)

regards,
seba