How to setup environment for Ruby on Rails application
Ruby on Rails is a free web application framework for the Ruby programming language. It is often referred to as ‘Rails‘ or ‘RoR‘. It is intended to be used with the Agile development methodology, which is often utilized by web developers for its suitability for short, client-driven projects.
Ruby on Rails features several tools intended to make commonplace development tasks easier and ‘out of the box’. Rails provides scaffolding which can automatically construct some of the models and views needed for a basic website. A simple ruby web server and Rake build system are also included. By including these common tools with the Rails system, a basic development environment is in effect provided with all versions of the software.
Rails is also noteworthy for its extensive use of the JavaScript libraries Prototype and Script.aculo.us for Ajax.
We support RoR with our Professional, Ultimate, Business and Reseller packages.
The following versions are actual on our servers: Ruby – 1.8.7, Rails – 2.3.18.
You can setup your environment for your Ruby on Rails application in cPanel in the following way:
1. Log into your cPanel, navigate to section Software/Services > Ruby on Rails.
2. Fill in corresponding fields:
– Insert your application name in App Name text box.
– Checkmark Load on Boot? option and fill in Application Path (filled in automatically by default).
– Set Environment to the preferable type.
and click on Create.
3. Create a rewrite rule for your application in order to access it in the future via web browser.
Click on Create Rewrite for newly created application in Create A Rewrite section.
4. Choose the domain and URL (1) to redirect rails application to and click on Save (2). 4. Choose the domain and URL (1) to redirect rails application to and click on Save (2).
5. In order to run the application, click on Run button in Actions section
6. Once the App Status is changed to Running, navigate to your apps URL in the browser. You will see Ruby on Rails welcome board.
This is it!
Environment for your Ruby on Rails application is set up. Feel free to deploy your application now.
Need any help? Contact us via HelpDesk





