Answer Posted / ganesh mohan
Model, View and Controller(MVC) is 3 tier architecture.
view consits all HTML, javscript pages. its client side
template. while as Model connects to Database describing all
data fields and the relation between then and all business
calculations are controlled by controller ...
| Is This Answer Correct ? | 36 Yes | 4 No |
Post New Answer View All Answers
How is direct different from render?
Do you know what is cross-site request forgery (csrf) and how rails is protected against it?
Tell me what is coc in rails?
What is the current version of ruby on rails?
Mention the log that has to be seen to report errors in Ruby Rails?
how you can create a controller for subject?
What is ORM in Rails?
Explain the role of sub directory app/controllers and app/helpers.
Write a program to generate and run the application without the use of database
Explain how Rails implements Ajax?
How does router work in rails?
what are rails filters?
What role do sub-directory app/helpers and app/controllers play?
how you can list all routes for an application?
What are models in rails?