πRuby
Learn how to host your bot, website, api with Ruby on DisCloud!
Last updated
Learn how to host your bot, website, api with Ruby on DisCloud!
Last updated
You should not send all your application files to .zip
, there are some exceptions, they are:
Have trouble finding your main file? Click here
Doubts about creating your
Gemfile
file? Click here
Select only the necessary files as mentioned above and create your .zip
For more details on how to Compress your Files according to your Operating System, you can see below:
This feature needs some basic requirements to be able to be used, please check the requirements here before continuing
Ruby On Rails
Rails
is a development tool that gives web developers a framework that can be used in building websites or APIs.
Rails
See the official documentation below.
Rails
You need to add your subdomain (or domain) in Rails
allowed hosts.
Edit the
config/application.rb
fileModify line 19, with your subdomain or domain
Rails