From: Robert Klemme Date: 2013-07-05T22:08:59+09:00 Subject: Re: Ruby web service with REST support --001a11c2b80ec601e204e0c3654f Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jul 5, 2013 at 12:03 PM, Matthew Kerwin wrote: > I would suggest you install the Sinatra gem, and read the > documentation attached to it. http://www.sinatrarb.com/ Alternatively Webrick which is part of the standard library can be used to create HTTP services (including REST) more manually. Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ --001a11c2b80ec601e204e0c3654f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Fri, Jul 5, 2013 at 12:03 PM, Matthew Kerwin &= lt;matthew@kerwi= n.net.au> wrote:
I would suggest you install the Sinatra gem,= and read the
documentation attached to it. =A0http://www.sinatrarb.com/

Alternatively Webrick which is part of the standard library can be u= sed to create HTTP services (including REST) more manually.

Kind regards

robert


--
remember.g= uy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/ --001a11c2b80ec601e204e0c3654f--