Ruby on Rails

How To Install Ruby on Rails on Arch Linux with RVM — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails on Arch Linux with RVM

This tutorial explains how to install RVM (Ruby Version Manager), and then how to install ruby, how to install ruby gems, and how to install rails on Arch Linux. RVM is a program that lets you use several versions of Ruby on Rails on one server and easily switch between them.

Read more
How To Install Ruby on Rails with rbenv on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails with rbenv on Ubuntu 18.04

Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. Using rbenv will provide you with a solid environment for developing your Ruby on Rails applications as it will let you easily switch Ruby versions, keeping your entire team on the same version. This tutorial will take you through the Ruby and Rails installation process via rbenv.

Read more
How To Create Nested Resources for a Ruby on Rails Application — step-by-step Programming tutorial on Progressive Robot

How To Create Nested Resources for a Ruby on Rails Application

Rails is a web application framework written in Ruby that offers developers an opinionated approach to application development. As you add complexity to your Rails applications, you will likely work with multiple models, which represent your application’s business logic and interface with your database. In this tutorial, you will build on an existing Rails application that offers users facts about sharks. This application already has a model for handling shark data, but you will add a nested res

Read more
How To Install Ruby on Rails on CentOS 6 with RVM — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails on CentOS 6 with RVM

This tutorial explains how to install RVM (Ruby Version Manager), and then how to install ruby, how to install ruby gems, and how to install rails on Centos 6. RVM is a program that lets you use several versions of Ruby on one server and easily switch between them.

Read more
How To Install Ruby on Rails with rbenv on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails with rbenv on Ubuntu 20.04

Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. Using rbenv will provide you with a solid environment for developing your Ruby on Rails applications as it will let you easily switch Ruby versions, keeping your entire team on the same version. In this tutorial, we will guide you through the Ruby and Rails installation processes with rbenv and gem.

Read more
Scaling Ruby on Rails: Setting Up A Dedicated MySQL Server (part 2) — step-by-step Databases tutorial on Progressive Robot

Scaling Ruby on Rails: Setting Up A Dedicated MySQL Server (part 2)

In this second part of our Scaling-Rails the cloud provider article series, we are going to see how to create a droplet to host the database layer, for application servers to connect-to and work-with. Our aim here is to minimize the chances of letting a Single Point of Failure (SPoF) emerge as a possible culprit of downtime (or loss), by distinctively delegating one single task per server.

Read more
CHAT