Publish Ruby Rails Site

Is there any special instruction on how to publish my site, developed
using radrails, to my hosting service?

I would like to see what needs to be done from start to finish.

TIA

-jp

The annointed method in Rails is to use Capistrano.

But it truely depends on your infrastructure. My company’s wasn’t
really compatible with it to start…so I wrote an ANT script to
package up the application so I could unzip it in the correct place on
the web server.

Your mileage may vary.

MudDawg

Capistrano is the way to go, but it can be a little complicated to
manage at first, but you should stick to it.

Many Rails oriented hosting companies have recipes to use Capistrano
with their setup, you should ask your hosting for such help.

This search could be a starting point:
http://www.google.com/search?q=capistrano+deployment&hl=en&lr=&client=firefox&rls=org.mozilla:en-US:unofficial&hs=xgM&start=10&sa=N


Aníbal