Latest Ruby News

Stay updated with the Ruby community

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

1042 articles

The complete Ruby testing tutorial: understand fundamentals by building a test framework, then explore Minitest, RSpec, and Rack::Test with practical ...

6 months ago Read More

https://www.carmatec.com/blog/understanding-rubys-redo-retry-break-and-next/

6 months ago Read More

https://collectiveidea.com/blog/archives/2025/10/28/frozen-strings/

6 months ago Read More

#​773 — October 30, 2025 Read on the Web Ruby Weekly Frozen String Literals: Past, Present, Future? — You’ll either have written or seen # frozen_stri...

6 months ago Read More

As developers, there usually comes a time when we have to deal with syntax highlighting. Whether we’re building a blog, a CMS, a documentation site, o...

6 months ago Read More

Hire top iOS app developers to turn your business ideas into successful mobile apps. Our iOS app development agency builds feature-rich, user-friendly...

6 months ago Read More

https://jpcamara.com/2025/10/22/bitmasks-threads-and-interrupts-concurrent.html

6 months ago Read More

The one where Rails 8.1.0 is released, where Ruby 3.3.10 is patched, where Scott Harvey launched Rails Pulse project and Brad Gessler launches Phlex o...

6 months ago Read More

The one where Rails 8.1.0 is released, where Ruby 3.3.10 is patched, where Scott Harvey launched Rails Pulse project and Brad Gessler launches Phlex o...

6 months ago Read More

Need to switch from Ruby to SQL schema mid Rails project? Here’s how https://danielabaron.me/blog/from-ruby-to-sql-schema/

6 months ago Read More

The ModuleNotFoundError: No module named ‘rest_framework’ is a common issue faced by developers working with Django REST Framework (DRF). This error t...

6 months ago Read More

Because Rails developers don’t want to write JavaScript 👉 https://railsdesigner.com/announcing-attractive-js/

6 months ago Read More

#​772 — October 23, 2025 Read on the Web Ruby Weekly The Ruby Core Team Takes Ownership of the RubyGems Repo — After several weeks of confusion, the R...

6 months ago Read More

https://rubyelders.com/writings/2025-10-ruby-butler-1.html

6 months ago Read More

Say goodbye to messy service objects. CMDx provides a framework for designing complex business logic with clarity and consistency. https://drexed.gith...

6 months ago Read More

bringing several new capabilities and a few breaking changes.

6 months ago Read More

https://www.fastruby.io/blog/rails-event-notify.html

6 months ago Read More

Sometimes you just need to quickly clear the cache when working in your development environment. Full snippet here: https://avohq.io/blog/quickly-clea...

6 months ago Read More

Modern LLM providers can stream their responses. This is great for user experience — instead of a loading spinner, users see the response being genera...

6 months ago Read More

I’m officially launching the Phlex on Rails video course at https://beautifulruby.com/articles/phlex-on-rails-launch. It’s 45 videos split up across 7...

6 months ago Read More

I wanted to see what it would take to implement crypto payments in my app. With Coinbase Commerce, it’s surprisingly easy.

6 months ago Read More

The one where Rails announced 8.1.0RC1, Hanami announced v2.3.beta2 and Ruby Core assumes stewardship for RubyGems and Bundler

6 months ago Read More

The one where Rails announced 8.1.0RC1, Hanami announced v2.3.beta2 and Ruby Core assumes stewardship for RubyGems and Bundler

6 months ago Read More

If we have a site that publishes a considerable amount of content, we usually need to generate the assets that go with each piece of content. For exam...

6 months ago Read More

In this post, we'll explore the internals of has_one_attached method in Active Storage. It covers two interesting patterns, i.e. proxy and change obje...

6 months ago Read More

If you’re building a Ruby project without Rails and miss the convenience of bin/rails console, this post walks through how to set up a similar interac...

6 months ago Read More

In this post, we'll explore the internals of has_one_attached method in Active Storage. It covers two interesting patterns, i.e. proxy and change obje...

6 months ago Read More

I reported a few weeks ago some discrimination that my girlfriend has experienced at a tech team, which is similar to discrimination I have experience...

6 months ago Read More

Active Storage uses two main models: blobs and attachments. Blobs store the uploaded file's metadata and a link to the actual file, while attachments ...

6 months ago Read More

Going through SOC 2 compliance for Humadroid made me realize there’s a gap in Rails security - between basic authentication and actually sleeping at n...

6 months ago Read More

https://railsdesigner.com/introducing-perron/

6 months ago Read More

Active Storage uses two main models: blobs and attachments. Blobs store the uploaded file's metadata and a link to the actual file, while attachments ...

6 months ago Read More

#​771 — October 16, 2025 Read on the Web Ruby Weekly Lost in Minitest? Start Here! — I’m a big Minitest fan, but RSpec is still the most common testin...

6 months ago Read More

We’ve compiled suggestions of specific exercises that will expose you to a wide range of examples that embody the most important concepts and prepare ...

6 months ago Read More

Turbo and ActionCable make it easy to build real-time features in our apps. How do they work? This article attempts to demystify some of the inner wor...

6 months ago Read More

Rails 8.1 is really leaning into running our CI pipelines locally. Here’s a bit of a rundown: https://www.fastruby.io/blog/rails-8-1-local-ci.html

6 months ago Read More

Let’s explore how to render a preview of a component in Showcase for Rails: https://blog.appsignal.com/2025/10/15/render-a-component-preview-in-showca...

6 months ago Read More

Lexxy is a new rich text editor for Rails Action Text, built on Meta’s Lexical framework. It adds cool features like easy Markdown support, real-time ...

6 months ago Read More

This summer I made a Phlex on Rails video course outside, off the grid, so I wrote about it at https://beautifulruby.com/articles/portable-workstation...

6 months ago Read More

Helping users navigate through our site with ease helps them reach their desired destination thus improving their experience within our application. B...

6 months ago Read More

https://www.railscarma.com/blog/how-to-raise-and-rescue-exceptions-in-ruby/

6 months ago Read More

The one where Falcon is powering Shopify at scale, where we find out about Herb Linter will support fix and where we found about Ruby 3.4.7 release.

6 months ago Read More

The one where Falcon is powering Shopify at scale, where we find out about Herb Linter will support fix and where we found about Ruby 3.4.7 release.

6 months ago Read More

Our beloved virtual intern, to whom we left our PRs in the hands of, just got up to speed.

6 months ago Read More

This covers an interaction that happened after responding truthfully to “Dear Rubyists: Shopify Isn’t Your Enemy”. I have covered multiple times the m...

6 months ago Read More

https://railsdesigner.com/kanban-rails-hotwire/

6 months ago Read More

#​770 — October 9, 2025 Read on the Web Ruby Weekly Buckle Up, There’s a New Gem Server in Town: gem․coop — The recent, tense situation around RubyGem...

6 months ago Read More

Rails Start! helps you quickly launch a Rails app on any operating system. Learn how I use Make and Makefile to organize fast setup and a convenient R...

6 months ago Read More

Search is everywhere 🙌 Every app needs it eventually. Rails gives us tons of options, from simple ILIKE queries to pgsearch or Elasticsearch. This art...

6 months ago Read More
Railsrome

© 2024 Your Company, Inc. All rights reserved.