what is the role of Rails Controller?
Answer / Abhishek Pathak
Controllers in Ruby on Rails handle all incoming requests to your application and determine what action should be taken based on the request type, URL path, and HTTP method. They coordinate between models, views, and other components to deliver the desired response.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of require_relative in ruby?
Explain coc in rails?
Do you know what is sweeper in rails?
What is rails script? Name some of them?
Explain view in rails?
What are the hashes?
Explain me the log that has to be seen to report errors in ruby rails?
The string can be represented in single as well as double quotes. What is the difference between the two?
What is action cable?
what are benefits of using active record as opposed to raw sql queries?
who developed rails?
What is active record in rails?