Latest Ruby News

Stay updated with the Ruby community

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

1263 articles

Ruby has long balanced developer happiness with safety, but parallel performance has historically been constrained by the Global VM Lock (GVL). Ractor...

3 months ago Read More

We type gem install rails or bundle install every day. Text scrolls down the screen, and suddenly we…

3 months ago Read More

Rkwalify gem (previously released as kwality) 1.4.0 released

3 months ago Read More

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

3 months ago Read More

Hey! I’ve created yet another decorator gem - https://github.com/alec-c4/auto_decorator It is lightweight, fast and not over-engineered :)

3 months ago Read More

Ruby 3.4 introduces an experimental but potentially game-changing capability: Modular Garbage Collectors.

3 months ago Read More

February 23, 2026 Ruby has traditionally shipped with a single, built-in garbage collector tightly coupled to the VM. With Ruby 3.4, that assumption b...

3 months ago Read More

If you are coming from JavaScript (npm/yarn) or Python (pip/virtualenv), the Ruby way of doing things…

3 months ago Read More

https://madbomber.github.io/blog/engineering/what's-new-in-aia-v1.0.0/

3 months ago Read More

https://rubystacknews.com/2026/02/23/neither-too-much-nor-too-little-a-touch-base-on-the-current-state-of-ai/

3 months ago Read More

The one where 37 Signals launches Upright open source monitoring tool, Rubocop gets an experimental MCP server, Rails Designer shows us how to use Sti...

3 months ago Read More

The one where 37 Signals launches Upright open source monitoring tool, Rubocop gets an experimental MCP server, Rails Designer shows us how to use Sti...

3 months ago Read More

I wrote a little post about how a small Ruby app can help to proxy SQLMap(or any other fuzzer) requests to websocket endpoints. https://greg.molnar.io...

3 months ago Read More

February 23, 2026 Motivated by the many comments — some fearful, others excessively enthusiastic — about artificial intelligence, I set out to “touch ...

3 months ago Read More

https://rubystacknews.com/2026/02/22/%f0%9f%a7%aa-ruby-in-the-browser-exploring-rubox-and-the-future-of-ruby-wasm/

3 months ago Read More

February 22, 2026 A fully client-side Ruby playground powered by WebAssembly — promising, experimental, and not quite ready for prime time Running Rub...

3 months ago Read More

The “Partial” Problem We love Rails. We love ERB. But let’s be honest: app/views is…

3 months ago Read More

In this article, I want to share my journey with ActiveRecord. When I first started with Rails, I…

3 months ago Read More

The “Manjaro Plateau” For years, Manjaro was my comfortable home. It was the “Arch for…

3 months ago Read More

Do you have, like me, a bunch of Ruby scripts that make your life easier? Why not make them available to your e-friends too?

3 months ago Read More

Working with maps usually means working with numbers — lots of numbers. If you want to render a map of a country, region, or continent, you normally n...

3 months ago Read More

It’s a story that begins with a pull request and ends with a Zen Buddhist saying: https://lovro-bikic.github.io/300-days-of-rubocop/

3 months ago Read More

Ruby’s flexibility is great until every developer on the team writes service objects differently. After years of working with Rails codebases where ea...

3 months ago Read More

https://rubystacknews.com/2026/02/20/%f0%9f%a7%a0-rubykaigi-2024-a-deep-technical-shift-in-rubys-standard-library-with-real-examples/

3 months ago Read More

February 20, 2026 RubyKaigi 2024 — Historical Context Although this presentation discusses Ruby 3.4–3.5 and the ecosystem has already moved forward to...

3 months ago Read More

https://rubystacknews.com/2026/02/20/what-rails-actually-wants-tidying-controllers-and-views-without-service-object-explosion/

3 months ago Read More

February 20, 2026 Lessons from RailsTokyo 2026 on using ActiveRecord as a relational engine—not just an ORM Modern Rails teams often inherit a paradox...

3 months ago Read More

Explore the philosophy behind software design: preserving changeability, measuring code friction, and balancing technical debt with over-engineering.

3 months ago Read More

The Selenium Struggle If you’ve done any browser automation in Ruby, you know the…

3 months ago Read More

A Search and Replace in PDF tool https://flexfiles.io/en/search-and-replace is essential for anyone who regularly edits PDFs. Whether you are a profes...

3 months ago Read More

https://rubystacknews.com/2026/02/18/%e2%9a%a1-from-30-minutes-to-2-speed-running-rails-ci-without-cheating-much/

3 months ago Read More

February 18, 2026 Based on a talk from Kaigi on Rails 2025 by Hayato Okumoto (TwoGate CTO) Because life is too short to watch bundle exec rspec scroll...

3 months ago Read More

The “Overkill” Problem If you ask a developer today how to scrape a website that requires…

3 months ago Read More

#​788 — February 19, 2026 Read on the Web Ruby Weekly The Outcomes of Last Week's Ruby 'Dev Meeting' — Last week I mentioned a meeting was taking plac...

3 months ago Read More

The “Blank Page” Paralysis You have the database schema planned. You have the models…

3 months ago Read More

I call my LLM-based service objects robots instead of agents. Why? because robots do what you tell them. Agent have agency. That means they can make c...

3 months ago Read More

https://rubystacknews.com/2026/02/17/stop-checking-admin-designing-authorization-that-wont-become-technical-debt-kaigi-on-rails-2025/

3 months ago Read More

February 17, 2026 Modern Rails applications rarely fail because of authentication — they fail because of authorization complexity. As products grow, r...

3 months ago Read More

fake-file: A lightweight Ruby gem to effortlessly mock and generate files for your tests. I’d love to get your feedback or see your PRs!

3 months ago Read More

Finding the right model and prompt for your AI feature is harder than it looks. Spreadsheets help, until they don’t. So we did something about it. htt...

3 months ago Read More

https://railsdesigner.com/introducing-icons-gem/ Almost two years ago I published Rails Icons; now the core is extracted into a new gem for any Ruby a...

3 months ago Read More

The “Nginx Tax” For the last 15 years, deploying a Rails app to production involved a…

3 months ago Read More

The 100,000 URL Problem You’ve been tasked with scraping a massive product catalog. You…

3 months ago Read More

The one where we get Hotwire Skills from Hotwire Club, Peter Cooper launches Planet Ruby, Evil Martians launches Tutorialkit.rb, Yuri Sidorov launched...

3 months ago Read More

The one where we get Hotwire Skills from Hotwire Club, Peter Cooper launches Planet Ruby, Evil Martians launches Tutorialkit.rb, Yuri Sidorov launched...

3 months ago Read More

A new revision for the 1st edition of Test Driving Rails is released. Comes with database optimizations and Claude Code skills.

3 months ago Read More

https://rubystacknews.com/2026/02/16/from-delayed-job-to-solid-queue-how-a-10-year-rails-app-finally-achieved-linear-scaling/

3 months ago Read More

February 16, 2026 Lessons from Kaigi on Rails 2025 — Shohei Kobayashi In large Rails systems, background jobs are not a detail — they are the system. ...

3 months ago Read More
Railsrome

© 2024 Your Company, Inc. All rights reserved.