From: Brian Candler Date: 2009-11-24T22:29:48+09:00 Subject: Re: Simple Ruby Project Rob wrote: > I'm planning to create a simple web page, with only an input box. The > input should be used > as a search term that will retrieve the results from google and > display them on my page. So you will need to run this under a web server, to allow your client to POST the input box contents to your application. It sounds like you're considering rhtml or cgi-bin. Those would work, but I think you should have a look at Sinatra too. It's very simple and neat. -- Posted via http://www.ruby-forum.com/.