Skip to main content

Ruby & SandBox Apps

Manage SandBox Ruby Apps

This page will give an easy interface for managing your  ruby sandbox apps.  To access the apps go to the following page,

Ruby-> Ruby & SandBox Apps

This page provides the following tools :

  • Change the Ruby Version onof the app
  • Change Startup Script
  • Change Public Folder
  • Change Project Mode
  • Enable/Disable SandBox

Change the Ruby Version on the App

To change the ruby version of a SandBox app, click the ruby  icon on  for the respective app. Then select the ruby version. You can also choose to reinstall Sandbox.

If you change the ruby version, you may need to reinstall Sandbox to setupset up the gem modules.

Changing the Ruby version on a production app may  break the app, if the requirements doesn'tare meet.not met.

You need to make sure to install all required gems after changing the ruby version.

Change Startup Script

This option will help you to change the entry point script or startup script on your ruby project.  It is a ruby script  name.

Examples :Examples:  config.ru, app.ru ,ru,startup.ru

Change Public Folder

This folder contains the static files of your apps like CSS, JS ,JS, Images, etc. If your app configured the static files on a specific folder ,folder, you need to set this path, so that the web server directly serveserves thisthese files.  

Setting the wrong path for static files may break the websitewebsite's contents.

Change Project Mode

You can  switch your project into production or development mode. This mode will be enabled on your web-web server configuration.

Enable / Disable Sandbox

This option will help you to enable or disable the virtual ruby setup on your SandBox app. 

Disabling the sandbox may break your sandbox application , if  it havehas custom modules.

Re Re-Install Sandbox

This option will remove all installed  gem modules on your SandBox and reinstall the  app ruby virtual environment on your project.

Delete SandBox

This  option will uninstall the SandBox from your selected domain.