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
write a program to show the usage of sql in the database file?
What is the use of $ in ruby?
what are benefits of using active record as opposed to raw sql queries?
Explain me what is the role of rails controller?
explain request/response cycle?
Explain rails caching levels.
What is the current version of ruby on rails?
What does session and cookies represent in ruby on rails?
Explain testing in rails.
Write the command to run the migration.
What are the servers supported by ruby on rails?
Explain me what is the function of orm in ruby on rails?
What is the main function of helpers used in ruby on rails?
what is Rails Active Record in Ruby on Rails?
What do you understand by rails migration and what it can do?