Latest Ruby News

Stay updated with the Ruby community

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

1549 articles

Websockets are great, but they are not always the right approach. In this episode, we will look at implementing a long polling for new records. https:...

3 months ago Read More

Most Ruby developers know include. https://rubystacknews.com/2026/06/07/rubys-ancestor-chain-why-prepend-cuts-the-line/

3 months ago Read More

June 7, 2026 When Ruby receives a method call, it follows a well-defined search path to determine where that method is implemented. Most developers le...

3 months ago Read More

If you’ve ever wondered whether your Stripe webhook handler actually works end-to-end (not just with mocked payloads), this walks through using Stripe...

3 months ago Read More

The latest release 1.9.0 of HexaPDF supports HarfBuzz based text shaping. Now complex scripts are rendered correctly.

3 months ago Read More

Rails makes session[:user_id] = 42 feel like a hash write, but CookieStore serializes and encrypts session data into a browser cookie. This article tr...

3 months ago Read More

Rails GuardDog is a new open-source security scanner for Rails that goes beyond tools like Brakeman.

3 months ago Read More

RubyConf has joined RailsConf & RailsWorld as another exclusive discriminatory unexcellent conference. https://andymaleh.blogspot.com/2026/06/ruby...

3 months ago Read More

https://ezlogs.hashnode.dev/every-engineering-team-has-a-translator-i-wrote-the-thing-that-translates

3 months ago Read More

https://rubystacknews.com/2026/06/04/turning-a-generic-llm-into-a-ruby-expert-what-rag-fixed-and-what-it-didnt/

3 months ago Read More

June 4, 2026 A practical look at hallucinations, retrieval, and why having the right documentation is not the same as understanding it. Over the past ...

3 months ago Read More

https://railsdesigner.com/meet-mata/ and ⭐ https://github.com/Rails-Designer/mata Lightweight live reload for Rack apps (using SSE and idiomorph).

3 months ago Read More

💎 https://rubygems.org/gems/llm_cost_tracker 📝 https://github.com/sergey-homenko/llm_cost_tracker

3 months ago Read More

https://rubystacknews.com/2026/06/03/rubygems-4-0-13-and-bundler-4-0-13-released-with-new-supply-chain-security-protections/

3 months ago Read More

June 3, 2026 The RubyGems team has released RubyGems 4.0.13 and Bundler 4.0.13, bringing a combination of security improvements, bug fixes, and qualit...

3 months ago Read More

#​803 — June 4, 2026 Read on the Web Ruby Weekly Cool Down Before You Install: Give New Gems a Few Days to Be Vetted — A compromised account can ...

3 months ago Read More

My talk “Frontend Ruby on Rails with Glimmer DSL for Web” went well at RubyConf Austria 2026. Especially given that after the talk, Chad Fowler (the s...

3 months ago Read More

I recently realized that the way I learned Ruby on Rails ten years ago is now completely obsolete….

3 months ago Read More

https://www.rubyforum.org/t/get-sidekiq-and-faktory-support-in-the-ruby-users-forum

3 months ago Read More

Building complex objects in Ruby with composition and modules as roles, and knowing when each one beats inheritance for your design.

3 months ago Read More

Imagine this scenario: a developer added a pub/sub gem built on top of Sidekiq to handle background event broadcasting in your company’s Rails app. At...

3 months ago Read More

Spin up a real WEBrick server in your test suite with a clean DSL. Define routes, validate request contracts, simulate failure scenarios, and tear dow...

3 months ago Read More

https://rubystacknews.com/2026/06/02/turning-a-generic-llm-into-a-ruby-libgd-expert-one-correction-at-a-time/

3 months ago Read More

June 2, 2026 What a day of conversations taught me about context, memory, and the limits of local AI models. A few days ago, I started what seemed lik...

3 months ago Read More

The book is content complete and is going through the process of making sure all the code samples, code ordering, etc is correct…along with some more ...

3 months ago Read More

I remember when building a simple dropdown menu or a sticky header required a library like jQuery….

3 months ago Read More

https://paweldabrowski.com/farewell-to-rails-way/when-your-code-speaks-rails-instead-of-the-domain

3 months ago Read More

Ever since I talked about my journey as a stained-glass maker turned developer on the IndieRails podcast, I’ve had this wild idea living rent-free in ...

3 months ago Read More

https://rubystacknews.com/2026/06/01/the-original-sin-the-scorpion-and-local-ai/

3 months ago Read More

June 1, 2026 For the last few weeks, I have been experimenting with local AI models to help me develop and maintain Ruby projects. Built for Ruby on R...

3 months ago Read More

rails-css_unused is a static analysis gem that scans your stylesheets and all view files to report CSS classes that are defined but never used — no se...

3 months ago Read More

I recently took a long look at my Rails projects and realized I was carrying around a piece of…

3 months ago Read More

rails-tenantify adds row-level multi-tenancy to Rails 7+ apps — one database, one organization_id column, no external service. Every multi-tenant SaaS...

3 months ago Read More

Spent 30 days using Claude Code as my primary AI assistant on a real Rails monolith. Not a toy app, not a tutorial project.

3 months ago Read More

https://rubystacknews.com/2026/06/01/turning-years-of-ruby-knowledge-into-a-local-coding-assistant/

3 months ago Read More

June 1, 2026 Introduction Over the years, most Ruby developers accumulate a vast amount of knowledge. Not just source code, but articles, documentatio...

3 months ago Read More

I remember when I first started with Rails, I thought .count, .length, and .size were exactly the…

3 months ago Read More

rails-persona adds first-class behavioral tracking to any ActiveRecord model. Define trackable actions with a DSL, then query frequency, inactivity, l...

3 months ago Read More

https://tejasbubane.github.io/posts/rate-limit-rack-app-per-account/

3 months ago Read More

Rails does not render views by guessing filenames. It builds a template lookup query from the controller, action, format, variant, handler, and view p...

3 months ago Read More

I got tied of cussing the CLI task running that I’ve been using for a few years. It was good but it wasn’t Ruby. So I wrote my own. The power of The M...

3 months ago Read More

I love Rails, but I’ve always found ERB to be a bit messy. You spend your whole day jumping between…

3 months ago Read More

I like the simplicity of traditional Rails apps and the component-based approach of ViewComponent, but I always felt the ecosystem was missing somethi...

3 months ago Read More

For a long time, if you wanted a primary key that was both unique and chronological, you reached for…

3 months ago Read More

https://github.com/durable-oss/rapidyaml-rb

3 months ago Read More

Last week, I spent an extended weekend in Rimini, Italy, for the first edition of Rubycon. I decided to present an impromptu lightning talk to connect...

3 months ago Read More

https://rubystacknews.com/2026/05/28/running-ai-locally-for-ruby-development-a-practical-guide-with-ollama-aider-and-your-own-codebase/

3 months ago Read More

May 28, 2026 Ruby Stack News — by Germán Silva There’s a quiet revolution happening in developer tooling, and it doesn’t require a cloud subscription,...

3 months ago Read More

https://baweaver.com/writing/2026/05/27/ai-didnt-create-these-problems/

3 months ago Read More

I know the feeling of opening a blank index.html.erb file and having no idea how to make it look…

3 months ago Read More
Railsrome

© 2024 Your Company, Inc. All rights reserved.