GET and POST in Ruby on Rails (5)

May 24, 2007 11:42

Lets start with the basics..... What are GET and POST? GET and POST specify the two main ways by which the browser sends a form's data to the server for processing. The Get method contacts the s...