Knowledgebase: Ruby on Rails
Get Ruby On Rails Up and Running
Posted by on 16 December 2013 01:15 PM
|
|
We use Ruby with Passenger while cPanel uses Ruby with Mongrel, so the cPanel Ruby app is not available. Below are the steps you need to take to get Ruby On Rails up and running. Note: you will need SSH access, which can be activated by submitting a support ticket and requesting SSH access. You will also need an SSH client (like PuTTY or XShell). To begin setting up Ruby On Rails:
Hopefully this will provide a small amount of help for you to get the application up and running! See below for some helpful tips from a user...
To get around this, add the following to your public/.htaccess:
RewriteRule ^/$ /my_default_controller [QSA]
| |
|