SOS, huge doubt about ruby on rails

burbu wrote:

I have to do a web application where I have to use ruby on rails. I have read some about it, but a partner told me something that I don't know if it is true. He told that creating a table of a data base ruby on rails, automatically creates two files html, one which shows the contents of you table and the other one, provides a html file to introduce data in your data base, is this true??

No. People just like to brag you _can_ do that. Almost no projects use a "scaffold" like that.

Because what i have to do is from an application form, getting all the parameters introduced by the user and then show them saying the operation has been all correct.

That will happen on pages 3 thru 5 of the book /Agile Web Development with Rails/.

After learning this stuff, if you have previous experience programming for the web, you will be amazed how much more productive you will be.