Latest Ruby News

Stay updated with the Ruby community

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

1263 articles

April 20, 2026 Scan to try 🎯 Live Demo Available Introducing MapView Render beautiful, production-ready maps directly from your Ruby backend. No exter...

about 1 month ago Read More

When Hotwire first came out, it felt like a superpower. We could finally update our web pages without…

about 1 month ago Read More

This post introduces a pattern where a user can have many agents, and an agent can be specialized in a particular domain. An agent can have tools, and...

about 1 month ago Read More

Over the years, I’ve dealt with my fair share of Sprockets problems and then some - I do not, I must admit, mourn its replacement as a default asset p...

about 1 month ago Read More

A practice-backed proposal on how we should rethink modularity in Rails applications in the time of code generation tools. With a look back into why a...

about 1 month ago Read More

https://rubystacknews.com/2026/02/06/a-quick-demo-of-ruby-libgd-v0-2-4/

about 1 month ago Read More

llm.rb - the most capable AI runtime for Ruby - has added skills support. The same skills you might know and love from Claude, or Codex. They’re now a...

about 1 month ago Read More

58 Rails built-ins worth knowing: Preloader, generates_token_for, resolve in routes, ActionController::Renderer, after_all_transactions_commit, and mo...

about 1 month ago Read More

The Quickest Way to Build a Drag-and-Drop Landing Page Builder in Rails 8 Often when I am…

about 1 month ago Read More

CrewAI is one of the fastest-growing multi-agent AI frameworks right now, but it’s Python-only. There’s no official Ruby SDK, which means Rails develo...

about 1 month ago Read More

Utility gem for RSpec to forbid mocking methods on objects/classes/modules, evaluated at test runtime: https://lovro-bikic.github.io/rspec-mockbidden/

about 1 month ago Read More

Did you know that llm.rb is the most capable AI runtime in Ruby right now? It can do things other libraries just can’t, and it can do those things tod...

about 1 month ago Read More

Turning a Rails App into an Android App: Testing Hotwire Native Recently I wanted to test…

about 1 month ago Read More

I released my first Ruby gem: llm_cost_tracker.

about 1 month ago Read More

Very often I find myself talking to developers who are incredibly confused by the JavaScript…

about 1 month ago Read More

llm.rb has been released. Notable features in this release are Sequel and ActiveRecord support. Turn any ActiveRecord model into an LLM-capable model....

about 1 month ago Read More

https://rubystacknews.com/2026/01/09/ruby-can-draw-cities-now/

about 2 months ago Read More

When you are launching a new SaaS, getting your first users is the hardest part. One of the best ways…

about 2 months ago Read More

https://rubystacknews.com/2026/04/15/rubykaigi-2026-a-reminder-of-what-innovation-actually-looks-like/

about 2 months ago Read More

April 15, 2026 Scan to try 🎯 Live Demo Available Introducing MapView Render beautiful, production-ready maps directly from your Ruby backend. No exter...

about 2 months ago Read More

#​796 — April 16, 2026 Read on the Web Ruby Weekly TruffleRuby 34: The Fastest Ruby 3.4 Implementation? — TruffleRuby is a high-performance Ruby built...

about 2 months ago Read More

If you write Ruby, you will eventually get curious about Elixir. The creator of Elixir, José Valim,…

about 2 months ago Read More

https://rubystacknews.com/2026/04/15/create-qr-codes-from-scratch-with-ruby-ruby-libgd-and-rqrcode/

about 2 months ago Read More

April 15, 2026 🚀 See the LIVE DEMO in action MapView Render maps directly from your backend no external APIs required. Fast, controlled, and productio...

about 2 months ago Read More

Sometimes I find myself starting a new Rails project, and almost immediately, I hit a wall: User…

about 2 months ago Read More

“Oh Ruby, you’re the most elegant and beautiful language ever! I just love you so much…” https://andymaleh.blogspot.com/2026/04/ruby-memes-2026-04-14-...

about 2 months ago Read More

Earlier this year I was freaked out about AI. I’ve spent the months since using it constantly, on every project, at every stage. I expected to feel re...

about 2 months ago Read More

We’re collaborating with Open Source maintainers to bring their project discussions to the forum.

about 2 months ago Read More

Learn how to implement the Singleton pattern in Ruby: built-in module, manual approach, thread safety, the class variable trap, and dependency injecti...

about 2 months ago Read More

https://rubystacknews.com/2026/04/13/building-mapview-architecture-ci-cd-and-production-deployment-on-railway/

about 2 months ago Read More

April 13, 2026 Introduction MapView is a server-side map rendering engine for Rails that generates high-quality geographic visualizations without exte...

about 2 months ago Read More

Solo founders fail for a completely preventable reason. It’s not because their idea was bad, and it’s…

about 2 months ago Read More

More than 8 months later, I finally managed to put some thoughts about the passing of my dear friend Piotr into a post: Remembering Piotr “chastell” S...

about 2 months ago Read More

https://rubystacknews.com/2026/04/12/mapview-server-side-map-rendering-for-rails/

about 2 months ago Read More

April 12, 2026 After an extensive development journey, MapView has arrived: a powerful API for generating map images directly from your Ruby server. W...

about 2 months ago Read More

Late last year, the Aha! Develop team added support for team line-level reporting. During a team demo in the run-up to the release, we discovered one ...

about 2 months ago Read More

We are fully in the era of autonomous coding. If you use tools like Cursor, Windsurf, or Copilot…

about 2 months ago Read More

There are Rails applications that run incredibly fast on a developer’s laptop, but the moment they…

about 2 months ago Read More

This post introduces ractor_queue v0.1.0, a bounded, lock-free, Multi-Producer Multi-Consumer (MPMC) queue that is always Ractor.shareable?. It is the...

about 2 months ago Read More

llm.rb is a runtime for building AI systems that integrate directly with your application. It is not just an API wrapper. It provides a unified execut...

about 2 months ago Read More

https://rubystacknews.com/2026/04/10/building-a-complete-gis-stack-in-rails-ruby-libgd-libgd-gis-map_view/

about 2 months ago Read More

April 10, 2026 Over the past few months I’ve been working on a small GIS-oriented stack in Ruby, focused on a simple goal: rendering maps from GeoJSON...

about 2 months ago Read More

Stop Using SQL LIKE: A Step-by-Step Guide to Elasticsearch in Rails When you build a…

about 2 months ago Read More

Regular expressions (regex) are powerful tools for pattern matching and text manipulation https://www.railscarma.com/blog/ruby-regex-match-guide-with-...

about 2 months ago Read More

A new version of the Ruby bindings to RE2, a “fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PC...

about 2 months ago Read More

Building Drag and Drop in Rails 8 with SortableJS and Importmaps Very often I find myself…

about 2 months ago Read More

Post: https://railsdesigner.com/introducing-fuik/ Repo: https://github.com/rails-designer/fuik

about 2 months ago Read More

llm.rb v4.12.0 has been released. Check the CHANGELOG for details.

about 2 months ago Read More

https://rubystacknews.com/2026/04/08/pure-ruby-maps-libgd-gis-rails/

about 2 months ago Read More
Railsrome

© 2024 Your Company, Inc. All rights reserved.