Ruby on Rails

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

How To Install Ruby on Rails with RVM on Ubuntu 20.04

A popular web application framework, Ruby on Rails (often referred to as Rails) was designed to help you develop successful projects while writing less code. RVM lets you manage and work with multiple Ruby development environments and allows you to switch between them.

Read more
How To Use MySQL with Your Ruby on Rails Application on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use MySQL with Your Ruby on Rails Application on Ubuntu 14.04

Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that a client/server SQL database, this tutorial will show you how to do just that, with MySQL, on Ubuntu 14.04.

Read more
How To Use PostgreSQL with Your Ruby on Rails Application on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Use PostgreSQL with Your Ruby on Rails Application on CentOS 7

Ruby on Rails uses sqlite3 as its default database, which works great in many cases, but may not be sufficient for your application. If your application requires the scalability, centralization, and control (or any other feature) that a client/server SQL database, this tutorial will show you how to do just that, with PostgreSQL, on CentOS 7.

Read more
CHAT