<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/ruby-on-rails-8-0-released-simplified-deployment-and-enhanced-performance-dpgje1tcl" -->

---
title: Ruby on Rails 8.0 Released: Simplified Deployment and...
description: Ruby on Rails 8.0 introduces significant updates like Kamal 2 for improved deployments, a new SQLite-based adapter system, and Propshaft for asset handling....
canonical: https://daily.dev/posts/ruby-on-rails-8-0-released-simplified-deployment-and-enhanced-performance-dpgje1tcl
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Ruby on Rails 8.0 Released: Simplified Deployment and Enhanced Performance | daily.dev
og:description: Ruby on Rails 8.0 introduces significant updates like Kamal 2 for improved deployments, a new SQLite-based adapter system, and Propshaft for asset handling....
og:url: https://daily.dev/posts/ruby-on-rails-8-0-released-simplified-deployment-and-enhanced-performance-dpgje1tcl
og:image: https://api.daily.dev/og/posts/DpgJE1TCL.png
og:image:alt: Ruby on Rails 8.0 Released: Simplified Deployment and Enhanced Performance
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Ruby on Rails 8.0 Released: Simplified Deployment and Enhanced Performance

**[Collections](https://daily.dev/sources/collections)** · 2 min read · 3 upvotes · 0 comments

## Summary

Ruby on Rails 8.0 introduces significant updates like Kamal 2 for improved deployments, a new SQLite-based adapter system, and Propshaft for asset handling. The release focuses on simplifying deployment, enhancing performance, and reducing dependencies. Authentication tools have been streamlined, and deprecated features removed, boosting security and efficiency. A minor version 8.0.1 also provides additional updates and integrity checks.

## Content

# What's New in Ruby on Rails 8.0

Ruby on Rails 8.0 has been released, bringing a multitude of enhancements aimed at simplifying deployment, improving performance, and reducing dependencies. This latest version focuses on giving developers more control over their infrastructure and reducing reliance on platform-as-a-service providers.

## Key Features and Updates

### Kamal 2 for Improved Deployments
One of the most notable features in Rails 8.0 is Kamal 2, which facilitates efficient deployment to both cloud VMs and on-premises servers. Kamal 2 streamlines the deployment process, making it easier for developers to get their applications up and running.

### SQLite-based Adapter System
Rails 8.0 introduces a new SQLite-based adapter system that reduces the need for Redis and other job-running frameworks. This change aims to simplify the application's infrastructure and enhance overall performance.

### Propshaft for Asset Handling
The new asset pipeline in Rails 8.0 is called Propshaft, replacing the older Sprockets system. Propshaft prioritizes simplicity and efficiency, making asset handling more straightforward for developers.

### Authentication Tools and Generators
Authentication tools have been consolidated into a generator in Rails 8.0, streamlining the process of setting up and managing authentication in your applications. This update enhances security and ensures a more consistent implementation across projects.

### Removal of Deprecated Features
To further improve security and performance, Rails 8.0 removes several deprecated features. This cleanup reduces the potential for security vulnerabilities and streamlines the framework.

## Minor Version 8.0.1
Shortly after the release of Rails 8.0, version 8.0.1 was released. This minor update includes a summary of changes available on GitHub and provides SHA-256 checksums to verify the integrity of the gems. The Rails community's contributors made these updates possible, ensuring a robust and reliable framework.

## Conclusion
Ruby on Rails 8.0 marks a significant step forward for the framework, with a strong focus on reducing complexity and providing developers with greater control over their infrastructure. Whether you're deploying to the cloud or on-premises servers, the new features in Rails 8.0 offer powerful tools to simplify and improve your development workflow.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#performance](https://daily.dev/tags/performance), [#cicd](https://daily.dev/tags/cicd), [#ruby](https://daily.dev/tags/ruby), [#rails](https://daily.dev/tags/rails)

[View this post on daily.dev](https://daily.dev/posts/ruby-on-rails-8-0-released-simplified-deployment-and-enhanced-performance-dpgje1tcl)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Ruby on Rails 8.0 Released: Simplified Deployment and Enhanced Performance","url":"https://daily.dev/posts/ruby-on-rails-8-0-released-simplified-deployment-and-enhanced-performance-dpgje1tcl","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/ruby-on-rails-8-0-released-simplified-deployment-and-enhanced-performance-dpgje1tcl"},"datePublished":"2024-12-12T01:25:58.292Z","dateModified":"2024-12-13T21:05:25.737Z","description":"Ruby on Rails 8.0 introduces significant updates like Kamal 2 for improved deployments, a new SQLite-based adapter system, and Propshaft for asset handling....","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/8c2557768d135fcd469361eefd8783cd?_a=AQAEuj9","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/8c2557768d135fcd469361eefd8783cd?_a=AQAEuj9","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/ruby-on-rails-8-0-released-simplified-deployment-and-enhanced-performance-dpgje1tcl","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"webdev,performance,cicd,ruby,rails","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"Ruby on Rails 8.0 Released: Simplified Deployment and Enhanced Performance"}]}
```

