Latest Ruby News

Stay updated with the Ruby community

Discover the latest articles, tutorials, and insights from the Ruby and Rails ecosystem.

1434 articles

https://rubystacknews.com/2026/05/14/ractors-real-parallelism-in-ruby-without-the-gvl/

2 months ago Read More

May 14, 2026 In-depth technical analysis · RubyStackNews · Concurrency & Performance For decades, the Global VM Lock (GVL) — also known as the GIL...

2 months ago Read More

In Rails, params is not one thing. It is a dynamic combination of route, query, and request body parameters, making it a flexible and powerful tool fo...

2 months ago Read More

https://rubystacknews.com/2026/05/13/ruby-numeric-deep-dive-useful-methods-you-probably-underuse-with-examples/

2 months ago Read More

May 13, 2026 Ruby Numeric Deep Dive: Useful Methods You Probably Underuse (With Examples) Ruby’s Numeric, Integer, Float, and Math modules expose a ri...

2 months ago Read More

#​800 — May 14, 2026 Read on the Web Ruby Weekly One Engine, Many Tools: Introducing Rubydex — Prism unified Ruby’s parsing layer, and now Vinicius St...

2 months ago Read More

If you are building a SaaS in 2026, the default advice is always the same: “Just plug in Stripe and…

2 months ago Read More

I see developers trying to build “AI Chatbots” that know about their specific company data. They want…

2 months ago Read More

Auto-discovers every scheduled job in your Rails app by reading your existing config files at deploy time. No wrapping individual jobs, no manual moni...

2 months ago Read More

https://rubystacknews.com/2026/05/12/mri-internals-how-ruby-arrays-became-a-vm-playground/

2 months ago Read More

May 12, 2026 If you still think Ruby’s Array is “just a C struct with some methods on top,” you’re about 5 years out of date. Modern MRI tells a very ...

2 months ago Read More

Very often I see developers integrating AI into their Rails apps for the first time, and they make a…

2 months ago Read More

https://github.com/sergey-homenko/llm_cost_tracker

2 months ago Read More

https://www.rubyforum.org/t/how-to-deploy-ruby-apps-to-the-miren-demo-cluster-for-free

2 months ago Read More

https://rubystacknews.com/2026/05/11/ruby-hash-isnt-always-a-hash-table-and-why-that-matters/

2 months ago Read More

May 11, 2026 Most Ruby developers think of a Hash as a classic hash table: keys, values, O(1) lookups. That’s only partially true. Built for Ruby on R...

2 months ago Read More

I see developers make a mistake that can ruin their entire month. They are building a new Rails…

2 months ago Read More

Here’s a simple Ubuntu setup for Rails app on Kamal. There is also a related talk from Wroclove.rb here.

2 months ago Read More

https://rubystacknews.com/2026/05/10/%f0%9f%9a%80-introducing-ruby-charts-native-charts-for-ruby/

2 months ago Read More

May 10, 2026 Last Friday I released ruby-charts, a gem for generating charts directly in Ruby—no JavaScript, no external APIs. Built for Ruby on Rails...

2 months ago Read More

Automating My Life: How I Use n8n Instead of Custom Ruby Scripts Very often I find myself…

2 months ago Read More

Very often I see users struggling with the absolute worst part of the internet: Passwords. They…

2 months ago Read More

In this article, Rishi shares his experience migrating from Sprockets to JS Bundling (JavaScript Bundling for Rails)

2 months ago Read More

CMDx 2.0.1 lands a handful of focused improvements to the service-object runtime, mostly around fault handling, callback semantics, and observability.

2 months ago Read More

In the world of cryptocurrency, we often say that “code is law.” But when that law has a bug, or the…

2 months ago Read More

Rubyduino compiles Ruby sketches for Arduino boards and uploads the generated firmware.

2 months ago Read More

Relay is a self-hostable LLM web application that can be extended with your own tools and skills that live in your ${HOME} directory. It can be setup ...

2 months ago Read More

https://rubystacknews.com/2026/05/07/generating-charts-in-pure-ruby-without-javascript/

2 months ago Read More

May 7, 2026 Modern chart rendering usually assumes a browser, a JavaScript runtime, or a frontend stack. But many Ruby applications do not actually ne...

2 months ago Read More

Hotwire Native vs NativePHP: How Web Frameworks are Conquering Mobile and Desktop Very…

2 months ago Read More

I’ve decided to revive Ruby Inside from the dead and get blogging again! What better way to do start than with a dive into Matz’s new AOT Ruby compile...

2 months ago Read More

llm_cost_tracker is a Rails-engine cost ledger that hooks into Faraday and the official OpenAI, Anthropic, and Gemini SDKs to capture token usage and ...

2 months ago Read More

https://rubystacknews.com/2026/05/06/why-rubys-hash-pattern-parser-update-matters-for-your-code/

2 months ago Read More

May 6, 2026 Reference: Ruby Parser開発日誌 – Hash pattern対応 (Day 42) Built for Ruby on Rails Build Maps WithoutGoogle APIs Generate beautiful production-r...

2 months ago Read More

#​799 — May 7, 2026 Read on the Web Ruby Weekly Ruby Concurrency: What Actually Happens — A from-the-ground-up tour of processes, Ractors, threads, an...

2 months ago Read More

The Blueprint and the House: Ruby Classes and Objects Explained Very often I see new…

2 months ago Read More

Skips examples whose tracked inputs (Ruby files, declared globs, env vars, Rails view templates) haven’t changed since the previous run. The 1.x line ...

2 months ago Read More

mruby-llm is a LLM runtime for mruby. It supports chat, sessions with serialization, MCP, tools, streaming, and much more. And because it is mruby, yo...

2 months ago Read More

https://rubystacknews.com/2026/05/05/do-you-need-to-build-a-state-machine-at-least-once-in-your-career/

2 months ago Read More

May 5, 2026 Probably not. Built for Ruby on Rails Build Maps WithoutGoogle APIs Generate beautiful production-ready maps directly from your Rails back...

2 months ago Read More

If you’ve followed Hanami for a while, you’ll know we’re rather fond of flowers. Now our garden has grown: Hanami, Dry, and Rom are finally coming tog...

2 months ago Read More

If you are a solo developer or an indie hacker, you probably suffer from “Shiny Object Syndrome.” You…

2 months ago Read More

Glimmer DSL for Web (Matz Approved Fukuoka Award Winning Frontend Framework for Rails) had a new release in version 0.9.1 that includes a new sample c...

2 months ago Read More

CMDx 2.0 is a full runtime rewrite focused on speed, ergonomics, and observability for service-object-style business logic.

2 months ago Read More

After a decade of helping Rails developers ship to the App Store, the first customer app built with Ruby Native shipped today. The developer never ope...

2 months ago Read More

Ractor::Wrapper makes non-Ractor-shareable service objects (such as db connections) accessible from multiple Ractors. https://daniel-azuma.com/blog/20...

2 months ago Read More

telegem is a fast async first gem aiming to reduce stress and provide clean dsl for building telegram bits in ruby and today we are pleased to announc...

2 months ago Read More

https://paweldabrowski.com/farewell-to-rails-way/prologue

2 months ago Read More
Railsrome

© 2024 Your Company, Inc. All rights reserved.