Ruby stream

Ruby Posts

A readable stream of Ruby and Rails posts. Open one post to focus on the original content.

This week
@jchibbard
@jchibbard Feb 26, 2026 Tutorial

🤖 A Rails 8 project showing how AI agents can orchestrate real tasks like email, scheduling, and domain checks using RubyLLM tools, background jobs, and Hotwire streaming. #Rails https://jessewaites.com/blog/post/ai-agent-orchestration-on-rails/

Likes: 84 Reposts: 10 Views: 3,034 Images: 1
Score 5
@codemancershq
@codemancershq Feb 26, 2026 Tutorial

Ruby 4.0 introduces ZJIT If you run Ruby in prod, read this. Our Senior System Analyst, Sujay, breaks down the entire evolution in a way that makes VM internals actually understandable. https://www.codemancers.com/blog/rubys-jit-journey?utm_source=social+media&utm_medium=x&utm_campaign=blog_12_02_2026&utm_content=single+image+post #Ruby #RubyOnRails #WebDevelopment #Backend #Performance

Likes: 2 Reposts: 1 Views: 23 Images: 1
Score 7
@strzibnyj
@strzibnyj Feb 26, 2026 Opinion editorial

The Rails framework inspired many, it's the OG of the modern web development

Likes: 52 Reposts: 4 Views: 2,172
Score 5
@mdiebolt
@mdiebolt Feb 25, 2026 Performance

See how Fizzy uses some of the Rails internals to reduce n+1 queries without extra gem dependencies. #RubyOnRails

Likes: 49 Reposts: 0 Views: 2,143 Videos: 1
Score 6
@dhh
@dhh Feb 25, 2026 Tip trick

You don't really need MCP for this. Linux is already a bundle of CLIs, which are typically more efficient anyway. It's amazing how good it is at Linux system administration!

Likes: 18 Reposts: 0 Views: 1,392
Score 6
@dingsdax
@dingsdax Feb 25, 2026 Gem release

🚀 We released sentry-ruby 6.4.0! This release brings first-class OTLP ingestion support, improved Sidekiq handling, Rack queue time capture, and several bug fixes. 🎉 https://github.com/getsentry/sentry-ruby/releases/tag/6.4.0

Likes: 2 Reposts: 1 Views: 610
Score 6
@dhh
@dhh Feb 25, 2026 Tool announcement

We have a basic skill in place, but we should make it even better: https://github.com/basecamp/omarchy/blob/dev/default/omarchy-skill/SKILL.md

Likes: 29 Reposts: 0 Views: 2,978
Score 4
@dhh
@dhh Feb 25, 2026 Performance

The early AI made Omarchy possible simply by teaching me core Linux concepts at an accelerated pace and decoding error messages, but with today's agents I was able to process 100 PRs in an hour the other night. Completely crazy acceleration!

Likes: 107 Reposts: 0 Views: 7,460
Score 3
@dhh
@dhh Feb 25, 2026 Opinion editorial

Biggest and fastest change in the 40 years I've tried to make computers do my bidding. And surprisingly, the most fun too!

Likes: 1,639 Reposts: 29 Views: 119,483
Score 3
@dailytechonx
@dailytechonx Feb 25, 2026 Security advisory

Critical RCE vulnerability in Ruby background workers due to unsafe JSON deserialization. Developers urged to implement strict parsing and explicit job handling. https://thedailytechfeed.com/critical-rce-flaw-in-ruby-background-workers-via-unsafe-json-deserialization-detected/ #Security #Vulnerability #Development #JSON #Deserialization #Programming #Software #Coding #Tech #Alert #Bug #Patch #Risk #Exploit #Update #Safety #Protection #Code #Systems #Engineering

Likes: 0 Reposts: 0 Views: 12 Images: 1
Score 4
@rubylandnews
@rubylandnews Feb 25, 2026 Tool announcement

RubyMine : Intelligent Ruby and Rails IDE | The JetBrains Blog ➜ Building LLM-Friendly MCP Tools in RubyMine: Pagination, Filtering, and Error Design https://blog.jetbrains.com/ruby/2026/02/rubymine-mcp-and-the-rails-toolset/

Likes: 1 Reposts: 0 Views: 94
Score 7
@RubyOnRailsBa
@RubyOnRailsBa Feb 25, 2026 Release announcement

Ruby 4.0 changes - Ruby Changes (from 09/01/2026) #ruby #rubyonrails #programming #changes #Changes https://www.rubyonrails.ba/link/ruby-4-0-changes-ruby-changes

Likes: 0 Reposts: 0 Views: 10
Score 5
@paolino
@paolino Feb 25, 2026 Tool announcement

