Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the functionality of Model views and controllers

Answers were Sorted based on User's Feedback



What is the functionality of Model views and controllers..

Answer / guest

Model:Model is responsible for maintaining the database.

views:View is responsible for generating user interface.

controllers:Getting input request from browser and generate
outgoing response.

Is This Answer Correct ?    12 Yes 0 No

What is the functionality of Model views and controllers..

Answer / abhi2810

MVC is a pattern for the architecture of a software
application. It separates an application into the following
three components:

* models, for handling data and business logic
* controllers, for handling the user interface and
application logic
* views, for handling graphical user interface objects
and presentation logic

This separation results in user requests being processed as
follows:

1. The browser, on the client, sends a request for a page
to the controller on the server.

2. The controller retrieves the data it needs from the
model in order to respond to the request.

3. The controller renders the page and sends it to the view.

4. The view sends the page back to the client for the
browser to display.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

What is the Install rail package?

0 Answers  


Explain how you can run rails application without creating databases?

0 Answers  


Is ruby on rails popular?

0 Answers  


What is the purpose of load in ruby?

0 Answers  


At is cross-site request forgery (csrf)?

0 Answers  


What is the difference between symbol and string?

0 Answers  


Do you know what are the types of caching used in rails, what are they?

0 Answers  


what is sweeper in Rails?

0 Answers  


What are the major components of Ruby on Rails?

1 Answers   QualTech,


let me know what is ruby software and where and when it is usefull. Is it usefull to data base developer, if yes...where? thank you

1 Answers  


What is the role of mvc architecture in ruby on rails?

0 Answers  


What are the different types of association relationships that exist?

0 Answers  


Categories