Tag Archives: webrick

Rails web server

If Mongrel and lighttpd are not installed, by default Rails will use WEBrick, the webserver that ships with Ruby. All these will guarantee you to always get up and run promptly. Rails will check first if Mongrel exists when you run script/server, then check on lighttpd and would finally fall back to WEBrick which [...]

Posted in Basics, Programming | Also tagged , , | Comments closed