mod_rails Hosting
An Introduction to mod_rails
mod_rails is an Apache plug-in that allows for easier deployment of Rails applications in a shared environment. It helps to solve the deployment issues surrounding Mongrel and FastCGI by allowing for the simple upload and starting of Rails applications, much in the same way you'd upload and run a PHP script.
mod_rails is published by the Phusion Team.
How to Deploy with mod_rails
Deploying with mod_rails is as simple as uploading your Rails application and changing the document root to point to your public folder. You can also use a symlink to link your public_html folder to the public folder of your Rails application. We have detailed documentation on our Deploying Your Rails App with mod_rails wiki article.
mod_rails Support at OCS Solutions
We currently support mod_rails on our Webmin servers. We hope to be able to offer it on cPanel soon.