From f16f853f994ea08015fb31c23e289e8e0ef81648 Mon Sep 17 00:00:00 2001 From: Lucas Carlson Date: Mon, 17 Aug 2026 08:02:30 -0700 Subject: [PATCH] Say what the gem is rather than what it came from The tagline led with Cloudflare, which names the origin rather than what someone gets: Durable Objects they host themselves, distributed, with no daemon to run and no database to add. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f668e36..7cce53b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CI](https://github.com/cardmagic/solid_objects/actions/workflows/ci.yml/badge.svg)](https://github.com/cardmagic/solid_objects/actions/workflows/ci.yml) -**Cloudflare Durable Objects, ported to Rails.** +**Self-hosted, distributed Durable Objects in Rails without a daemon using your existing SQL database.** Solid Objects brings the Durable Objects programming model—addressable objects, durable state, serialized turns, alarms, and live clients—to ordinary Rails