Latest Ruby News

Stay updated with the Ruby community

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

1041 articles

Production debugging with AI agents has really improved my workflow lately. Here’s how to automate fixing Rails bugs on GitHub.com.

3 months ago Read More

https://rubystacknews.com/2026/01/27/ruby-rendering-seismic-observation-data/

3 months ago Read More

January 27, 2026 From Disaster Prevention to High-Performance Maps On December 26, 2025, I published an article titled “Ruby at the Front Line of Disa...

3 months ago Read More

The article explores what changes when you treat concurrency, background execution, and observability as framework responsibilities rather than integr...

3 months ago Read More

We’re excited to announce that the Ruby Users Forum is officially live.

3 months ago Read More

Context is everything when coding with AI.

3 months ago Read More

I built a tool called overitall ( oit). It's a terminal UI that combines process management with log viewing — think overmind plus a log viewer (like ...

3 months ago Read More

https://rubystacknews.com/2026/01/26/stabilizing-a-native-ruby-gis-engine-with-docker-rubocop-and-ci/

3 months ago Read More

January 26, 2026 For many years, Ruby developers working with maps and geospatial data have relied on external tools or loosely coupled pipelines. Ima...

3 months ago Read More

The one where Roadmap launched a Roadmap for learning Ruby, where Rails 8.1.2 is officially released, Devise reaches the 5.0 mark and where Intercom s...

3 months ago Read More

The one where Roadmap launched a Roadmap for learning Ruby, where Rails 8.1.2 is officially released, Devise reaches the 5.0 mark and where Intercom s...

3 months ago Read More

https://rubyelders.com/writings/2026-01-ruby-box-reload.html

3 months ago Read More

https://drexed.github.io/cmdx/blog/mastering-cmdx-fundamentals/

3 months ago Read More

https://rubystacknews.com/2026/01/23/libgd-gis-a-practical-gis-rendering-engine-for-ruby/

3 months ago Read More

January 23, 2026 Raster maps, GeoJSON overlays, and real-world cartography — without leaving Ruby. Over the last months, I’ve been working on libgd-gi...

3 months ago Read More

https://rubystacknews.com/2026/01/22/a-new-view-of-earth-powered-by-ruby/

3 months ago Read More

January 22, 2026 libgd-gis, satellite imagery, and a new way to think about maps Most mapping libraries start from the same place: roads, labels, vect...

3 months ago Read More

https://www.railscarma.com/blog/how-to-parse-json-in-ruby-a-comprehensive-guide/

3 months ago Read More

#​784 — January 22, 2026 Read on the Web Ruby Weekly RatatuiRuby: A Fresh Way to Build Terminal UIs in Ruby — Ratatui is a popular Rust library for bu...

3 months ago Read More

https://rubystacknews.com/2026/01/21/imprint-signed-expiring-image-rendering-with-dynamic-watermarks-in-ruby/

3 months ago Read More

January 21, 2026 Distributing images securely is a recurring challenge in modern web applications. Whether for previews, confidential documents, or pa...

3 months ago Read More

This curated list brings together top experts from both the Ruby and RoR communities, showcasing their significant contributions to the programming wo...

3 months ago Read More

Running a Rails app on Heroku but are looking to migrate elsewhere due to pricing? I tested some of the top cloud providers on performance and cost to...

3 months ago Read More

Exploring and observing the various elements that require at least a few seconds of attention and no less important in which order they should be upgr...

3 months ago Read More

While working on RubyLLM::Monitoring, we needed a way to instrument all RubyLLM operations. But we wanted to do it without changing RubyLLM. Read alon...

3 months ago Read More

https://drexed.github.io/cmdx/blog/getting-started-with-cmdx/

3 months ago Read More

👉 Running Notebooks the Ruby Way

3 months ago Read More

Senior Ruby Engineer · Open-Source Author (ruby-libgd, libgd-gis) · FinTech & GIS January 20, 2026 In modern development teams, Proofs of Concept ...

3 months ago Read More

https://github.com/kiebor81/mudis

3 months ago Read More

https://github.com/benngarcia/executorch-ruby

3 months ago Read More

For years, maps in Rails applications have lived almost entirely on the frontend:JavaScript libraries, external APIs, keys, variable costs, and a fair...

3 months ago Read More

https://rubystacknews.com/2026/01/19/now-ruby-gis-rendering-stabilizing-the-libgd-gis-rendering-api/

3 months ago Read More

January 19, 2026 This article documents the current state of libgd-gis following a significant internal update: the stabilization and freeze of its co...

3 months ago Read More

The one where Ruby 4.0.1 is released, TruffleRuby 33 is released, Programming Ruby 4 enters beta, Google Summer of Code invites for Ruby projecs and w...

3 months ago Read More

The one where Ruby 4.0.1 is released, TruffleRuby 33 is released, Programming Ruby 4 enters beta, Google Summer of Code invites for Ruby projecs and w...

3 months ago Read More

I’ve released ruby_llm-agents, a Rails engine for running LLM-powered AI agents in production.

3 months ago Read More

A walkthrough of building a tiny RSpec-style DSL (describe, it, expect, plus eq/contain matchers). Uses instance_eval to run blocks in the DSL context...

3 months ago Read More

https://rubystacknews.com/2026/01/16/libgd-gis-v0-2-7-pre-alpha-1/

3 months ago Read More

Understanding why Ruby/Rails logs are delayed in Docker containers but instant on localhost. Dive into TTY detection, libc buffering and Ruby IO buffe...

3 months ago Read More

January 16, 2026 Testing GIS animations in Ruby (exploratory work) Today, early in the morning, after releasing GIF and animation support in ruby-libg...

3 months ago Read More

Embers is a portmanteau of “embedded” and “ruby script”. It is an embeddable Ruby interpreter for C#. Not quite IronRuby, but an intentionally small R...

3 months ago Read More

Image transformations let you show images in the size or format you need. You can create a new version by calling variant on an attachment and passing...

3 months ago Read More

How to write a conditional statement in Ruby & what a Ruby if statement

3 months ago Read More

I’ve just released a new Ruby gem, inertia_i18n, for developers building Rails applications with Inertia.js. The gem focuses on improving and simplify...

3 months ago Read More

Image transformations let you show images in the size or format you need. You can create a new version by calling variant on an attachment and passing...

3 months ago Read More

Programming Ruby 4.0 is out and the new beta runs against Ruby 4.0 final.

3 months ago Read More

Full article and demo: https://rubystacknews.com/2026/01/15/ruby-now-has-an-animated-map-engine-alpha-preview/

3 months ago Read More

January 15, 2026 Building real-time, animated maps in pure Ruby — no JavaScript required. A new class of maps for Ruby Over the past weeks, we’ve been...

3 months ago Read More

Beginner’s Guide to Creating Database Models in Rails. Rails Generate Model

3 months ago Read More
Railsrome

© 2024 Your Company, Inc. All rights reserved.