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
What is a webrick web server?
What is rails scaffolding?
What are the three methods to install ruby on rails?
What are rails validation used for?
What is the process for creating a controller for the subject? What is its role?
Name some rails ide or editor.
Who designed active record in rails?
what is Polymorphic Association in Ruby on Rails?
Tell me what is rails migration?
what is ORM (Object-Relationship-Model) in Rails?
What are models in rails?
What are the different types of association relationships that exist?
What is the directory structure of rails?
What is the flash?
Tell me what is coc in rails?