2010/9/15 Mohammed Rashad <mohammedrashadkm / gmail.com>: > As my subject line says the question is about ruby web framework > > Which is the best ruby web framework? The most popular is Rails certainly. But I use Sinatra (a light framework) for the project. > Is it good in performance and speed to use ruby without any framework > (running on Apache) ? > Do you mean running ruby with CGI? For performance CGI is not that good. Regards.