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 the directory structure of rails?
How is calling super() different from the super call?
Choosing between belongs_to and has_one?
What are class libraries?
Explain about restful architecture?
What is rails active record?
Tell me what is rails active record in ruby on rails?
what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?
what is active record?
how you define Instance Variable, Global Variable and Class Variable in Ruby?
How is the model view controller framework used in ruby on rails?
how can we define Ruby regular expressions?
What I have to do to view my project always on browser?
what is the use of super function in ruby on rails?
what is the difference between Active support’s “HashWithIndifferent” and Ruby’s “Hash” ?