Hosam Kamel
2008-May-28 21:27 UTC
best practices in exposing application API for integration
Hello all, i''m new to Ruby , i'' asking about the best way of exposing the application functionalities as API to be used as integration point using normal HTTP GET,POST thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Cayce Balara
2008-May-29 16:58 UTC
Re: best practices in exposing application API for integrati
Hosam Kamel wrote:> Hello all, > > i''m new to Ruby , i'' asking about the best way of exposing the > application functionalities as API to be used as integration point > using normal HTTP GET,POST > > > thanks in advance.Recommend you read any one (or multiple) of many books out there on how to get up and running with Ruby on Rails, specifically the topics of RESTful architecture in Rails and responding to different request formats. Peepcode.com has a nice screencast on RESTful Rails also. -- 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 -~----------~----~----~----~------~----~------~--~---