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/01/26/stabilizing-a-native-ruby-gis-engine-with-docker-rubocop-and-ci/

6 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...

6 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...

6 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...

6 months ago Read More

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

6 months ago Read More

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

6 months ago Read More

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

6 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...

6 months ago Read More

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

6 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...

6 months ago Read More

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

6 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...

6 months ago Read More

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

6 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...

6 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...

6 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...

6 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...

6 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...

6 months ago Read More

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

6 months ago Read More

👉 Running Notebooks the Ruby Way

6 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 ...

6 months ago Read More

https://github.com/kiebor81/mudis

6 months ago Read More

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

6 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...

6 months ago Read More

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

6 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...

6 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...

6 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...

6 months ago Read More

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

6 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...

6 months ago Read More

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

6 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...

6 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...

6 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...

6 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...

6 months ago Read More

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

6 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...

6 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...

6 months ago Read More

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

6 months ago Read More

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

6 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...

6 months ago Read More

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

6 months ago Read More

#​783 — January 15, 2026 Read on the Web Ruby Weekly TruffleRuby 33: The High Performance, GraalVM-Based Ruby Implementation — Healthy languages have ...

6 months ago Read More

I’ve released ffmpeg-core gem as a replacement of the abandoned streamio-ffmpeg.

6 months ago Read More

https://rubystacknews.com/2026/01/14/ruby-libgd-v0-2-2-text-layout-foundations-for-ruby-graphics/

6 months ago Read More

January 14, 2026 The biggest limitation of most Ruby image libraries is not pixels — it’s text. Fonts, labels, positioning, alignment, rotation, and l...

6 months ago Read More

When you’re using multiple LLM providers, tracking costs manually becomes impossible fast. We needed visibility into our AI spending and LLM performan...

6 months ago Read More

Did you know that Ruby doesn’t follow semantic versioning? I didn’t, until I wrote this Ruby 4.0 upgrade guide :) https://www.honeybadger.io/blog/ruby...

6 months ago Read More

Today it can render full river systems of entire regions — from Europe down to Entre Ríos, Argentina — directly from GeoJSON, using nothing but Ruby +...

6 months ago Read More
Railsrome

© 2024 Your Company, Inc. All rights reserved.