Rewrote the Agentic Workflows guide using RubyLLM’s new Agent DSL, and it’s oh-so-clean! 🤩 Sequential, Routing, Parallel, Fan-Out/Fan-In, Evaluator-Optimizer, and RAG workflows, all in plain Ruby. Ruby is the best language to build AI apps. https://rubyllm.com/agentic-workflows/

Likes: 95 Reposts: 13 Views: 6,091
Score 3
@jchibbard
@jchibbard Feb 25, 2026 Tutorial

📚 A concise overview of Ruby’s evolution since 2.0 (2013), covering major syntax additions, core library changes, concurrency features, and the shift toward typing and immutability. #Ruby https://rubyreferences.github.io/rubychanges/evolution.html

Likes: 2 Reposts: 0 Views: 81
Score 8
@a_matsuda
@a_matsuda Feb 25, 2026 Conference event

出雲Ruby会議01の招待講演「Ruby x Terminal」の発表スライドを公開しました! https://speakerdeck.com/a_matsuda/ruby-x-terminal #izumork01

Likes: 43 Reposts: 11 Views: 1,392
Score 5
@RubyOnRailsBa
@RubyOnRailsBa Feb 25, 2026 Deployment

Deploy static sites using nginx SSI with Kamal (from 02/11/2023) #ruby #rubyonrails #programming #Deploy #static #sites #using #nginx #Kamal #deploy https://www.rubyonrails.ba/link/deploy-static-sites-using-nginx-ssi-with-kamal

Likes: 2 Reposts: 1 Views: 13
Score 8
@strzibnyj
@strzibnyj Feb 25, 2026 Deployment

I only disagree on frameworks. Rails is a great help (I have built pure PHP spaghetti before so I know what you are talking about). And yes, deploy to a single server, Kamal makes this easy now.

Likes: 15 Reposts: 0 Views: 877
Score 5
@alxshp
@alxshp Feb 25, 2026 Tool announcement

Finally, i can see all my rails apps in one great dashboard Errors + Performance + Ai summaries. Thanks @activerabbitai 🐰

Likes: 13 Reposts: 0 Views: 471 Images: 1
Score 7
@AdamMusaAly
@AdamMusaAly Feb 24, 2026 Tool announcement

Hey there!! After some serious grinding, I finally have something TESTABLE! RubyNative is coming alive now with an App Explorer AND a CLI to bootstrap your brand new Ruby Native app. Let’s goo. @rubyconf @rails @joemasilotti @rubylangorg https://github.com/AdamMusa/RubyNative

Likes: 0 Reposts: 0 Views: 90
Score 8
@RubyOnRemote
@RubyOnRemote Feb 24, 2026 Hiring job

GOAT Group (@goatapp) is hiring Senior Software Engineer I. 🌎 Remote - US, Asia 💰 $125,200 - $184,000 USD yearly #ruby #rubyonrails #remotejobs https://rubyonremote.com/jobs/72078-senior-software-engineer-i-at-goat-group

Likes: 0 Reposts: 0 Views: 50
Score 7
@EvgeniyDemin
@EvgeniyDemin Feb 24, 2026 Release announcement

My contribution to the lovely Rails core has been accepted and even backported. So glad to pay back to the community I love. https://github.com/rails/rails/pull/56828

Likes: 0 Reposts: 0 Views: 9
Score 3
@palkan_tula
@palkan_tula Feb 24, 2026 Tool announcement

A new version of Ruby on Whales (Dockerized Dev) is out! tl;dr dip claude, charmed generated, LSP configuration, and more https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development

Likes: 31 Reposts: 2 Views: 1,314 Images: 1
Score 5
@evilmartians
@evilmartians Feb 24, 2026 Tool announcement

Ruby on Whales has received a huge upgrade for 2026, including Claude Code integration and more. Read this new but still exhaustive guide by @palkan_tula for developing Ruby and Rails applications with Docker. https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development

Likes: 34 Reposts: 2 Views: 1,066
Score 5
@HCN_Ruby
@HCN_Ruby Feb 24, 2026 Opinion editorial

300 Days of RuboCop : Une histoire de pull request et de philosophie zen https://lovro-bikic.github.io/300-days-of-rubocop/?utm_source=dlvr.it&utm_medium=twitter

Likes: 0 Reposts: 0 Views: 16
Score 10
@RubyOnRailsBa
@RubyOnRailsBa Feb 24, 2026 Gem release

DmitryTsepelev/rubocop-graphql: Rubocop extension for enforcing graphql-ruby best practices (from 20/02/2026) #ruby #rubyonrails #programming #DmitryTsepelev/rubocop-graphql: #Rubocop #extension #enforcing #graphql-ruby #practices https://www.rubyonrails.ba/link/dmitrytsepelev-rubocop-graphql-rubocop-extension-for-enforcing-graphql-ruby-best-practices

