-
Tutorial
In this tutorial, you will create a Ruby on Rails application that stores your favorite recipes in a PostgreSQL database then displays them with a React frontend. When you are finished, you will be able to create, vie...
•
By
Chuks Opia
Ruby
Ruby on Rails
React
Development
Applications
PostgreSQL
Programming Project
-
Tutorial
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 ...
•
By
Brian Hogan, Lisa Tagliaferri
Ruby
Ruby on Rails
Ubuntu 18.04
-
Tutorial
This tutorial helps with setting up Ruby on Rails with Postgres.
•
By
Alex Ghiculescu
Ruby on Rails
PostgreSQL
Ruby
-
Tutorial
In this tutorial we'll install Ruby and Nginx on a DigitalOcean Ubuntu Droplet and configure Puma and Capistrano in our web app. Nginx will be used to capture client requests and pass them over to the Puma web server ...
•
By
Sheharyar Naseer
Ruby on Rails
Nginx
Ubuntu
-
If you are actively developing an application, using Docker can simplify your workflow and the process of deploying your application to production. This tutorial will show you how to set up a development environment f...
•
By
Kathleen Juell
Ruby on Rails
Docker
Redis
PostgreSQL
-
Tutorial
When you are ready to deploy your Ruby on Rails application, there are many valid setups to consider. This tutorial will help you deploy the production environment of your Ruby on Rails application, with PostgreSQL as...
•
By
Mitchell Anicas
Ruby on Rails
Deployment
PostgreSQL
Nginx
Ubuntu
-
Tutorial
Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. You can easily install Ruby and Rails with the command-line tool rbenv. Using rbenv will provide you wit...
•
By
Lisa Tagliaferri
Ruby on Rails
Ruby
Ubuntu
Ubuntu 16.04
-
Tutorial
When you are ready to deploy your Ruby on Rails application, there are many valid setups to consider. This tutorial will help you deploy the production environment of your Ruby on Rails application, with PostgreSQL as...
•
By
Mitchell Anicas
Deployment
Ruby on Rails
Nginx
PostgreSQL
Ruby
Ubuntu
-
Tutorial
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 ot...
•
By
Mitchell Anicas
Ruby on Rails
PostgreSQL
Ruby
Ubuntu
-
Tutorial
Ruby on Rails is an extremely popular open-source web framework that provides a great way to write web applications with Ruby. This tutorial will show you how to install Ruby on Rails on Ubuntu 14.04, using rbenv. Thi...
•
By
Mitchell Anicas
Ruby on Rails
Ruby
Ubuntu
-
Rails is a web application framework written in Ruby. It takes an opinionated approach to application development, assuming that set conventions will best serve developers in cases where there is a common end goal.
In...
•
By
Kathleen Juell
Ruby
Ruby on Rails
Development
-
Tutorial
In this tutorial, you will use rbenv to install and set up Ruby on Rails on your local macOS machine. Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. On...
•
By
Timothy Nolan
Ruby
Ruby on Rails
Development
-
Tutorial
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 ot...
•
By
Mitchell Anicas
MySQL
Ruby on Rails
Ruby
Ubuntu
-
Tutorial
Ruby on Rails is one of the most popular application stacks available in order to get your app or website up and running quickly. In this guide, we'll discuss how to install Ruby on Rails on an Ubuntu 14.04 VPS insta...
•
By
Justin Ellingwood
Ruby on Rails
Ubuntu
-
If you are developing a Ruby on Rails application, you may be interested in adding styles to your project to facilitate user engagement. Bootstrap is an HTML, CSS, and JavaScript framework designed to simplify the pro...
•
By
Kathleen Juell
Ruby on Rails
Applications
-
Tutorial
Ruby on Rails is one of the most popular application stacks for developers looking to create sites and web apps. The Ruby programming language, combined with the Rails development framework, makes app development simp...
•
By
Lisa Tagliaferri
Ruby
Ruby on Rails
Ubuntu
Ubuntu 16.04
-
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 mode...
•
By
Kathleen Juell
Ruby
Ruby on Rails
Development
-
Tutorial
This tutorial will take you through the Ruby and Rails installation process and set up via RVM. The command-line tool RVM will let you manage and work with multiple Ruby environments and allow you to switch between th...
•
By
Lisa Tagliaferri
Ruby
Ruby on Rails
Ubuntu 18.04
-
Tutorial
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. Passen...
•
By
Etel Sverdlov
Nginx
Ruby on Rails
Ubuntu
-
Tutorial
A PostgreSQL database is a robust and flexible choice for your Ruby on Rails application. In this tutorial, you will set up a Ruby on Rails development environment connected to a PostgreSQL database on an Ubuntu 18.04...
•
By
Mitchell Anicas, Timothy Nolan
Ruby on Rails
PostgreSQL
Databases
Applications
Ruby
Ubuntu 18.04
Ubuntu
Open Source