Ruby on Rails

How To Use the Ruby on Rails 1-Click Install on the cloud provider — step-by-step Linux tutorial on Progressive Robot

How To Use the Ruby on Rails 1-Click Install on the cloud provider

This tutorial will guide you through spinning up a cloud servers with Ruby on Rails pre-installed using the the cloud provider Ruby on Rails 1-Click App. After creating your Droplet, you’ll learn about some use cases and common commands. Since this 1-Click Droplet is based on a standard Ubuntu 20.04 Droplet, you can read more of our Ruby tutorials after this guide.

Read more
An insight into the configuration of Capistrano #1 — step-by-step Programming tutorial on Progressive Robot

An insight into the configuration of Capistrano #1

This article begins to cover the details of setting up Capistrano. Capistrano is a framework for automating rails deploys and allowing you to execute multiple commands in parallel on remote servers. This tutorial covers the different sections of the capistrano configuration file.

Read more
How To Install Rails and nginx with Passenger on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Install Rails and nginx with Passenger on Ubuntu

This tutorial explains how to install Ruby, how to install any required dependancies, how to install Ruby Gems, how to install Rails, how to install Phusion Passenger, and how to use Passenger to install nginx. Passenger is an app server that allows you to deploy your rails application in production. This tutorial describes how to run Rails with nginx using passenger.

Read more
CHAT