Hi, I'm trying to get RoR running on bluehost. I followed a tutorial to get started, and I thought it worked fine when the default page showed up, only to find that if I delete index.html from /public the directory listing is showing instead of the application.
I use mercurial to version control this onto the server (probably doesn't matter). When I run the local server the application shows up fine.
Is there something more I have to do to make it work, like change permissions on a directory or something like that?