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
Explain about Dig, Float and Max?
What are the various changes between the rails version 2 and 3?
What is the difference between symbol and string?
Do you know what is cross-site request forgery (csrf) and how rails is protected against it?
what is the difference between calling super() and super call?
What is the difference between delete and destroy ?
Tell me what is coc in rails?
Who developed ruby on rails?
What is the use of super in Ruby Rails?
What is Dynamic finders ?
what is the difference in scope for these two variables: @@name and @name?
At is cross-site request forgery (csrf)?
what is the function of garbage collection in Ruby on Rails?
who developed rails?
What is the purpose of load, auto_load, and require_relative in ruby ?