how to implement get and post method in Ruby on Rails

hi everybody

I am trying to develop a simple Ruby on Rails application .

what I want to know , how I can implement get and post method in Ruby on Rails

thanks in Advance

hi everybody

I am trying to develop a simple Ruby on Rails application .

what I want to know , how I can implement get and post method in Ruby on

Rails

thanks in Advance

What are you trying to do specifically?

-Conrad

Have you had a look at the rails guides? Particularly Getting Started with Rails. You will see GETs and POSTs in there.

Colin