From: Shaun Lloyd Date: 2012-05-24T11:46:14+09:00 Subject: Re: Ruby through CGI and Rails On 24/05/12 02:16, Brian Candler wrote: > Shaun Lloyd wrote in post #1061834: >> I'm not trying to use rails i was trying to understand how to use ruby >> without it! > Ah, I see. Google "ruby microframework". Sinatra is probably the > front-runner; Camping is also worth a look, although its use of > metaprogramming may mess with your head :-) > I don't want any framework. Although i have been looking at rails and am extremely impressed. I just want to know the "fastest" way to execute ruby code in a web server and display output. Like a hacking challenge one could think of the problem. I think compilation will be the way to go.