Ruby on Rails

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 Deploy Rails Apps Using Passenger With Nginx on CentOS 6.5 — step-by-step Linux tutorial on Progressive Robot

How To Deploy Rails Apps Using Passenger With Nginx on CentOS 6.5

In this the cloud provider article, we are going to show you — from start to finish — how to have a rock solid Rails application deployment (i.e. published online) using the latest available CentOS operating system renowned for its stability. This will be alongside Phusion Passenger application server, known for its simplicity and excellent features, coupled with Nginx HTTP server running in front to handle and manage connections.

Read more
How To Install Ruby on Rails with rbenv on Debian 7 (Wheezy) — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails with rbenv on Debian 7 (Wheezy)

Ruby on Rails is an open source web framework based on Ruby. It has been a popular choice among startups since it’s easier to build and ship the application. To start using Ruby on Rails, you need to have Ruby installed. However, due to the way Debian packaging system works, you’ll mostly end up with an old version of Ruby. So, this guide will show you a safe way for you to use the latest version of Ruby and Ruby on Rails on Debian 7.

Read more
How To Use PostgreSQL with Your Ruby on Rails Application on macOS — step-by-step Databases tutorial on Progressive Robot

How To Use PostgreSQL with Your Ruby on Rails Application on macOS

When using the Ruby on Rails web framework, the PostgreSQL database could be a robust and flexible choice for your application. In this tutorial, you will set up a Ruby on Rails development environment connected to a PostgreSQL database on a local macOS machine. You will install and configure PostgreSQL, and then test your setup by creating a Rails application that uses PostgreSQL as its database server.

Read more
A Comparison of (Rack) Web Servers for Ruby Web Applications — step-by-step Programming tutorial on Progressive Robot

A Comparison of (Rack) Web Servers for Ruby Web Applications

In this the cloud provider article, we are going to compare various popular web servers that power Ruby based web applications. However before diving in, we will provide an introduction to the mechanics behind how the process mentioned above works as we get familiar with the Rack and middleware collection.

Read more
Ruby on Rails-Ruby

Ruby on Rails (Ruby): Unlocking the Magic of Web Development

Ruby on Rails, often simply referred to as Rails, is a powerful and popular web application framework written in the Ruby programming language. Known for its elegant syntax and developer-friendly conventions, Ruby on Rails has gained a strong following among web developers for its emphasis on simplicity, productivity, and maintainability. In this article, we will explore the fundamentals of Ruby on Rails, its history, key features, best practices, advanced techniques, and the supportive community that surrounds this versatile framework.

Read more
CHAT