What is the functionality of Model views and controllers
Answer Posted / 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 |
Post New Answer View All Answers
What is the role of mvc architecture in ruby on rails?
What are gemsets in rails?
What is the difference between Render vs. Redirect_to in ruby on rails ?
Explain the various ide's of ruby on rails.
What is the difference between render and redirect?
What is the difference between symbol and string?
Can you explain me how rails implements ajax?
explain request/response cycle?
What is a proc ?
What are the different filters used in ruby on rails?
Explain about restful architecture?
What are the types of caching used in rails, what are they?
Explain the importance of yield statement in rails.
Explain model in rails?
How can you protect filter methods in rails?