Explain rest in rails routes.



Explain rest in rails routes...

Answer / Deepak Kumar Awasthee

"In Rails, REST (Representational State Transfer) is a software architectural style that defines a set of constraints to design networked applications. It's used extensively in Rails routing for managing HTTP requests and responses between the client and server. In RESTful routes, resources like models are mapped to URLs, and CRUD (Create, Read, Update, Delete) operations are associated with specific HTTP verbs: POST - Create, GET - Read, PUT/PATCH - Update, DELETE - Delete."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

What are the servers supported by ruby on rails?

1 Answers  


What is action cable?

1 Answers  


How to find second max element from database ?

1 Answers  


Tell me what is mixin in rails?

1 Answers  


what is the use of super function in ruby on rails?

1 Answers  


Are there any disadvantages of ruby on rails? If yes, mention them.

1 Answers  


Explain me the log that has to be seen to report errors in ruby rails?

1 Answers  


Write the command to update rvm in rails.

1 Answers  


What is the use of super in Ruby Rails?

1 Answers  


What is object-relationship-model (orm)?

1 Answers  


Choosing between belongs_to and has_one?

1 Answers  


What is the architecture of Model views and controllers

1 Answers   Baidu,


Categories