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
--
Posted via http://www.ruby-forum.com/.
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
Have you had a look at the rails guides? Particularly Getting
Started with Rails. You will see GETs and POSTs in there.
Colin