Latest Ruby News

Stay updated with the Ruby community

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

1263 articles

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

about 23 hours 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...

1 day ago Read More

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

1 day 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...

1 day 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...

1 day ago Read More

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

2 days 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...

2 days ago Read More

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

3 days ago Read More

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

3 days 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 days 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/

4 days 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,...

4 days ago Read More

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

4 days ago Read More

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

4 days ago Read More

https://railsdesigner.com/building-customizable-tailwind-themes/ — Using OKLCH you can tweak one custom property, e.g. :root { --color-value: 60; } an...

4 days ago Read More

https://rubystacknews.com/2026/05/27/exploring-rubys-openssl-stdlib-internals-from-c-bindings-to-ruby-apis/

5 days ago Read More

May 27, 2026 Ruby ships with a standard library gem named openssl, responsible for exposing cryptographic primitives, TLS/SSL sockets, certificates, d...

5 days ago Read More

#​802 — May 28, 2026 Read on the Web Ruby Weekly A New Register Allocator For ZJIT — Deep-in-the-engine-room stuff, but the kind that makes Ruby faste...

5 days ago Read More

In a previous article, I talked about Snowflake IDs. They are great, but they require a bit of…

5 days ago Read More

https://rubystacknews.com/2026/05/26/understanding-ruby-proc-internals-through-proc-c/

6 days ago Read More

May 26, 2026 Ruby’s elegance hides an extremely sophisticated runtime underneath. Features like blocks, lambdas, closures, binding, method(:foo), and ...

6 days ago Read More

I’ve lost count of how many times I’ve been tempted by a “revolutionary” new database. Every few…

6 days ago Read More

https://www.rubyforum.org/t/how-to-self-host-your-ruby-apps

6 days ago Read More

https://paweldabrowski.com/farewell-to-rails-way/five-foundations-for-building-complex-rails-apps

6 days ago Read More

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

8 days ago Read More

Automating the “glue work” of a SaaS business is a survival skill for a solo developer. You need to…

8 days ago Read More

Robert is a native FreeBSD AI assistant. He can read man pages, search documentation, and help you troubleshoot. It is distributed as a 2MB standalone...

8 days ago Read More

Rails controller actions do not return HTTP responses directly. They perform response state through render, redirect_to, head, or implicit rendering, ...

8 days ago Read More

rails-llm provides generators and an engine for the llm.rb runtime inside Ruby on Rails. The engine includes a chat interface, and the generators take...

8 days ago Read More

https://dev.to/sergii-khomenko/writing-code-got-cheap-being-responsible-for-it-didnt-what-shipping-an-ai-generated-gem-taught-1fci

9 days ago Read More

When you run rails generate model, Rails defaults to using a standard auto-incrementing integer for…

9 days ago Read More

New episode is out. David recaps Blue Ridge Ruby and talks about coming back motivated to contribute more to open source, which leads into a broader d...

9 days ago Read More

A collection of the various Ruby libraries and execution environments for building desktop, mobile, terminal, game, and browser applications.

10 days ago Read More

https://rubystacknews.com/2026/05/21/inside-rubys-object-model/

11 days ago Read More

May 21, 2026 How MRI Really Implements include, prepend, extend, Singleton Classes and Method Lookup Ruby’s object model looks elegant from the outsid...

11 days ago Read More

Most developers think that “progress” means adding lines of code. We feel good when we finish a new…

11 days ago Read More

I wrote a post as an introduction to developing your own AI agent that is backed up an ActiveRecord model. The agent can search and read man pages, an...

11 days ago Read More

A walk through the design choices for showing rich UI in an LLM chat app instead of plain text bubbles. Tools, schemas, and a tiny gem for generative ...

11 days ago Read More

https://github.com/sergey-homenko/llm_cost_tracker

11 days ago Read More

https://rubystacknews.com/2026/05/20/ruby-libgd-cheat-sheet-building-native-graphics-pipelines-in-ruby/

12 days ago Read More

May 20, 2026 Modern Ruby applications rarely interact directly with native graphics pipelines. Most projects delegate image processing to external too...

12 days ago Read More

#​801 — May 21, 2026 Read on the Web Ruby Weekly 🛠️ One Year of Ruby on Rails Configuration — The creator of GoodJob shares a tour of the monkey ...

12 days ago Read More

Dropping a column is simple in syntax but risky in production. Between running the migration and restarting the app, the old process still serves traf...

12 days ago Read More

We are living in a wild time for software development. With tools like Cursor, Windsurf, and ChatGPT,…

12 days ago Read More

Every morning, I see the same thing on my Twitter feed or the GitHub Trending page. A new Ruby gem is…

12 days ago Read More

I got tired of the existing APM options being overkill for smaller Rails projects, so I built DeadBro. It detects N+1 queries, tracks errors with full...

12 days ago Read More

Springtime in Portland is always a true delight, and the perfect backdrop for our newest release of Bridgetown, version 2.2 “Verdant River City“. Feat...

12 days ago Read More

ActiveHarness — a Ruby framework for building production-ready AI agents with multiple LLM providers, lifecycle hooks, and a Rails-friendly DSL. Made ...

12 days ago Read More

We are a renowned Software Development Company in the USA called Sapphire Software Solutions that provides inexpensive Web and Mobile Application Deve...

12 days ago Read More

I just released stimulus_grid_rails v0.1.0 — Rails + Hotwire bindings for a server-driven, multi-user editable data grid over Turbo Streams and Action...

12 days ago Read More
Railsrome

© 2024 Your Company, Inc. All rights reserved.