kxkannan
July 26th, 2006, 10:56 PM
Hello,
I am new to Ruby and Rails. I am trying to develop a screen that maps to a db table. This table has around 25 columns. Showing all of them on a single page doesn't look very nice.
Question is, if I split the data on different screens how do I map them to the same ActiveRecord model class ?
If the user navigates from one screen to another how can I retain the data on a single object from the first screen on the subsequent screens and finally store it in the database ?
Any help or pointers would be appreciated.
Thanks,
Kannan
I am new to Ruby and Rails. I am trying to develop a screen that maps to a db table. This table has around 25 columns. Showing all of them on a single page doesn't look very nice.
Question is, if I split the data on different screens how do I map them to the same ActiveRecord model class ?
If the user navigates from one screen to another how can I retain the data on a single object from the first screen on the subsequent screens and finally store it in the database ?
Any help or pointers would be appreciated.
Thanks,
Kannan