Explain me what is the role of rails controller?
Answer / Ashish Kumar Johri
"The controller in Ruby on Rails serves as an intermediary between the user and the application. It processes incoming requests, retrieves data from the model, and sends it to the view for rendering. Controllers handle HTTP requests (GET, POST, PUT, DELETE) by invoking actions and passing control to the appropriate views.""n
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the function of garbage collection in Ruby on Rails?
Tell me what is the difference between the observers and callbacks in ruby on rails?
What is active record in rails?
what are the positive aspects of Rails?
What is the naming convention for variables?
List out the few features of Ruby?
Explain view in rails?
what is the difference between calling super() and super call?
Explain the features of ruby on rails.
Explain what are the servers supported by ruby on rails?
what is ORM (Object-Relationship-Model) in Rails?
How do rails implement ajax?