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
What is bundler?
What role does garbage collection play?
What is the Install rail package?
What is unit testing (in classical terms)? What is the primary technique when writing a test ?
How do rails implement ajax?
Mention the log that has to be seen to report errors in Ruby Rails?
Explain bundler in rails.
What are the steps involved in writing and setting up an application in ruby on rails?
What is the difference between symbol and string?
what is the purpose of the resources method in the code snippet below?
When are self.up and self.down methods used?
Write a program to show the functionality of request.xhr in ruby on rails ?
What is the symbol garbage collector?
Who developed ruby on rails?
how does ruby on rails use the model view controller (mvc) framework?