Ruby on Rails web apps using a deployment tool

Find Rails web apps deployed with tools like Capistrano and Kamal, enabling smooth deployment and scalability.

  • This list includes 18 deployment tools used by Rails web apps.
  • Click on a deployment tool to view a list of Rails web apps using it.
  • Know a Rails site using an unlisted deployment tool? Let us know!

Deployment tools

Kamal

Used by 9 Rails websites

A deployment tool that handles zero-downtime deployments, rolling restarts, and service management for containerized applications using Docker.

Kubernetes

Used by 6 Rails websites

A powerful open-source container orchestration platform for automating deployment, scaling, and management of containerized applications, providing high availability and fault tolerance.

Capistrano

Used by 5 Rails websites

A remote server automation and deployment tool, commonly used for deploying web applications, supporting tasks like file transfer, service restarts, and database migrations.

Heroku

Used by 4 Rails websites

A platform-as-a-service (PaaS) that simplifies app deployment, scaling, and management with an easy-to-use interface, enabling developers to focus on building applications.

Render

Used by 3 Rails websites

A platform-as-a-service (PaaS) that automates the deployment of web applications, APIs, and databases, offering continuous deployment, scaling, and monitoring features.

Other

Used by 3 Rails websites

A placeholder for any deployment or orchestration tool not listed, typically referring to custom or less common systems used for managing application deployment.

Hatchbox

Used by 2 Rails websites

A platform for managing and deploying Ruby on Rails applications, focusing on simplicity and automation with features like server provisioning, monitoring, and scaling.

Mina

Used by 1 Rails website

A fast deployment tool for Ruby applications that focuses on simplicity and speed, minimizing downtime during deployment with parallel task execution.

Ansible

Used by 1 Rails website

An open-source automation tool for configuring and managing servers, allowing for easy deployment, orchestration, and configuration management using simple YAML scripts.

Cloud66

Used by 1 Rails website

A cloud-native deployment platform that helps deploy, manage, and scale applications across various cloud providers with automated infrastructure management.

Git push deploy

Used by 1 Rails website

A deployment method where changes are automatically deployed to a production environment by pushing code to a Git repository, triggering a deployment process.

GitLab CI/CD

Used by 1 Rails website

A continuous integration and delivery platform built into GitLab, automating code testing, building, and deployment directly from Git repositories.

Docker Swarm

Not used by any Rails web apps yet

A container orchestration tool for managing Docker containers across multiple machines, enabling clustering and high availability for containerized applications.

Chef

Not used by any Rails web apps yet

A configuration management tool that automates infrastructure deployment, ensuring consistency across environments with scripts that describe system configuration.

Puppet

Not used by any Rails web apps yet

A configuration management tool that automates the provisioning, configuration, and management of servers, ensuring consistency and compliance across environments.

Engine Yard

Not used by any Rails web apps yet

A platform-as-a-service (PaaS) that simplifies deployment and management of cloud-based applications, offering scaling, monitoring, and automated infrastructure management.

Fly.io

Not used by any Rails web apps yet

A platform for deploying applications globally with automatic scaling, designed for low-latency and high-availability applications, running closer to users at edge locations.

Custom bash scripts

Not used by any Rails web apps yet

A method for automating deployment using custom-written bash scripts, providing full control over deployment workflows but requiring manual setup and maintenance.