Im new to web programming, and im starting out with Ruby on Rails. Im having trouble grasping the concept of RESTful resources or web API or URI. Can someone please explain to me in a simple term that i could understand?
Asked
Active
Viewed 46 times
0
-
In Rails a Restful resource is a Model (the M in MVC) that can be manipulated by the client/user in a RESTful manner. – Sagar Pandya Jul 07 '17 at 03:45
-
1Here's another [REST explainer](https://stackoverflow.com/questions/2001773/understanding-rest-verbs-error-codes-and-authentication). – tadman Jul 07 '17 at 04:19