How To Set Up a Ruby on Rails GraphQL API
In this tutorial, you will build a GraphQL-powered Ruby on Rails API for taking notes. When you are finished, you will be able to create and view notes from the API using GraphQL.
In this tutorial, you will build a GraphQL-powered Ruby on Rails API for taking notes. When you are finished, you will be able to create and view notes from the API using GraphQL.
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.
Se você estiver desenvolvendo ativamente um aplicativo, usar o Docker pode simplificar seu fluxo de trabalho e o processo de implantação do seu aplicativo para produção. Trabalhar com contêineres no desenvolvimento oferece os seguintes benefícios: -…
Ruby on Rails is an application stack that provides developers with a framework to quickly create a variety of web applications. Although Rails can be installed on a virtual private server with a variety of packages, it can also be download manually, from source. This tutorial will go over the manual installation of Ruby and Rails.
azk is an orchestration tool that can be used to deploy applications locally and on a server. This tutorial shows how to use azk with a simple Rails application, Stringer. This article is from [azk](http://www.azk.io/).
This tutorial will guide you through spinning up a cloud servers with Ruby on Rails pre-installed using the the cloud provider Ruby on Rails 1-Click App. After creating your Droplet, you’ll learn about some use cases and common commands. Since this 1-Click Droplet is based on a standard Ubuntu 20.04 Droplet, you can read more of our Ruby tutorials after this guide.
Here’s how to install Diaspora on a CentOS6 x86 VPS.
This guide demonstrates how to set up zero downtime Rails deploys using Puma and Foreman.
Web applications are often architected with three distinct tiers: the presentation layer, which is what the user sees, the application layer, which provides the business logic of the application, and the data layer which stores the application’s data. In this tutorial, you will deploy a Rails app in a three-tier configuration by installing a unique set of software on three separate servers, configuring each server and their components to communicate and function securely and effectively.
When building modern, stateless applications, containerizing your application’s components is the first step in deploying and scaling on…