Ruby on Rails

Добавление Sidekiq и Redis в приложение Ruby on Rails — step-by-step Databases tutorial on Progressive Robot

Добавление Sidekiq и Redis в приложение Ruby on Rails

При разработке приложения Ruby on Rails могут возникнуть такие задачи приложения, которые должны выполняться асинхронно. Обработка данных, массовая рассылка электронной почты, взаимодействие с внешними API и другие подобные задачи могут выполняться…

Read more
How To Deploy With Mina: Getting Started — step-by-step Linux tutorial on Progressive Robot

How To Deploy With Mina: Getting Started

In this the cloud provider article we are going to learn a different way to automate remote server tasks, covering a large area from managing processes to actually deploying applications, using Mina: a Bash script generator and remote execution tool built on RAKE.

Read more
How To Install Ruby on Rails with rbenv on macOS — step-by-step Programming tutorial on Progressive Robot

How To Install Ruby on Rails with rbenv on macOS

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. One way to install Ruby and Rails is with the command-line tool rbenv. Using rbenv will provide you with a well-controlled and robust environment for developing your Ruby on Rails applications, allowing you to easily switch the version of Ruby for your entire team when needed.

Read more
How To Scale Ruby on Rails Applications Across Multiple Droplets (Part 1) — step-by-step Linux tutorial on Progressive Robot

How To Scale Ruby on Rails Applications Across Multiple Droplets (Part 1)

In this the cloud provider article we are going to see how to simply scale Ruby on Rails applications horizontally, distributing its load across multiple machines running on Unicorn all carefully set up behind a master load balancer running Nginx HTTP server, tasked with welcoming and handling the incoming requests and balancing the load.

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

How To Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 18.04

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 server. 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
How To Install Ruby on Rails with rbenv on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails with rbenv on Ubuntu 14.04

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. This will provide you with a solid environment for…

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

How To Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 20.04

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 20.04 server. You will install and configure PostgreSQL, then test your setup by creating a Rails application that uses PostgreSQL as its database server.

Read more
CHAT