How To Optimize Unicorn Workers in a Ruby on Rails App
In this article, we will explore a few ways to exploit Unicorn’s concurrency, while at the same time control the memory consumption.
In this article, we will explore a few ways to exploit Unicorn’s concurrency, while at the same time control the memory consumption.
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.
Ao desenvolver um aplicativo Ruby on Rails, você pode se deparar com tarefas de aplicativos que devem ser executadas de maneira assíncrona. O processamento de dados, envio de e-mails em lote, ou a interação com APIs externas são todos exemplos de…
In this the cloud provider article, we are going to take a look at assembling a multi-layer deployment installation to host Rails based Ruby web applications. For this arrangement, we will use the ever-so-powerful, flexible and extremely successful Unicorn application server running behind Nginx. Although we will be building this structure on a single server for demonstration purposes, you can easily use multiple droplets to spread things and scale out easily — both horizontally and vertically!
This tutorial will take you through the Ruby and Rails installation process via rbenv on Debian 8. One of the most popular application stacks for developers looking to create sites and web apps is Ruby on Rails. The command-line tool rbenv allows you to easily install Ruby and Rails. Using rbenv will provide you with a solid environment for developing your Ruby on Rails applications as it will let you move between Ruby versions as needed, keeping your entire team on the same version.
Diaspora is an open-source distributed social network.
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 offers, this tutorial will show you how to do just that, with PostgreSQL, on Ubuntu 14.04.
При разработке приложения Ruby on Rails могут возникнуть такие задачи приложения, которые должны выполняться асинхронно. Обработка данных, массовая рассылка электронной почты, взаимодействие с внешними API и другие подобные задачи могут выполняться…
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.
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.