---
title: "The Ruby Dispatch"
description: "The home for Rails-oriented content ranging from Turbo to Action Cable and more."
---

# The Ruby Dispatch

35 pages, newest first. Each link is the page's Markdown twin; the page itself is the same URL without `.md`, ending in `/`.

- [Fly.io ❤️ Kamal](https://fly.io/ruby-dispatch/flyio-heart-kamal.md): Explorations of Kamal, from a Fly.io Perspective
- [Execute Third Party Code in a Rails App](https://fly.io/ruby-dispatch/execute-third-party-code-in-a-rails-app.md)
- [The Plan for Rails 8](https://fly.io/ruby-dispatch/the-plan-for-rails-8.md)
- [Rails on Docker without Docker](https://fly.io/ruby-dispatch/rails-on-docker-without-docker.md)
- [8 Turbo 8 "Gotchas"](https://fly.io/ruby-dispatch/8-turbo-8-gotchas.md)
- [Turbo 8 in 8 Minutes: Page Refreshes and Morphing in Rails](https://fly.io/ruby-dispatch/turbo-8-in-8-minutes.md)
- [SQLite Persistence Canary](https://fly.io/ruby-dispatch/sqlite-persistence-canary.md)
- [Audience of One](https://fly.io/ruby-dispatch/audience-of-one.md): Asynchronously stream output to a single user with Rails Action Cable
- [Accommodating Safari Users](https://fly.io/ruby-dispatch/accommodating-safari.md): Integrating esbuild with assets:precompile and import maps
- [Better Rails Forms with Superform](https://fly.io/ruby-dispatch/better-rails-forms-with-superform.md)
- [SQLite & Rails in Production](https://fly.io/ruby-dispatch/sqlite-and-rails-in-production.md)
- [Organic Test Driven Development](https://fly.io/ruby-dispatch/organic-test-driven-development.md)
- [Push to Subscribe](https://fly.io/ruby-dispatch/push-to-subscribe.md): Integrating Web Push with Rails
- [Pattern Matching on Ruby Objects](https://fly.io/ruby-dispatch/pattern-matching-on-ruby-objects.md): Learn how to implement pattern matching on Ruby objects.
- [Around the World With SQLite3 and Rsync](https://fly.io/ruby-dispatch/smooth-fly-dev.md): Run sqlite3 dbs in multiple regions with rsync
- [RubyKaigi 2023: Matsumoto](https://fly.io/ruby-dispatch/ruby-kaigi-2023.md): A summary of topics from this year's RubyKaigi conference in Matsumoto.
- [Welcome to Rails Cheat Sheet](https://fly.io/ruby-dispatch/welcome-to-rails-cheat-sheet.md): A helpful list of resources for people who are just getting started out with Rails.
- [Hacking Rails Implicit Rendering for View Components & Fun](https://fly.io/ruby-dispatch/hacking-rails-implicit-rendering-for-view-components.md): Build interesting Rails plugin renderers that tap into ActionController::ImplicitRender#method_for_action like implicit renders, bulk resources, and more.
- [Component driven development on Rails with Phlex](https://fly.io/ruby-dispatch/component-driven-development-on-rails-with-phlex.md): Build Rails applications entirely out of Phlex components so you don't have to use Erb layouts, templates, partials, and view helpers.
- [Humane Rails Forms](https://fly.io/ruby-dispatch/humane-rails-forms.md): Create forms that are easier for people to use
- [Introducing Live Elements](https://fly.io/ruby-dispatch/introducing-live-elements.md)
- [Pairing with GPT-4](https://fly.io/ruby-dispatch/pairing-with-gpt-4.md): GPT-4 won't build your application for you, but it can be a very helpful addition to your toolbox.
- [MRSK vs Fly.io](https://fly.io/ruby-dispatch/mrsk-vs-flyio.md): Comparison of MRSK and Fly.io
- [Little Gestures of Confidence Make Our Tools & Community Better](https://fly.io/ruby-dispatch/little-gestures-of-confidence.md): Ruby and Rails developers can do little things to make the ecosystem more welcoming to people who are just getting started.
- [CI/CD](https://fly.io/ruby-dispatch/ci-cd.md): Continuous Integration and Continuous Deployment of Rails applications
- [Health Checks](https://fly.io/ruby-dispatch/health-checks.md): Health Checks for Rails applications
- [Rails on Docker](https://fly.io/ruby-dispatch/rails-on-docker.md): Rails 7.1 will include a Dockerfile to help ease production deployments
- [Monkey Patch Responsibly](https://fly.io/ruby-dispatch/monkey-patch-responsibly.md): The home for Ruby-oriented content including Rails, Sinatra, Turbo, Rack, and more.
- [Single File Rails Apps](https://fly.io/ruby-dispatch/single-file-rails-app.md): Building a Rails application in one file might seem like a toy, but it does have practical uses.
- [Dockerfile-less-deploys](https://fly.io/ruby-dispatch/dockerfile-less-deploys.md): Bringing Convention over Configuration to fly.io
- [Rails Background Jobs with Fly Machines](https://fly.io/ruby-dispatch/rails-background-jobs-with-fly-machines.md): The home for Ruby-oriented content including Rails, Sinatra, Turbo, Rack, and more.
- [Using TurboStream with the Fetch API](https://fly.io/ruby-dispatch/turbostream-fetch.md): Achieving Single Page App level performance with Hotwire
- [Making Sense of Rails Assets](https://fly.io/ruby-dispatch/making-sense-of-rails-assets.md): Demystify the complexity of the Rails 7 asset pipeline and navigate its wide menu of options.
- [Semi-Static Websites](https://fly.io/ruby-dispatch/semi-static-websites.md): The choice between a static vs dyanmics site is a fallacy.
- [Run Ordinary Rails Apps Globally](https://fly.io/ruby-dispatch/run-ordinary-rails-apps-globally.md)
