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...

Select helper methods in Ruby on Rails (41)

May 01, 2007 14:41

It can get quite confusing when it comes to using the different select helpers, select, select_tag and collection_select and in my opinion there is a lack of adequate documentation. For my own use ...