World Wide Web HTTP world Real-life situations GET get more information about sth POST create something, take a pic, write a book, code your rails app ;) PUT / PATCH get yourself a new styling, pimp your car DELETE burger / veggie place, order sth and eat it all up
HTTP question & answer always come in pairs ¤ HTTP answer carries a status code ¤ Status codes tell about success / failure (and reason) ¤ Every Rails App has error pages in ./public directory ¤ Have fun customizing them ;)