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 agile development? What are the strengths?
what is the role of Rails Controller?
Write the command to run the migration.
How you run your Rails Application without creating database ?
what is Rails Active Record in Ruby on Rails?
Do you know what is “yield” in ruby on rails?
what are the limits of Ruby on Rails?
What is cross-site request forgery (csrf)? How is rails protected against it?
Explain Get and post method?
What is bundler?
In how many ways you can create rails layout http response.
explain request/response cycle?
What is the naming convention for variables?
What I have to do to view my project always on browser?
What can Rails Migration do?