2008/3/25, Pradeep Belagapu <pradeep / invivosoft.com>: > I have an idea about developing web application using Ruby on Rails. > But I don't know how to develop a web application using only ruby > without rails. Is it possible? If possible how can I handle requests, > actions, responses etc., Please clear my doubt as early as possible. You can use CGI and there is a class with the same name that helps you process requests and create responses. Then there are various other mechanisms like FastCGI etc. Kind regards robert -- use.inject do |as, often| as.you_can - without end