Skip to main content

Ruby on Rails

How To Configure Devise and OmniAuth for Your Rails Application
Tutorials API Ruby on Rails Ubuntu
Introduction> Introduction # Most Ruby on Rails applications require user registration and authentication mechanisms. Developing these from scratch requires a lot of time and effort – thankfully, there’s Devise. Using the Devise gem, you can set up a full-fledged user authentication system within minutes.
Deploying a Rails App on Ubuntu 14.04 with Capistrano, Nginx, and Puma
Tutorials Nginx Ruby on Rails Ubuntu
Introduction> Introduction # Rails is an open source web application framework written in Ruby. It follows the Convention over Configuration philosophy by making assumptions that there is the ‘best’ way of doing things.
How To Install Ruby on Rails with RVM on Ubuntu 16.04
Tutorials Ruby Ruby on Rails Ubuntu Ubuntu 16.04
Introduction> Introduction # 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 simple.
How To Install Ruby on Rails on CentOS 6
Tutorials CentOS Ruby Ruby on Rails
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Use MySQL with Your Ruby on Rails Application on Ubuntu 14.04
Tutorials MySQL Ruby Ruby on Rails Ubuntu
Introduction> Introduction # 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, such as PostgreSQL or MySQL, you will need to perform a few additional steps to get it up and running.
How To Set Up Ruby on Rails with Postgres
Tutorials Development PostgreSQL Ruby Ruby on Rails
Status: Deprecated> Status: Deprecated # This article is deprecated and no longer maintained. Reason> Reason # We now provide up to date tutorials for using Rails with Postgres that are tailored to individual platforms.
How To Install Ruby on Rails with rbenv on Ubuntu 18.04
Tutorials Ruby Ruby on Rails Ubuntu 18.04
Introduction> Introduction # 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 simple.
How To Deploy a Rails App with Puma and Nginx on Ubuntu 14.04
Tutorials Deployment Nginx PostgreSQL Ruby Ruby on Rails Ubuntu
Introduction> Introduction # 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 the database, using Puma and Nginx on Ubuntu 14.
How To Install Ruby on Rails with rbenv on Ubuntu 14.04
Tutorials Ruby Ruby on Rails Ubuntu
Introduction> Introduction # 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.
How To Deploy a Rails App with Passenger and Nginx on Ubuntu 14.04
Tutorials Nginx Ruby on Rails Ubuntu
Introduction> Introduction # If you are a Ruby on Rails developer, you probably need a web server to host your web apps. This tutorial shows you how to use Phusion Passenger as your Rails-friendly web server.
How To Install Ruby on Rails on Ubuntu 14.04 using RVM
Tutorials Ruby on Rails Ubuntu
Introduction> Introduction # Ruby on Rails is one of the most popular application stacks for developers wishing to create sites and web apps. The Ruby programming language, coupled with the Rails development framework, makes app development simple.
How To Install Ruby on Rails on CentOS 6 with RVM
Tutorials CentOS Ruby Ruby on Rails
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Deploy Rails Apps Using Unicorn And Nginx on CentOS 6.5
Tutorials CentOS Ruby Ruby on Rails
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Install Ruby on Rails with rbenv on CentOS 7
Tutorials CentOS Ruby Ruby on Rails
Introduction> Introduction # 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 CentOS 7, using rbenv.
How To Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 14.04
Tutorials PostgreSQL Ruby Ruby on Rails Ubuntu
Introduction> Introduction # 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 is provided by a client/server SQL database, such as PostgreSQL or MySQL, you will need to perform a few additional steps to get it up and running.
How To Deploy a Rails App with Unicorn and Nginx on Ubuntu 14.04
Tutorials Deployment Nginx PostgreSQL Ruby on Rails Ubuntu
Introduction> Introduction # 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 the database, using Unicorn and Nginx on Ubuntu 14.
How To Deploy a Rails App with Passenger and Apache on Ubuntu 14.04
Tutorials Apache Ruby Ruby on Rails Ubuntu
Introduction> Introduction # In this tutorial, we will demonstrate how to install Phusion Passenger as your Rails-friendly web server, which is easy to install, configure, and maintain. We will integrate it into Apache on Ubuntu 14.
How To Optimize Unicorn Workers in a Ruby on Rails App
Tutorials Ruby on Rails Server Optimization
Introducing Unicorn> Introducing Unicorn # If you are a Rails developer, you’ve probably heard of Unicorn, a HTTP server that can handle multiple requests concurrently. Unicorn uses forked processes to achieve concurrency.
How To Install Rails and nginx with Passenger on Ubuntu
Tutorials Nginx Ruby on Rails Ubuntu
Introduction> Introduction # Ruby on Rails is an application stack that provides web developers with a framework to quickly create a variety of web applications, and nginx is a light, high performance web server software.
How To Install Ruby on Rails with rbenv on Ubuntu 16.04
Tutorials Ruby Ruby on Rails Ubuntu Ubuntu 16.04
Introduction> Introduction # 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 simple.