What is Ruby on Rails?
Ruby on Rails is a web application framework for Ruby, a programming language.
Create a Ruby on Rails application
- Enter the application name in the App Name box.
- Select Load on Boot? to load the application whenever the server boots.
- Enter the application path in the Application Path box.
- Click the Environment menu and select the appropriate application environment.
- Click Create.
Manage applications using the Available Ruby on Rails Applications table
- To sort rows in the table, click a column header.
- To access an application’s Rails server, click URL to the right of the appropriate application name.
- To run or stop an application, click Run or Stop to the right of the appropriate application name.
- To load an application on boot, click the Load on Boot? box to the right of the appropriate application name.
- To toggle an application between a production or development environment, click the Production box to the right of the appropriate application name.
- To delete an application, click X to the right of the appropriate application name.
What is an application rewrite?
Because Ruby on Rails uses its own server, users visiting your website (and your Ruby on Rails application) will need to be redirected to the appropriate port. To do this, you can create a URL rewrite.
Remember: Ruby application port numbers increment automatically with every new application. This means that, if you are on a shared server, you will simply be assigned the next available port number.
Create an application rewrite
Click Rewrite to the right of the appropriate application name in the Create a Rewrite table. You will be directed to a new page.
To sort rows in the Create a Rewrite table, click a column header.
Manage current rewrites using the Current Rewrites table
- To sort rows in the table, click a column header.
- To change an application path, complete the URL using box to the right of the appropriate application name.
- To save an application rewrite, click Save.
- To delete an application rewrite, click Delete. You will be directed to a new page.