Likes: 1 Reposts: 0 Views: 17
Score 9
@MivoCloud
@MivoCloud Feb 24, 2026 Tutorial

Build faster and smarter with Ruby on Rails! 💎✨ Master the installation of this powerful full-stack framework. Experience the magic of DRY, CoC, and Active Record on our high-speed global servers. 🚀🌐 Step-by-step installation guide is live: 👇 https://www.youtube.com/watch?v=bW7ZXBJ2OEU #RubyOnRails #WebDev #RoR #MivoCloud #USA #Canada #Europe #Romania #Moldova #UK #Germany #Coding #FullStack

Likes: 11 Reposts: 3 Views: 37
Score 8
@RubyOnRailsBa
@RubyOnRailsBa Feb 23, 2026 Gem release

Ruby bindings for simdjson (from 20/08/2020) #ruby #rubyonrails #programming #bindings #simdjson https://www.rubyonrails.ba/link/ruby-bindings-for-simdjson

Likes: 0 Reposts: 0 Views: 8
Score 9
@rubylandnews
@rubylandnews Feb 23, 2026 Deployment

Evil Martians ➜ Ruby on Whales: Dockerizing Ruby and Rails development https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development

Likes: 0 Reposts: 0 Views: 81
Score 9
@Graphicfort
@Graphicfort Feb 23, 2026 Tool announcement

Greeva - Ruby On Rails Admin & Dashboard Template https://graphicfort.com/themeforest/item/greeva-ruby-on-rails-admin-dashboard-template/61940721

Likes: 0 Reposts: 0 Views: 8
Score 10
@RubyOnRailsBa
@RubyOnRailsBa Feb 23, 2026 Tool announcement

https://evilmartians.com/chronicles/tutorialkit-rb-the-ruby-wasm-journey-goes-onward (from 13/02/2026) #ruby #rubyonrails #programming #evilmartians.com/chronicles/tutorialkit-rb-the-ruby-wasm-journey-goes-onward https://www.rubyonrails.ba/link/evilmartians-com-chronicles-tutorialkit-rb-the-ruby-wasm-journey-goes-onward-1

Likes: 0 Reposts: 0 Views: 13
Score 9
@RubyOnRailsBa
@RubyOnRailsBa Feb 23, 2026 Architecture

37signals Dev — Rails Multi-Tenancy (from 20/02/2026) #ruby #rubyonrails #programming #37signals #Rails #Multi-Tenancy #dev https://www.rubyonrails.ba/link/37signals-dev-rails-multi-tenancy

Likes: 1 Reposts: 1 Views: 9
Score 9
@gkunwar1
@gkunwar1 Feb 23, 2026 Conference event

Introducing third speaker for upcoming Ruby on Rails Kathmandu Meetup Speaker: Madhav Poudel Topic: Understanding the Rails Boot Process Date: Friday, 27th Feb at 4:30 PM Venue: Siddhartha Cottage, Dhobighat

Likes: 3 Reposts: 3 Views: 282 Images: 1
Score 8
@dhh
@dhh Feb 22, 2026 Opinion editorial

Agree there's breathless hype. But if you let that overshadow the incredible gains we've made, you lose. What's happened in the last 3-4 months has been unprecedented in my time using computers.

Likes: 20 Reposts: 0 Views: 684
Score 5
@odincode
@odincode Feb 22, 2026 Tip trick

Rolling out auth with Rails 8 is soo easy.

Likes: 1 Reposts: 0 Views: 20 Videos: 1
Score 6
@dhh
@dhh Feb 22, 2026 Opinion editorial

Neovim is so good now that I gave up a near two-decade love of TextMate with gusto! (After a few days of swearing). Amazing work.

Likes: 274 Reposts: 0 Views: 23,506
Score 4
@dhh
@dhh Feb 22, 2026 Performance

I just processed ~100 PRs for Omarchy in a few hours last night. Unbelievable acceleration. I watch it compress an hour's worth of work into a minute or two. If you can't get excited for that kind of acceleration, I don't know what miracle would impress you.

Likes: 8 Reposts: 0 Views: 267
Score 5
@dhh
@dhh Feb 22, 2026 Opinion editorial

Why stop at Go? If this is the new compiler, we might as well aim for assembler code! But until we get there, Ruby and Rails are amazingly context and token dense in their expression. Both for the AI and the human.

Likes: 7 Reposts: 0 Views: 516
Score 4
@notrab
@notrab Feb 22, 2026 Deployment

