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

On Wed, Oct 14, 2009 at 3:44 AM, Yousef J. <
[email protected]> wrote:

What are you trying to do specifically?

-Conrad

2009/10/14 Yousef J. [email protected]:

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

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

Colin