Fork me on GitHub
Hoopla! - now with extra whiz-bang home

Okay, it should be made clear that Rails couldn’t run on Dreamhost until I set the permissions on dispatch.fcgi (in the ‘public’ directory) to 755. Here’s the content of my dispatch.fcgi file:

#!/usr/bin/env ruby require File.dirname(__FILE__) + "/../config/environment" require 'fcgi_handler' RailsFCGIHandler.process! nil, 10
blog comments powered by Disqus