MVC execution pattern

Posted by CHID on Stack Overflow See other posts from Stack Overflow or by CHID
Published on 2011-01-01T07:51:04Z Indexed on 2011/01/01 7:53 UTC
Read the original article Hit count: 275

Filed under:
|

Hi,

I am trying to migrate to MVC from conventional n tier applications. I am very much used to creating websites in the regular manner. But i find it difficult to adapt to MVC environemnt.

Suppose there is a table

products
. I jus want to display the table data in a web page. I hav ROR installed and working. I have created a project by giving

 rails_apps> rails demo 

The command prompt created some folders inside a folder called demo.

Though i have read one or two tutorials i am not exactly clear about the working or the cycle of MVC.

Can anyone please give some basic idea. I have managed to skim through the initial pages of Agile Web Development Through Rails.

Also, please give me some usefull links on the net. That would really help me.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about mvc