Answer Posted / lubna
models ,views and controllers are related side by side.data
if sent to models is first worked upon its database
operations (CRUD) ,then the data is sent to view where its
templates are designed then finally data is sent to
controllers where data is processed and organised...
| Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
How are the key differences between python and ruby?
what is the naming convention in Rails?
what are the positive aspects of Rails?
What is rails script? Name some of them?
What is the flash?
What are the types of caching used in rails, what are they?
What are the steps involved in writing and setting up an application in ruby on rails?
What is the use of super in Ruby Rails?
what is ORM (Object-Relationship-Model) in Rails?
Mention the role of rails controller.
How does router work in rails?
How many types of relationships does a model has?
what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?
Difference between gem and plugin?
Mention all the naming conventions in ruby on rails.