Ruby on Rails Officially Supported by DreamHost

One of my concerns around developing sites in Ruby on Rails has been the lack of hosting companies that support the technology. Textdrive has been the official hosting company of Rails and a few others have been offering limite support.

Dreamhost has provided limited support by allowing Rails to run as a CGI process. The problem with Rails on a regular CGI process, is that it is very slow, due in large part to the fact that the CGI engine must be stopped and started for each request. The recommended solution is to run Rails on FastCGI. FastCGI is a method of making cgi scripts faster by allowing them to remain running between web requests.

Here are some specific links that explain Dreamhost and Ruby on Rails:

There is also a nice script which installs currrent versions of ruby and rails locally in your home directory

If you just want to poke around with Ruby on Rails, you can signup now and enter the promotion code dmm to recieve a $60 discount off your first year of hosting.

One Response to “Ruby on Rails Officially Supported by DreamHost”

  1. William said on February 25th, 2006 at 11:46 am

    Well – seems DreamHost is rockn’ up in the Rails market – essentially serving as the garden for sprouting unlimited apps. I’ve put together a DreamHost QuickStart guide to get Rails up and running there with FastCGI. Check out http://www.RailsHosting.org

    Cheers,

    ~William

Zen-To-Done