Well, In my first email I asked if anyone knew how to set up a rails site for site5. I had one reply that sent me to rubyhosting.org, where it states: tutorial coming. Does anyone actually know how to host a rails site? Thanks __________________________________________________________________ Switch to Netscape Internet Service. As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp
I do, I do!! Um, what are you wanting to do? Can you give some specifics. Michael
Dorian, I generally use SSH to connect to my account and then create whatever application I intend to setup directly on the server. My main objective is to get the default configuration of the app the way it needs to be on the server. I develop locally on WinXP, so the #! stuff is always a little different. When deploying then, I simply copy up the app directory and the subdirectories under public. Mainly, that covers anything that is application specific and avoids overwriting something environment specific. As far as all the Site5 specifics, I refer to the following HowTo: http://wiki.rubyonrails.org/rails/pages/HowToInstallOnSite5