Ruby

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 Convert Data Types in Ruby — step-by-step Programming tutorial on Progressive Robot

How To Convert Data Types in Ruby

Ruby provides several methods for converting values from one data type to another. In this tutorial, you’ll convert strings to numbers, objects to strings, strings to arrays, and convert between strings and symbols.

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 Set Up User Authentication with Devise in a Rails 7 Application — step-by-step Programming tutorial on Progressive Robot

How To Set Up User Authentication with Devise in a Rails 7 Application

The Devise gem is an authentication solution for Rails applications. The Devise gem provides many useful features for implementing user authentication in your Rails applications, such as handling user sessions and adding support for OAuth using the OmniAuth gem. In this tutorial, you will create a minimal web application with Rails and install Devise, which will allow users to create accounts, sign in, and sign out from their accounts.

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
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
CHAT