How To Migrate a Docker Compose Workflow for Rails Development to Kubernetes
When building modern, stateless applications, containerizing your application’s components is the first step in deploying and scaling on…
When building modern, stateless applications, containerizing your application’s components is the first step in deploying and scaling on…
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.
Lors du développement d’une application Ruby on Rails, il se peut que certaines tâches d’application doivent être exécutées de manière asynchrone. Le traitement des données, l’envoi d’e-mails par lots ou l’interaction avec des API externes sont…
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.
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.
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.
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.
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.