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 -- Posted via http://www.ruby-forum.com/.
Conrad Taylor
2009-Oct-14 10:58 UTC
Re: how to implement get and post method in Ruby on Rails
On Wed, Oct 14, 2009 at 3:44 AM, Yousef Jawwad < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > 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> -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
2009/10/14 Yousef Jawwad <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>:> > 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