So if you have a small @rails app or API and want something simpler than managing cloud VMs, it is worth looking at. Build. Push. Deploy. That is basically it. https://docs.bunny.net/magic-containers/guides/ruby-on-rails

Likes: 0 Reposts: 0 Views: 79
Score 6
@RubyOnRailsBa
@RubyOnRailsBa Feb 22, 2026 Gem release

skryl/mlx-ruby: Ruby Bindings for the MLX Framework (from 20/02/2026) #ruby #rubyonrails #programming #skryl/mlx-ruby: #Bindings #Framework #framework https://www.rubyonrails.ba/link/skryl-mlx-ruby-ruby-bindings-for-the-mlx-framework

Likes: 2 Reposts: 1 Views: 14
Score 6
@RubyOnRailsBa
@RubyOnRailsBa Feb 22, 2026 Tip trick

Nine tips for Rails migration mastery (from 25/10/2018) #ruby #rubyonrails #programming #Rails #migration #mastery https://www.rubyonrails.ba/link/nine-tips-for-rails-migration-mastery

Likes: 1 Reposts: 0 Views: 13
Score 7
@strzibnyj
@strzibnyj Feb 22, 2026 Tool announcement

Solid Queue TUI -- monitor your Rails queues from the terminal https://github.com/Shivareddy-Aluri/solid-queue-tui

Likes: 98 Reposts: 5 Views: 3,427 Images: 1
Score 5
@RubyOnRailsBa
@RubyOnRailsBa Feb 21, 2026 Gem release

HexaPDF - HexaPDF 0.15.0 (from 15/04/2021) #ruby #rubyonrails #programming #HexaPDF #0.15.0 https://www.rubyonrails.ba/link/hexapdf-hexapdf-0-15-0

Likes: 1 Reposts: 0 Views: 8
Score 10
@syedaslam
@syedaslam Feb 21, 2026 Performance

Memoizing with ||= in Ruby looks clean and idiomatic, until your domain evolves and "false" becomes a legitimate cached value. Here's why ||= doesn't mean "if unset" (it means "if falsey"), and how that subtle distinction silently kills performance. https://syedaslam.com/posts/when-or-equals-betrays-your-memoization/

Likes: 0 Reposts: 0 Views: 13
Score 9
@RubyOnRailsBa
@RubyOnRailsBa Feb 21, 2026 Debugging

More ActiveRecord connection pool debugging (from 22/08/2019) #ruby #rubyonrails #programming #ActiveRecord #connection #debugging #activerecord https://www.rubyonrails.ba/link/more-activerecord-connection-pool-debugging

Likes: 2 Reposts: 1 Views: 23
Score 9
@vipulnsward
@vipulnsward Feb 20, 2026 Release announcement

This week in @rails is out! New date helper methods and much more! https://rubyonrails.org/2026/2/20/this-week-in-rails

Likes: 2 Reposts: 1 Views: 166
Score 7
@paolino
@paolino Feb 20, 2026 Conference event

Ruby is the best language for building AI apps. Yes, really. The AI training ecosystem is irrelevant. What's left is product engineering, and nobody does that better than Ruby developers. Includes my keynote at RubyConf Thailand 2026. https://paolino.me/ruby-is-the-best-language-for-ai-apps/

Likes: 34 Reposts: 8 Views: 1,092
Score 4
@strzibnyj
@strzibnyj Feb 20, 2026 Release announcement

New time helpers arrived to Rails⌛️

Likes: 72 Reposts: 9 Views: 2,289 Images: 1
Score 3
@rubylandnews
@rubylandnews Feb 20, 2026 General

Ruby on Rails: Compress the complexity of modern web apps ➜ New date time helpers, improved hash methods and more! https://rubyonrails.org/2026/2/20/this-week-in-rails

Likes: 0 Reposts: 0 Views: 73
Score 9
@Envek
@Envek Feb 20, 2026 Gem release

Last year I wrote a blog post on generating OpenAPI schema components in Rails apps from serializers using my colleague @skryukov_dev's gem typelizer (https://evilmartians.com/chronicles/let-there-be-docs-generating-openapi-schema-across-rails-stack Yesterday he released version v0.8 of the gem with built-in schema generation (making my post obsolete)

Likes: 5 Reposts: 3 Views: 366
Score 8
@strzibnyj
@strzibnyj Feb 20, 2026 Tool announcement

I am reducing the price of Kamal DevOps. $109 / single license (from $169) 💸 No fake discounts or dark patterns. Still with lifetime updates for now. I simply want it to be more affordable and see more people doing interesting Kamal things. ⛵️ https://kamalcourse.com

Likes: 18 Reposts: 2 Views: 737
Score 5