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
The string can be represented in single as well as double quotes. What is the difference between the two?
Is ruby on rails popular?
What is the rail console?
How you run your Rails Application without creating database ?
What is the architecture of Model views and controllers
Tell me what is the difference between the observers and callbacks in ruby on rails?
Explain the importance of yield statement in rails.
Explain the various ide's of ruby on rails.
how you can list all routes for an application?
Why ruby on rails is used for?
What is Rails?
write a program to show the usage of sql in the database file?
Difference between gem and plugin?
Write a program to show the functionality of request.xhr in ruby on rails ?
What is the directory structure of rails?